I want Connect AUT with Java Squish.
-
Subject: Assistance with Setting Up AUT in Squish IDE
Hi,
I am currently working on a project where I have configured two Linux virtual machines. On VM1, I have installed the Squish Java IDE, and on VM2 (the target machine), I have set up the Squish server. On the same VM2, I am running the AUT (Java Swing-based application) as a service.
I am seeking guidance on how to correctly configure the AUT within the Squish IDE. I have attempted several approaches but have not been successful so far.
Thank you for your assistance.
Best regards,
Parth -
I recommend to contact the technical support via customer portal (https://account.qt.io).
In a nutshell:
-
Install Squish for Java on VM2.
Important: In installer, choose the JRE/JDK folder that is executing your application. And double check the Java versions supported by Squish.
-
Double check and ensure network connectivity (Squish uses TCP) between the VMs.
-
Configure squishserver to allow connections from VM1's IP address:
https://doc.qt.io/squish/how-to-do-automated-batch-testing.html#rgr-disttesting
-
Start squishserver on VM2.
Ideally use the --verbose flag, and capture the output. For example:
/path/to/squishserver --verbose 2>&1 >squishserver_log.txt -
Configure Squish IDE to use the squishserver on VM2:
https://doc.qt.io/squish/preferences-dialog.html#servers-pane
-
-
C clanhuth has marked this topic as solved on