Create Acceptance Tests

Acceptance Tests are structured procedures that verify whether acceptance criteria have been satisfied. They provide step-by-step instructions for confirming requirements are implemented correctly.

Quick Steps

  1. Navigate to a SOW Item with defined acceptance criteria
  2. Click + Add Test Procedure
  3. Enter the essential components:
    • Title: Descriptive test name
    • Prerequisites: Required setup (environment, data, etc.)
    • Steps: Numbered actions to perform
    • Expected Results: What indicates success
  4. Click Save Test
Creating an Acceptance Test

AI-Generated Tests

Save time with our AI test generator:

  1. Select an acceptance criterion
  2. Click Generate Test
  3. Review and modify the generated test as needed
  4. Click Save Test

Test Execution

To execute a test:

  1. Navigate to the test procedure
  2. Follow each step in sequence
  3. Compare actual results with expected results
  4. Update status (Passed/Failed) and add evidence
  5. Complete related acceptance criteria

Completing the Cycle

With tests defined and executed, you've completed the full traceability cycle:

  1. Project → Overall container
  2. Statement of Work → Scope definition
  3. SOW Items → Specific requirements
  4. Acceptance Criteria → Definition of "done"
  5. Acceptance Tests → Verification procedures

This structured approach ensures clear requirements, objective completion criteria, and comprehensive verification.

Was this page helpful?