Prerequisites
- Test cases created in Testing space (Verification or Validation)
- External evidence artifacts accessible via URL
- Project permissions to edit test cases
Steps
1. Open the Test Case
Navigate to the test case that needs evidence linkage:
- Go to Testing space from Home dashboard
- Open the relevant verification or validation specification document
- Locate the test case requiring external evidence
- Click to open the work item form
2. Add External Reference Link
In the test case form:
- Scroll to External References section
- Click ➕ Add External Reference
- Enter the external URL:
- JIRA test execution:
https://jira.company.com/browse/TEST-123
- Jenkins build:
https://jenkins.company.com/job/regression/456/
- Test management tool:
https://testmgmt.company.com/run/789
- Add a description:
"Test Execution Report - Build 456 - PASSED"
- Click Add
3. Set Reference Type (Optional)
For better organization, use the reference type field:
| Type | Use Case |
|---|
| Test Execution | Links to test run results in external test management systems |
| Build Artifact | Links to CI/CD build outputs proving test execution |
| Evidence Report | Links to detailed test reports or logs |
| Video Recording | Links to recorded test sessions for validation evidence |
External URLs must be accessible to all stakeholders who need to review evidence. Avoid localhost URLs, temporary file shares, or authentication-required links without documenting credentials separately.
4. Verify Link in PowerSheet
Check that the link appears in verification tracking:
Test Case External Evidence
─────────────────────────────────────────────────────
TC-SYS-001: Brake Response → Test Execution Report
https://jenkins...456
The evidence link will now appear in:
- System Verification Sheet (guides/verification/use-verification-powersheet.md)
- Design Verification Sheet (for design requirement tests)
- Validation PowerSheets (for customer requirement tests)
5. Bulk Linking Pattern (Multiple Tests)
For linking many test cases to the same evidence source:
Evidence Artifact Linked Test Cases
──────────────────────────────────────────────────
Jenkins Build #456 ├── TC-SYS-001
URL: https://jenkins.../456 ├── TC-SYS-002
Type: Test Execution ├── TC-SYS-003
└── TC-SYS-004
Add the same external reference URL to each test case, or use Polarion’s bulk edit feature:
- Select all test cases in the document
- Right-click → Edit Multiple Work Items
- Add external reference to all selected items
PowerSheet Evidence Column
The verification PowerSheets display external evidence in the third column tier:
| Requirements | Verification Tests | Evidence |
|---|
| SYS-REQ-001 | TC-SYS-001 | Jenkins #456 |
| TC-SYS-002 | JIRA TEST-123 |
This implements the complete V-model traceability chain per ISO 26262 Part 4, Section 6: Requirements → Test Cases → Objective Evidence.
For ISO 26262/14971 compliance, use external references to link to immutable evidence artifacts (archived test reports, signed-off build outputs). Avoid linking to live dashboards that change over time.
Verification
You should now see:
- External reference icon in test case work item
- Evidence URL column populated in verification PowerSheet
- Clickable link to external evidence artifact
- Evidence count in Risk Control Effectiveness Report (reference/reports/risk-control-effectiveness.md)
Common Issues
| Problem | Solution |
|---|
| Link not showing in PowerSheet | Check that externalReferences link role is in RTM model expansion path |
| URL inaccessible | Verify URL is public or document VPN/auth requirements |
| Multiple evidence per test | Add multiple external references; each appears as separate row in evidence column |
See Also