PDA

View Full Version : QtUITest Module



chandan
16th July 2010, 09:43
Does Qt 4.6 supports QtUITest module? I want to write some tests to check my user interface application.
Any help will be appreciated.

Thanks.

Chandu

franz
17th July 2010, 20:50
Yes. Check the QTestLib documentation (http://doc.trolltech.com/latest/qtestlib-manual.html) for that, especially the examples (http://doc.trolltech.com/latest/qtestlib-tutorial1.html).