Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hardware Requirements

  1. Processor: Intel Core i5 64-bit or Equivalent server processor and above

  2. RAM: 16 GB or higher  

  3. Disk Space: 500 GB or more (SSD), 10 GB or more for /opt folder, and 10 GB or more for /tmp folder 

Software Requirements

  1. Operating System: 64-bit version of RED HAT 9.0 or later. 64-bit Ubuntu 22.04 LTS or later.

  2. GIT: 2.39 or above

  3. VC: VC++ 2015 or above

Privileges Required

Local Administrator privileges (for installation of Qualitia Server)

Communication Ports TCP (Inbound)

The following list indicates the communication ports for each component:

8889: Qualitia License Service

8887: Qualitia Web Service

🔀 Workflow and Process

First time Installation of Qualitia Automation Studio-Server-9.

...

x.

...

x

  1. From the terminal type tar–xzvf ./QualitiaAutomationStudio-9.0.4.tar.gz

  2. In the terminal window, you will see the following files are extracted. This process usually takes less than a minute.

    1. Qualitiainstaller.sh

    2. QualitiainstallerAssets.tar.gz

    3. Qualitiauninstaller.sh

    4. Settings.yaml

  3. Once extracted, open the folder Qualitia Automation Studio-Server-9.0.4.

  4. You will see these four files:

    1. Qualitiainstaller.sh

    2. QualitiainstallerAssets.tar.gz

    3. Qualitiauninstaller.sh

    4. Settings.yaml

  5. Go to the Settings.yaml file.

    1. Find the attribute QUALITIA_SERVER_PORT.

    2. Default port is 8887. If you prefer to change it to a different port, update the port number. Ensure the port number is updated within the single quotes.

    3. Look for the attribute called ReportAssetsPath.

      1. Its default value is blank.

      2. If you prefer to update the path, update it within the single quotes. If the folder path is specified, the assets will be created in that path.

      3. Save the file.

  6. After updating the QUALITIA_SERVER_PORT and ReportAssetsPath, open the terminal again.

  7. Go to the QAS9.x folder by using this command in the terminal “cd QualitiaAutomationStudio-9.0.4” and hit Enter.

  8. Once you are in the folder, enter this command - ./QualitiaInstaller.sh and hit Enter.

  9. This will extract the package. This process should take a minute.

  10. When prompted for the localadmin password, enter the admin password.

  11. Installer will verify or validate:

    1. Whether this is an update or a fresh installation

    2. Git

    3. Settings

  12. Once the installation is completed, the Qualitia Automation Studio Server portal will open in the default browser configured in your server. This page is shown for first-time installation. <Screenshot>

  13. The portal confirms that the installation is successful.

...