Delta of Requirements in Test Plan and All Requirements
Posted: Sat Jun 13, 2015 8:32 pm
Hi,
At my project we have a Test Plan for an upcoming SDK release. We're using the Requirements-based report to see which requirements are being tested.
Is there a way to quickly see if a requirements is being checked or "active" in a test plan?
What we wanted was a list of requirements that were NOT being tested in the current Test Plan. With that list we could go over them to make sure we didn't forget to add tests to this test plan for a requirement we really needed for the SDK.
I wrote a python script that accepts the exported xml of all requirements and an html source of the req based report frame and creates a list of deltas for me. If people want I can share the script here.
Curious if I'm overlooking something or the functionality is not considered or not yet implemented.
At my project we have a Test Plan for an upcoming SDK release. We're using the Requirements-based report to see which requirements are being tested.
Is there a way to quickly see if a requirements is being checked or "active" in a test plan?
What we wanted was a list of requirements that were NOT being tested in the current Test Plan. With that list we could go over them to make sure we didn't forget to add tests to this test plan for a requirement we really needed for the SDK.
I wrote a python script that accepts the exported xml of all requirements and an html source of the req based report frame and creates a list of deltas for me. If people want I can share the script here.
Curious if I'm overlooking something or the functionality is not considered or not yet implemented.