Test Case Types


Grouping test cases with similar characteristics is essential for efficient software testing. By grouping test cases according to their types, you can easily maintain test cases and analyze test results more effectively. Common types of test cases are functional, non-functional, integration, and so on.

They are best used when:

  • You want to analyze your test results by test case types.
  • You need to filter test cases by test case types.

While creating a test case on Testsigma, you can assign a type to it, to differentiate it from other test cases. This article discusses how to add, assign, edit, and delete test case types.


Prerequisites

You should know how to Create a Test Case.


Add a New Test Case Type

  1. Navigate to Project and click Project Settings. Add a new test case type 1
  2. This will open Edit Project dialog. Add a new test case type 2
  3. Click Test Case Types. Add a new test case type 3
  4. Click Add Type. Add a new test case type 4
  5. A new blank row will appear where you can start typing to add the new test case type. Once you’re done, press Enter. Add a new test case type 5

Here's a quick GIF demonstrating how to add a test case type in Testsigma. Add a test case type


Delete a Test Case Type

  1. Hover over the test case type you want to delete and click on Delete. Delet a test case type 1
NOTE:
  1. From the Delete Confirmation dialog, you need to unlink all the test cases associated with the test case type by clicking on the View Test Case link and change the test case type to any other available test case type.
  1. On the Delete Test Case Type prompt, enter DELETE and click on Delete. Delete a test case type 2
NOTE:

|Unlink

Alternatively, you can also unlink test cases associated with the test case type from the edit test case page. For more information, refer to edit test cases.

Here's a quick GIF demonstrating how to delete a test case type: Delete a Test Case Type


Edit a Test Case Type

  1. Hover over the test case type and click on the Edit. Edit a test case type 1
  2. Edit the text of the test case type, press Enter to save the changes. Edit a test case type 2

Here is a quick GIF demonstrating how to edit a test case type. Test Case Types


Steps to Assign a Test Case Type to a Test case

  1. From the left navigation bar, go to Create Tests > Test Cases. Test Cases
  2. In the Test Case Explorer section, locate the Feature and Scenario containing the test case you wish to assign to a test case type and select the test case. Manage Test Case
  3. From the right navigation bar, click on Manage Test Case.
    Manage Test Case Overlay
  4. On Manage Test Case overlay, scroll down to Test Type and select test case type from the drop down menu. Test Case Type from Dropdown

Here is a quick GIF demonstrating how to assign test case type to a test case. Assigning Test Case Type