Is it possible to automate QT desktop application using squish if the QT library versions are different?
I am using squish for automating QT desktop application in Linux. QT library version of the AUT is 5.15.2, whereas squish QT library version is 5.12.0.
Currently I am getting compatibility issue as the versions are different. Below is the exact error:
“Loaded Qt version 5.15 differs from Squish for Qt expected version 5.12, automating this AUT may not work.”
Is there any way to take input from user while running the python script using Squish. #Squish
I have a below scenario:
In my script, I am entering the credential and logging to the application, after login it asks for text code that is sent to the mobile device.