Does anyone know if there are any (ideally free) alternatives to SilkTest for automated GUI application testing?

[Edit] This is a Windows-only GUI written in C++/CLI if that makes a difference.

link|improve this question

Squish for this – joe Jul 3 '09 at 13:58
feedback

3 Answers

up vote 3 down vote accepted

selenium might be useful

OpenSTA

Autonet

Squish

GNU/Linux Desktop (GUI Application) Testing Project (GNU LDTP)

Have the look on this http://www.opensourcetesting.org . U can find some thing over there

link|improve this answer
Selenium appears to be a web-app tester? – Jon Cage Jul 3 '09 at 13:43
OPEN STA is web and application testing – joe Jul 3 '09 at 13:53
Excellent - I'll have a look at those :-) – Jon Cage Jul 3 '09 at 14:16
feedback

For Windows app, you can use pywinauto. It doesn't have the capability to record user actions like Silk but I think that it is a nice alternative for Windows applications. Python seems to me a much better choice than the 4Test language.

link|improve this answer
feedback

AutoIt can be another option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.