openhmitester
openhmitester copied to clipboard
"Open HMI Tester" is a GUI Testing tool following an open architecture that describes a non intrusive capture/replay tool based on GUI Events. It may be adapted to support different windowing systems...
it doesn't work .it shows make error Qt module scripts not found.Actually it is searching for qt linux hmitester in src.but it is in linux folder and when i changed...
I use your open source software openHMI. Trying to understand all possibilities of your testing tool. Not sure how to detect image pixels differences and noticed that works only on...
build the project manually from Qt Creator (http://www.qt.io/ide/, recommended), follow these steps: Open the build_all_* project. Build qt_*_hmi_tester project. Build qt_*_lib_preload project. When i used this method for installing in...
When using the OHT software with a QT application under Windows, the application never launches although the OHT software claims it has started. To correct this issue, open "winpreloadingaction.cpp" from...
When playing back tests that launch certain parts of my application, the tests will consistently fail. The portions of the application that have a lot going on is where it...
Whenever my AUT opens a Windows File Open dialog, the AUT crashes. Also, whenever my AUT launches another window, that causes the program to crash. It errors out only when...
If there is any message box open or any dialog open using exec() then testing stops( remain in last step). Nothing happens in Windows 7 using Qt(4.8, 5.2).
During testing it didn't press buttons of QProgressDialog (cancelButton) and QMessageBox::question ( accept | reject ) buttons. Used Qt5.8
Add global shortcut (e.g., Ctrl+Space) linked to PAUSE button. This will allow the tester to pause the execution of a test case. It can be done by using something similar...
Add an option to avoid mouse move simulation, and thus allow OHT to simulate just the behavior that modifies the GUI.