Connecting to desktop application from Squish IDE
-
I have a desktop app which runs on linux.
I have my own laptop which runs on windows.
I downloaded squish for windows on my own computer.
I downloaded vncserver(tigervnc) on desktop app.Hoping to reach to my desktop app via using VNC on squish IDE and record scenarios.
On my computer I created test suite, selected VNC as GUI toolkit. I did my configuration as needed under "Server Settings > Manage AUTs > Attacable AUTs".
After that created test case and hit record button but got this error lines.
"Warning: AUT '__squish__vncaut' (with AUT path '') does not exist
FATAL Starting application Application '__squish__vncaut' could not be started. Squish couldn't start the AUT because the program doesn't exist. Make sure the AUT is really built and was not removed. Also make sure that the path to the AUT is correct in the settings.
END End of test Giving up after error"I'm sure my vnc server runs on my desktop app.
In https://forum.qt.io/topic/155170 i get that we might have similar issue. Should i download squish for qt?
Or should i just download squishserver on my desktop app and expect it to be resolved? If i should download squish server on my desktop where can I the server package without downloading whole installation package on the application?