C/C++ GUI应用程序的自动化测试

Afr*_*idi 9 c c++ user-interface automated-tests

我有一个使用gcc用C/C++编写的GUI应用程序.我需要一些建议来为它编写自动测试系统.应该使用哪些工具/脚本?该应用程序在Windows上运行.

San*_*nti 4

我的推荐是 PyWinAuto,开源工具,基于 python 的测试(快速且易于开发)并且在 win32 级别上工作。 http://pywinauto.openqa.org/