5

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.

Jon Cage
  • 36,366
  • 38
  • 137
  • 215

3 Answers3

5

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

Jon Cage
  • 36,366
  • 38
  • 137
  • 215
joe
  • 34,529
  • 29
  • 100
  • 137
1

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.

Jon Cage
  • 36,366
  • 38
  • 137
  • 215
luc
  • 41,928
  • 25
  • 127
  • 172
0

AutoIt can be another option.

Aziz Shaikh
  • 16,245
  • 11
  • 62
  • 79
parishodak
  • 4,506
  • 4
  • 34
  • 48