Test Suite

Organize your test cases into test suites based on common functionalities or scenarios to manage and execute them effectively. Test suites will help you in executing and reporting the test plan status. You can add a test case to multiple test suites. This document will provide an overview and guidelines to create, edit, delete, and list test suites in QApilot.


Prerequisites

Ensure that you create Test Cases in the Same Project before you can manage test suites in QApilot.


Listing Test Suites

On the Test Suites List page, you will have the below options:

  1. Navigate to Test Suites in the left-side navbar.

  2. You can easily manage test suites on the Test Suites list page by filtering, or searching. The page displays test suites with titles, types, creation dates, creators, and statuses.

  3. Click Create Test Suite in the top right corner of the screen.


Creating a Test Suite

  1. Navigate to Test Suites in the left-side navbar. Click the Create Test Suite button in the top right corner of the Test Suites List page. Provide the below details to Create a Test Suite:

  1. Name(Required): Enter the title of the Test Suite in the Name field on the Create Test Suite page.

  2. Select the operating system as the recorded test cases are for Android. Selecting Android.

  3. The below success message will display:

  1. The created Test Suite will be in the draft state.

  1. Click on "Import Test Cases" to see a list of all available test cases.

  1. This will redirect to the below window:

  1. Select the test cases you wish to include in the test suite.

  1. Click on the Yes and "Move to Test Suite" to add the selected test cases.

  1. Ensure that the test cases are ordered sequentially as required for the flow of the process.

  2. Once the test suite is created, click on the "Run" button to start the execution.

  3. The test suite will execute each test case in the order they are arranged.

  4. It allows you to perform various actions on the Test Suite which are: View Details, Edit, Disable, and Delete.

  1. If you delete the Test Suite, you will lose all test cases associated with it.

Last updated