I have a GUI application written in C/C++ using gcc. I need some recommendations for writing an automated test system for it. What tools/scripting should be used? The application runs on Windows.

link|improve this question
4  
There is a lot of choice for tools that automate Windows GUI apps. So please provide more info e.g. what is your budget? do you use custom gui controls? do you have a preference for scripting languages, what is the skill level of the people creating the tests etc. – Sam Warwick Aug 17 '09 at 11:50
feedback

3 Answers

up vote 2 down vote accepted

My recommendation is PyWinAuto, open source tool, python based tests (fast and easy to develop) and work on win32 level. http://pywinauto.openqa.org/

link|improve this answer
Thanks santi it seems to be quite resembling to autoitscript.com but kind of giving more control than autoit. – Afridi Aug 18 '09 at 9:16
feedback

We have used TestComplete here, with some success.

link|improve this answer
Why only some success? – rpg Aug 17 '09 at 13:27
1  
Our GUI application was written in Borland C++ Builder which sometimes uses some obscure controls not fully supported by TestComplete. But generally TestComplete performed well. – qrdl Aug 17 '09 at 13:43
We've also used this before and really liked it. It has some great features. – Jordan Parmer Aug 17 '09 at 18:11
Thanks for your response qrdl , i have looked into TestComplete it seems to be having certain limitations which can reduce as you said amount of success. However i have found AutoIT script which is also nice autoitscript.com – Afridi Aug 18 '09 at 9:15
feedback

Can't go past White now. Although I think it has some shortfalls for 64 bit apps.

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.