Skip to content

JigZaw TODO

Challenges

Mapping between requirements and tests.
  • The mapping between requirements and tests can be made using the group concept in testng for testng-based tests. However, the test report generated with maven-surefire-plugin doesn't include this information. See SUREFIRE-472: Add support for view by groups in the surefire report.

  • How to create a single report for different types of tests?

    • A manually maintained Table of Contents which links to the test reports from the different tools seems like the most pragmatic approach. A wiki or a test management tool like HP QualityCenter can probably be used to maintain the links.

TODOs