Skip to main content

Managing Tests

Test cases are the building blocks of your testing strategy. Organize them into sections, filter by attributes, and execute them in test runs.

View & Filter Tests

The tests page displays all test cases for a project. Use the powerful filtering and search tools to find specific tests.

Available Filters:

  • Priority, Platform, Automation Status
  • Squad, Labels, Test Covered By
  • Sections (hierarchical organization)
  • Combined AND/OR logic

Search: Filter tests by title using the search bar.

Create a Test

Click NewAdd Test and fill in the required fields:

Required Fields:

  • Title - Test case name
  • Section - Organize tests hierarchically

Default Fields:

  • Priority, Automation Status, Platform, Test Covered By

Optional Fields:

  • Description, Pre-conditions, Steps, Expected Results
  • Squad, Labels, Custom fields

Actions:

  • Create Test - Save and return to list
  • Add & Create Another - Save and create another test
  • Cancel - Discard changes
tip

Create new Sections and Squads on-the-fly while adding tests.

Details

View Demo Create Test

Edit a Test

Click the menu icon on any test row and select Edit. Update any field and click Update Test to save changes.

Details

View Demo Edit Test

Delete Tests

Single Test: Click the menu iconDelete → Confirm

Multiple Tests: Select tests using checkboxes → Delete → Confirm

caution

Deleted tests cannot be recovered.

Details

View Demo - Single Delete Test

Details

View Demo - Bulk Delete Multiple Tests

Bulk Operations

Select multiple tests and use Add Property to update attributes in bulk.

Behavior:

  • Labels - Adds to existing labels
  • Other Attributes - Replaces current value
Details

View Demo Bulk Update

Sections & Organization

Organize tests into hierarchical sections for better management.

Create Sections: Click NewAdd Section or create while adding tests

Section Features:

  • Hierarchical structure (parent/child)
  • Filter tests by section
  • Bulk select by section

Quick Actions

  • Upload/Download - Import/export tests in bulk
  • View Runs - Access test execution history
  • Columns - Customize table view
  • Add Label/Squad/Run - Quick creation from dropdown
Details

View Demo - Add Label Add Label


Next Steps