Introduction
Key Relationship

Important Field Dependencies
Object | Usage Notes | Visibility | Filter & Search Criteria
-- | -- | -- | --
Hyperlink to Portfolio | Parent | |
Hyperlink to Project | Child | |
| | |
Available features
Add Test Component
💼 Business Usage
PMO Application
Test Cases define specific functionality to be validated within a test scenario. They contain the detailed test components and steps, and can be reused across multiple test plans throughout the program lifecycle.
Common Use Cases
| Use Case |
Description |
| Feature Validation |
Verify specific functionality works as designed |
| Regression Testing |
Confirm existing features still work after changes |
| User Story Testing |
Validate acceptance criteria for user stories |
| Configuration Testing |
Verify system configurations are correct |
| Data Validation |
Confirm data integrity and transformations |
Test Case Attributes
- Preconditions: Required setup before execution
- Test Data: Input values and expected results
- Priority: Critical, high, medium, low
- Type: Functional, integration, performance, security
- Automation Status: Manual, automated, candidate
Test Case Lifecycle
- Draft - Initial creation and review
- Approved - Ready for test plan assignment
- Assigned - Added to active test plan
- Executed - Testing in progress
- Completed - Results documented
📚 References