Hi,
I created Use cases and generated External test cases for it. There is 1 test case that gets generated which consists all the possible test scenarios. When I create a Relationship matrix between Use case and test case there is one to one trace which is shown. Is it possible to get a trace between the Use case steps/flows to the Test scenario?
For e.g. Use case steps are like
main 1, 2,
3 3.Alternate 1, 2 end,
main 4, 5
In this case generated test scenarios are 2.
Basic path 1, 2, 3 ,4 ,5
Alternate -- 1, 2, 3 Alternate 1,2.
Is it possible to generate such a tractability that shows which Use case path is traversed by the test scenario?
Any help would be appreciated. Thanks