Afridi
Afridi

Reputation: 119

Automated Testing for C/C++ GUI Applications

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

Answers (3)

Seth
Seth

Reputation: 8373

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

Upvotes: 0

Santi
Santi

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

qrdl
qrdl

Reputation: 34968

We have used TestComplete here, with some success.

Upvotes: 3

Related Questions