Feature Test Cases

Test cases are created and managed under each feature. This view helps users track quality coverage and execution readiness.

Step 1: Open a feature test cases list

From Features, open a feature to view its test cases.

Feature test cases listing page

Step 2: Understand test case listing fields

Each row includes:

  1. 1Display ID: quick identifier to locate the test case and understand feature relation.
  2. 2Name: test case title.
  3. 3Description: what the test case validates.
  4. 4Priority: High, Medium, or Low.
  5. 5Steps: number of test steps in the case.

Step 3: Understand the Info section

Info reflects four key details:

  1. 1

    Status: DRAFT, RECORDED, ACTIVE, or AI_DRAFT. After approval, AI_DRAFT becomes ACTIVE.

  2. 2Created by: user or system (AI).
  3. 3Type: positive or negative.
  4. 4Run count: number of executions so far.

Step 4: Use actions

Test case actions dropdown

Available actions:

  1. 1

    Run: execute a test case. Pre-requisite: xpaths/locators should be sorted (covered in Test Steps section).

  2. 2Create Bug: raise issue when a failure indicates a bug (covered in My Issues section).
  3. 3View: open full case details (row click works too).
  4. 4Delete: remove a test case.