Skip to content
Testsigma DOCS

Runs

Test Plan Executions


A test plan is a set of test suites. When a test plan is executed, the test suites and their corresponding test cases are executed, either serially or parallelly, as configured.

This article guides the user to prepare and execute test plans in Testsigma platform. For demonstrative purposes we will discuss the execution of a test plan that has one test suite and one test case associated with the test suite.


Prerequisites

Before you begin, ensure that you have referred to:


  1. Create a test case with all the necessary steps. create test case for test plan executions in Testsigma

  2. Create a test suite and add the test case created in step 1 to this test suite. create test suite for test plan executions in Testsigma

  3. Create a test plan and add the test suite we just created to this test plan. create test plan for test plan executions in Testsigma

  4. Click on the Run Now to start the test plan execution. Test plan execution


There are instances when you need to execute your test plan only partially instead of executing the complete one. With Testsigma, you can do that. You can filter the tests based on some attributes or select the test suites you’d like to include or exclude for test execution and then only execute the selected test cases.

Lets see how we can do that:

  1. Go to the test plan that you want to execute partially and open the dropdown and click on Partial Run. Partical Run

  2. On Partial Test Plan Run overlay, configure the options according to how you want to select the test cases for your partial test run: Partial test run overlay

Below are the options you see:

  1. Include or Exclude test suites : You can include or exclude the test suites from the partial test run by selecting the radio button Include or Exclude.

  2. Test Suites to Include: Specify the test suites that should be included from the dropdown.

  3. Test Case Filters: You can identify the test cases to be included in the test suites using the below filters: Test Case Filters

    • Labels: Filter the test cases according to the labels assigned to them.
    • Type: Filter the test cases according to the type of test cases there are.
    • Requirement: Filter the test cases according to the requirements assigned to them.
    • Requirement Type: Filter the test cases according to the requirement types assigned to them.
    • Priority: Filter the test cases according to priority.
    • Created by: Filter the test cases according to their creators.
    • Assignee: Filter the test cases according to their assignees.
    • Reviewer: Filter the test cases according to their reviewers.

Once you have applied the filters, you can:

  • View filtered test cases by clicking on the View Filtered Test Cases button.
  • Save the configuration as a favourite for later use by clicking on the Save As Favorite button.
  • Start the execution of the filtered test cases by clicking on the Run Now button.

  1. From the left navigation bar, go to Run Results and click on the test plan for which you want to check the results. Test Suites

  2. By default, you’ll see the results at test suite level. Results at Test Suite Level

For more information on viewing and downloading results of a test plan on test case, test suite or test machine levels, refer to the documentation on viewing test plan run results.