Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any free alternatives to Silktest?

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.

like image 999
Jon Cage Avatar asked Jul 03 '09 13:07

Jon Cage


2 Answers

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

like image 60
joe Avatar answered Sep 26 '22 03:09

joe


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.

like image 44
luc Avatar answered Sep 27 '22 03:09

luc