Versions Compared

Key

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

🔑Prerequisites:

Privilege requirements:

...

Here’s a list of hardware and software requirements

...

before you can get started.

Hardware Requirements

  1. Installer File Size: Approximately

...

Server Hardware Requirements

...

  1. 3 GB  

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

  3. RAM: 16 GB or

...

  1. higher  

  2. Disk Space:

...

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

...

Java: Java 8 (JRE 1.8) or higher

...

.NET Framework: .NET Framework 4.6 or higher

...

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

...

0

  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.

👁️‍🗨️ Verify installation

From the terminal, you can check the status of the service by entering the command - systemctl status Qualitia-web.service and enter.

  1. You can view the status of attribute Active as active (running).

  2. You can check the folders under

...

Update Qualitia Automation Studio-Server-9.0.4

Copy the installer file to the OPT location. You have two options:

...

Copy and paste via interface.

Copy and paste via terminal

...

Navigate to the folder via command line by typing cd /opt/qualitia\ Automation\ Studio\ -\ Server/installerUpdates and press Enter

...

  1. folder

...

For example, type or copy-paste “sudo cp home/localadmin/Downloads/9.1.5/QualitiaAutomationStudio- 9.1.5.tar.gz” and hit Enter.

...

Once you have copied the file, launch the Qualitia Automation Studio portal.

...

You will be notified about the update with the version number followed by the Update button.

...

Click Update to start the update.

...

You will see a popup message to continue the update.

...

Click Continue to proceed with the update; otherwise, click Cancel.

...

Upon Continue, you will be directed to a page where you can see that the Update in Progress.

...

This update usually takes a minute.

...

Refresh the page after a minute, you can view the Qualitia Automation Studio server portal with the updated version number.

👁️‍🗨️ Verify installation

...

  1. .

💡 Golden Nuggets: Best Practices for Linux Installation

...