Jon Cage
Jon Cage

Reputation: 37458

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.

Upvotes: 5

Views: 1926

Answers (3)

parishodak
parishodak

Reputation: 4666

AutoIt can be another option.

Upvotes: 0

luc
luc

Reputation: 43096

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.

Upvotes: 1

joe
joe

Reputation: 35077

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

Upvotes: 5

Related Questions