Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
4.2.14
-
None
-
XRAY 2021 Sprint 9
-
Description
Requirement Status is calculated as NOTRUN but should be OK when child requirement has tests out of Test Plan scope.
Â
Steps to reproduce:
- Create Test Plan TP
- Create Story "S1"
- Create Story "S2" and link it with a Child -> Parent Link to "S1". You now have S1 as parent requirement of S2
- Create a Test TS1 and link it to S1
- Create a Test TS2 and link it to S2
- Add TS2 to TP and Execute it to PASS
- Check Requirement status table in S1 for Scope Test PLan with TP, it shouldshow TS1 as PASS and TS2 as N/A and it should have OK as aggregate results but it shows NOTRUN. This would be OK for version scope, but not for TP.