Skip to main content

Run Details

The run detail page is where you execute tests and track their progress. Update test statuses individually or in bulk, view real-time statistics, and manage the run lifecycle.

Run Overview

At the top of the page, view:

  • Run Name & Status - Active or Locked
  • Test Statistics - Passed, Failed, Blocked, Retest, Skipped, Untested counts
  • Run Metadata - Created by, creation date, lock status
  • Quick Actions - Edit, Lock, Reset, Remove Tests, Download

Update Test Status

Click on any test to view details and update its status.

Single Test: Click test → Add Result → Select status → Add comments (optional) → Submit

Multiple Tests: Select tests → Add Result → Select status → Add comments (optional) → Submit

Available Statuses:

  • Passed - Test executed successfully
  • Failed - Test did not meet expected results
  • Blocked - Cannot execute due to blocker
  • Retest - Needs to be tested again
  • Skipped - Intentionally not executed
  • Untested - Not yet executed (default)
tip

Add comments when marking tests as Failed or Blocked to document issues for the team.

Details

View Demo Update Test Status

Use filters and search to focus on specific tests:

  • Filter by Status - View only Passed, Failed, etc.
  • Search by Title - Find tests quickly
  • Section Filter - Navigate hierarchical test organization

Edit Run

Click Edit to update run details:

  • Run name
  • Run description

Changes save immediately.

Details

View Demo Edit Run

Lock Run

Lock the run when testing is complete to prevent further changes.

Click Lock → Confirm → Run becomes read-only

Locked Run Features:

  • No test status updates allowed
  • Shows who locked the run and when
  • Only admins can unlock
  • Download report remains available
note

Locking is permanent until an administrator unlocks the run. Use this when testing is complete.

Details

View Demo Lock Run

Reset Run

Reset all test statuses back to "Untested" to re-execute the entire run.

Click Reset → Confirm → All test results cleared

caution

This removes all test results and comments permanently. Use with caution.

Details

View Demo Reset Run

Remove Tests

Remove specific tests from the run without deleting them from the project.

Select tests → Remove Tests → Confirm

Removed tests can be re-added by editing the run or creating a new run.

Details

View Demo Remove Tests

Download Report

Export run results as CSV for analysis and reporting.

Click Download → CSV file downloads with complete test results

Report Contents:

  • Test details (ID, title, section)
  • Current status and history
  • Comments and notes
  • Tester information
  • Timestamps

Next Steps