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 on Project Settings. Project Settings
  2. This will open Edit Project prompt. Edit Project
  3. Click on Test Case Types. Test Case Types
  4. Click on Add Type. Add Type
  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. Blank Row

Delete a test case type

  1. Hover over the test case type you want to delete and click on Delete. DELETE
  2. On the Delete Test Case Type prompt, enter DELETE and click on Delete. Confirm Deletion
NOTE:
  1. From the Delete Confirmation prompt, 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. Unlink
  2. 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.

Edit a test case type

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

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. Navigate to Create Tests > Test Cases, and click on Crete Test Case. Test Cases
  2. From the right side navigation bar, click on Manage Test Case. Manage Test Case
  3. 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