Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Software Quality Tools
  3. Squish
  4. I want Connect AUT with Java Squish.
Qt 6.11 is out! See what's new in the release blog

I want Connect AUT with Java Squish.

Scheduled Pinned Locked Moved Solved Squish
2 Posts 2 Posters 615 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Parth Soni
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • C Offline
      C Offline
      clanhuth
      wrote on last edited by clanhuth
      #2

      I recommend to contact the technical support via customer portal (https://account.qt.io).

      In a nutshell:

      1. 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.

      2. Double check and ensure network connectivity (Squish uses TCP) between the VMs.

      3. Configure squishserver to allow connections from VM1's IP address:

        https://doc.qt.io/squish/how-to-do-automated-batch-testing.html#rgr-disttesting

      4. Start squishserver on VM2.

        Ideally use the --verbose flag, and capture the output. For example:

        /path/to/squishserver --verbose 2>&1 >squishserver_log.txt

      5. Configure Squish IDE to use the squishserver on VM2:

        https://doc.qt.io/squish/preferences-dialog.html#servers-pane

      1 Reply Last reply
      0
      • C clanhuth has marked this topic as solved on

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved