有几天,我试图为工具包(wxwidgets)找到合适的GUI测试工具。我要测试的程序是用python编写的。我尝试过SQUISH但是在使用" Verification Point"时它没有用,这意味着对象属性值没有出现在squish中。 GUI测试工具不必是免费的或开源的,只要它满足上述要求并且您具有"第一手"使用框架的经验。我真的很感激任何指导。
答案 0 :(得分:0)
You are probably looking for tools like these:
wxPython also comes with wx.UIActionSimulator which you could probably use for automated testing.
The squish framework doesn't work with wxwidgets, to my knowledge. It might work with PyQt though and possibly Tkinter