PDA

View Full Version : QTest



dggarcia
4th April 2014, 16:41
Hello I am new testing applications using Qt, my question is I'm trying to simulate events such as writing a function that Qtest LineEdit allows me this and if any such runs.

stampede
4th April 2014, 18:07
You can simulate key events with QTest using QTest::keyClicks (http://qt-project.org/doc/qt-4.8/qtest.html#keyClicks)