Reputation: 119
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.
Upvotes: 11
Views: 9444
Reputation: 8373
Can't go past White now. Although I think it has some shortfalls for 64 bit apps.
Upvotes: 0
Reputation: 4468
My recommendation is PyWinAuto, open source tool, python based tests (fast and easy to develop) and work on win32 level. http://pywinauto.openqa.org/
Upvotes: 4