Skip to main content
This page is under construction. More content coming soon!

Running Tests

Execute individual tests or entire test suites and monitor progress in real-time.

Execution Methods

Run a Single Test

1

Open the Test

Navigate to the test case you want to run
2

Click Run

Click the “Run Test” button
3

Execute Steps

Follow the test steps and mark results:
  • Pass: Step executed successfully
  • Fail: Step failed (add failure details)
  • ⏸️ Skip: Step was skipped
  • 🚫 Blocked: Cannot execute due to blocker
4

Complete

Mark the test as complete and add any notes

Test Run Dashboard

Monitor your test run with real-time metrics:

Progress

Overall completion percentage and status breakdown

Execution Status

See which tests are running, passed, failed, or blocked

Team Activity

Track who is executing which tests

Recording Results

As you execute each step:
  • Click Pass if the actual result matches expected
  • Click Fail if results don’t match (add screenshot/notes)
  • Click Skip if step couldn’t be tested
  • Click Blocked if blocked by another issue
Attach supporting evidence:
  • Screenshots: Capture what you see
  • Logs: Paste relevant error logs
  • Videos: Record complex issues
  • Files: Attach test data or outputs
Link test failures to defects:
  • Click “Create Bug” from failed test
  • Or link to existing bug tracker issue (JIRA, GitHub, etc.)
Add context for future reference:
  • Observed behavior
  • Environment specifics
  • Workarounds tried
  • Next steps

Test Run Configuration

Select where tests will run:
  • Development: Local testing
  • Staging: Pre-production validation
  • Production: Smoke tests in prod

Best Practices

Clear Test Runs

Name runs descriptively: “Sprint 24 Regression” not “Test Run 42”

Document Failures

Always add screenshots and logs for failures

Link Defects

Connect failures to bug tracker for traceability

Regular Smoke Tests

Run smoke tests after every deployment

What’s Next?