Versions Compared

Key

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

...

This guide walks you through the process of working with offline suites in the Qualitia Automation Studio (QAS) using Command Line Interface (CLI) commands.

📚Prerequisites

...

  • Access to the QAS Client.

  • An offline package saved on your computer.

  • Basic familiarity with CLI operations.

🔂Procedure

Execute Offline Suite

...

Using CLI Commands

The offline package runs the chosen offline suite with its set execution profile, which can be customized to override pre-configured settings.

...

  1. Open your test case from the client.

  2. Access the Test Data explorer to edit.

  3. Once done, re-create the offline suite.

    1. Refer to the section Work with Offline Packages.

Edit Test Data

...

Using Test Data File

You can also edit the test data directly in the Excel file located in the Offline Suite folder. However, it is recommended to edit through the Qualitia Client as it provides error alerts for incorrect data modifications.

...

After the offline suite is created, for every test case that contains test data, the associated test data as excel files are created in the same folder with the same names as given to their associated test cases. You can modify the test data such as replace the existing test data and enable or disable TC iterations.

📚Prerequisites:

  • An offline suite with associated test data.

  • Basic knowledge of Excel and data formats.

...

  1. Configure the offline suite as per the requirements. For detailed instructions, refer to Configuring the System Execution Profile Settings for a Desktop Project.

  2. Do one of the following: 

    • Open command prompt, navigate to mapped drive location that contains the offline package and offline suite.

    • Navigate to the mapped drive location that contains the offline package and the offline suite and double-click the offline package (9.x.x jar).

Execute Offline Suites using CLI

Qualitia supports integration with Continuous integration tools like Jenkins, TeamCity, and Bamboo. It enables developers to find and solve defects in a code base rapidly and to automate testing of their builds.

...