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
- Navigate to a SOW Item with defined acceptance criteria
- Click + Add Test Procedure
- Enter the essential components:
- Title: Descriptive test name
- Prerequisites: Required setup (environment, data, etc.)
- Steps: Numbered actions to perform
- Expected Results: What indicates success
- Click Save Test

AI-Generated Tests
Save time with our AI test generator:
- Select an acceptance criterion
- Click Generate Test
- Review and modify the generated test as needed
- Click Save Test
Test Execution
To execute a test:
- Navigate to the test procedure
- Follow each step in sequence
- Compare actual results with expected results
- Update status (Passed/Failed) and add evidence
- Complete related acceptance criteria
Completing the Cycle
With tests defined and executed, you've completed the full traceability cycle:
- Project → Overall container
- Statement of Work → Scope definition
- SOW Items → Specific requirements
- Acceptance Criteria → Definition of "done"
- Acceptance Tests → Verification procedures
This structured approach ensures clear requirements, objective completion criteria, and comprehensive verification.