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...
Can it be used in two different machines? For example,I want to run the script on one machine and the application is tested over the network on another machine.
This is happening upon running `make` (after successful qmake call): ``` g++ -c -pipe -g -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DLINUX_OHT -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_TESTLIB_LIB -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_TESTC ASE_BUILDDIR='"/home/src/openhmitester/build"'...
When I use the OHT tool, it can't simulate the mouse click of the options in the menu bar normally, how can I solve this kind of situation?thank you
on an Ubuntu 21.04 there's no package called `qt5-default`. What is that we're looking for, exactly ? ``` [strk@c19:/usr/local/src/openhmitester(ansible)] ansible-playbook -i "localhost," -c local download_compile_run.ansible.yml -K BECOME password: PLAY [all]...
Warning message: ``` Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`,...
Fixes "conflicting action statements" error with Ansible 2.10.5 Closes #28
The fix is to use `become: yes` instead of `sudo: yes`. I'm filing a pull request to do this. The error (with ansible-playbook 2.10.5) is: ``` [strk@c19:/usr/local/src/openhmitester(typos)] ansible-playbook -i "localhost,"...
I'm also not sure the file needs to be copied into an _empty_ directory, like written in the README file, but did not touch that part.
Do the preload automatically in Windows. While in linux it is implemented using the LD_PRELOAD environment variable, in windows I found several options: - Option 1: Use registry keys. The...
Hello, I tried to use the the linux qt launcher to start a QtQuick application. I recorded while I did some clicking etc but when I played the test cases,...