- Traceability Matrix: How to Ensure the coverage of Requirements in Test Cases
- FAQs about UAT (User Acceptance Testing)
- Project Planning: How to Design the Project Flexibility Matrix
- How to Develop a Software Change Management Process and Governance
- How to Prepare Workflow Diagram and Systems
So, what is the format?
If you have a tool to trace the requirements, fine. Otherwise, traceability matrix can be maintained in a Word document or a Spreadsheet. In the tool, each use cases or requirements are linked in one-to-many relations with the test cases.
In the Spreadsheet, the format of a traceability matrix is a table -- having columns as the requirement id (or use case id) and rows as the test case id. Please refer to the picture below.
And, why is traceability matrix important?
Traceability is important for the successful coverage of requirements in the test cases. Besides, it helps in following:
- Knowing whether whole of the current requirements are considered for testing
- Knowing whether changed requirements are converted into testable items
- Documentation to form the basis of testing
- Understanding where requirements have been built into the system
- Forming the basis for ongoing system documentation
To conclude, writing a traceability matrix is not a one time affair. It should be updated with every change in the requirements to avoid any potential threat of requirement items going untested.
No comments:
Post a Comment