Versions Compared

Key

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

...

Your application has multiple modules. While some are stable, others are frequently updated. You may want to exclude stable modules from daily testing to save time. You have the following options:

  1. Mark a test case: This includes the test case in the suite's execution.

  2. Unmark a test case: This skips the test case during the suite's execution.

Your markings are saved in Qualitia Automation Studio for your reference.

📚Prerequisites:

  • Familiarity with the application you're testing.

  • Access to Qualitia Automation Studio Client.

  • Basic understanding of test cases.

  • Availability of existing test cases

  • Privileges to execute Tests.

Process Flow:

...

Create a Test Suite

You 're are introducing a new module in your application. To ensure it integrates well, you decide to create a new test suite for it.

  1. Login to Qualitia Automation Studio QAS - Client. <insert Screenshot>

  2. Access Execute from left navigation of your Qualitia Automation Studio -Client to view the Test Suite Explorer screen.If there are existing suites, they will be listed, where you can view the existing suites.

  3. Click on the New Suite button . This will open a pop-up window where and you can :

    Enter

    view popup window.

  4. On the popup window, enter the suite name and description.

  5. Click Save to save your suite.

  6. Double-click your suite to add test cases.

  7. Click Add Test Case.

  8. Select the test cases and confirm.

  9. Use the Mark button to include the test case for execution.

▶️

...

Execute a Test Suite

After finalizing a test suite for the new module, you're now ready to see if the module functions as intended.

...