I used to use vTask Studio, but it seems they've abandoned it. No updates in almost a year.
|
|
Cobra is Free Software to automate any app (which are accessibility enabled) on Windows XP SP3 / Windows 7 / Windows 8. Open sourced by VMware Inc. LDTP is also cross platform GUI automation tool, for more information check http://ldtp.freedesktop.org |
|||||||||
|
|
You can try Sikuli. It is a image recognition tool that you can script it with Python. If the product that you are testing is fairly stable in terms of UI, then it will be a good tool to use. |
|||||
|
|
You could try Automa. It's a young product and thus very reasonably priced in comparison to other tools on the market. It lets you use simple commands such as
Its unique advantage is that it's very non-technical: Unlike other tools, it doesn't require knowing application-internal ids such as Disclaimer: I'm one of Automa's developers. |
|||
|
|
I use Perl with Win32 Modules to do my System Administration. Also, Perl allows you to run some of the task as services, which is very handy. Also, you would learn a lot by doing. It also depends on your requirements, learning curve and flexibility in picking up a new framework all together. |
|||
|
|
|
Simple or Complex GUI Testing can be done with MurGee Auto Mouse Clicker. It does have free trial and requires a licence fee of $5.00. Can automate various types of mouse clicking, keyboard typing and other stuff. |
|||||
|
|
I have been using Macro Scheduler for about 9 months and have been able to do everything I have needed to do. (Automated testing of CADCAM software) I had used them previously with a different company and had great results there too. They have an absolutely fantastic forums/support site. All messages get answered and its not uncommon to get multiple answers. The experienced users are vey willing to help newbies get up to speed. Prices start at $100 USD. Trial downloads available. |
|||
|
|
|
I haven't used it myself because I wrote my own UIAutomation library, but White is an open source project from Thoughtworks that should do exactly what you are after they support Win32, WinForms, WPF, Silverlight and SWT (Java) platforms. For an IDE you can use Visual Studio C# Express, which is free for even commercial use. It lacks unit testing as an integrated feature so you would need to use something like xUnit as a test runner. |
|||
|
|
|
Windows has the built in Windows Automation API available. Depending on what you want to do, it could get a little hairy using the APIs. The TestAPI project has some nice wrappers around UIAutomation to simplify the model. |
|||
|
|
|
I use WinTask. I'm very happy with it. I've used AutoIT in the past, and I know lots of folks who still do. If you refine your requirements beyond (cheap, Windows GUI), you may get more precise answers. |
|||
|
|
protected by user246 Jan 8 at 21:58
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.