Qt 6.11 is out! See what's new in the release
blog
HMI automation tool
3rd Party Software
4
Posts
3
Posters
3.0k
Views
1
Watching
-
Answer:
- Yes.
And more seriously: what do you mean by "automate" there? What do you wish to achieve?
-
Hi, Thanks for the reply.
For stress testing, We would like to automate menu clicking event to be automated .
Like we have various menu on hmi like usb media playback,iphone playback.Hence clicking on the usb media playback should be automated whothout user intervention and after some times it should switch to other menu.
Basically we are looking for overnight test. -
Hi,
For GUI testing, use the "Qt Test module":http://qt-project.org/doc/qt-5/qtest-overview.html.
Here is a tutorial for simulating keyboard/mouse events: http://qt-project.org/doc/qt-5/qttestlib-tutorial3-example.html