Book a Demo

Author Topic: Testing Matrix  (Read 3578 times)

Martin Robinson

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Testing Matrix
« on: November 21, 2015, 02:56:06 am »
How can I view/print a matrix of Requirements against Tests? I would like to see Requirements that have Tests as well as those that do not yet have tests. Is this possible?
Also, is it possible to list all Tests, regardless of state (run/passed etc)?
Thanks.

Gary

  • EA User
  • **
  • Posts: 84
  • Karma: +1/-0
    • View Profile
Re: Testing Matrix
« Reply #1 on: November 23, 2015, 11:01:13 pm »
Listing all tests regardless of state is done by selecting Project-> QA Reports & Metrics. then select the package where the tests are. Select Test Type to be All and Status to be All as well.

For the first part of your question, it depends on what type of test you are talking about. For internal tests on a requirement use the Specification Manger view.
For external tests in testcases I connect the Testcase to the Requirement with a <<Verify>> connector. Then use the Relationship Matrix with the Testcase package and requirement package as source and target. The select the  Link Type to be Verify.

Gary