Create & Manage Test Cases
Test Manager streamlines the process of creating, managing, and editing test cases. It enables users to develop manual test cases, allowing efficient management of all testing activities from a single platform.
Creating a Test Case
After selecting your project, type your test case title to create a new test case. You can create a folders to organize and store the test cases.

To add a new test case, click on the Add Test Case button on the right side or use Command + \
for Mac and Control + \
for Windows shortcut to create a new test case.
Press shift + Enter to create multiple test cases simultaneously.
After test case is created you will be redirected to a screen listing all the test cases.
By default test cases having no parent folder are stored under Untitled folder.

Manage Test Case
Test Case Details
When you select a test case, you’ll be redirected to the Test Case Details page, where you can view Test Case details such as: Test Case Title, Description, Precondition , Attachments, System Fields: Type, Status, Priority, Tag(s) & Custom Fields

Test Case Steps
Test Steps can be accessed from the Test Steps
section, present in the Summary Page of a Test Case.

The Test Manager offers a comprehensive Steps section with a rich text editor and these features:

1. Add Step level Attachments
2. Add Steps and Modules in between Steps
3. Importing or Creating a Module:
-
Select Test Steps & click on the
Create Module
option to make a sharable module out of them. -
Import existing Modules by clicking on the Modules button.
To know more about how to use Modules refer the Modules doc.
Add New Step:
To add a new step click on on the Add Test Step
button.

You can use the Generate with AI option to ask agent to analyse your test case details & generate the next step of action for you.
Save Changes:
To save the changes made in the Test Case click on the Save Changes
button OR use the Command + /
for Mac & Ctrl + /
shortcut.
Any change in the Test Case, on saving will create a new version for that Test Case. You can add a commit message to note the reason for changes. To know more about how versioning works checkout the Versioning doc.
Test Case Runs Section
Test Case Runs Section provides an overview of a test case's executions & plannings, whether are manual or automated. It includes detailed information of Test Instances of the Test case such as applied configuration, executed by, Test Run name, Test Instance Execution Status, Execution time and filters based on available fields.
Executed Test Instances of Test Case
- This section displays test instances that have been executed. You can filter the test instances based on the executor and the current status.

Planned Test Instances of Test Case
- This section shows Planned Instances that are included in a Test Run but their execution is not yet started. You can filter Test Instances based on the Assignee of the Test Instance.

- On clicking on that Test Case's execution you will be redirected to
Automation Dashboard
if its a Automation execution, theTest Instance Page
if its Manual Instance orTest Runs Page
if its a unexecuted Automation Instance.
Issues section
This section lists the linked Jira/ADO Issues with the Test Case. For more information refer this page
Version History
This section allows you to manage the Version History of the test caase by comparing Versions, Viewing or Reverting to them. For more information refer this page.