0
0
Testing Fundamentalstesting~5 mins

Traceability matrix in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Traceability Matrix in software testing?
A Traceability Matrix is a document that links requirements to their corresponding test cases. It helps ensure that all requirements are tested.
Click to reveal answer
beginner
Why is a Traceability Matrix important?
It helps track coverage of requirements, ensures no requirement is missed, and assists in impact analysis when requirements change.
Click to reveal answer
intermediate
What are the main columns typically found in a Traceability Matrix?
Common columns include Requirement ID, Requirement Description, Test Case ID, Test Case Description, and Status.
Click to reveal answer
intermediate
How does a Traceability Matrix help during regression testing?
It identifies which test cases need to be re-executed based on changed or impacted requirements, saving time and effort.
Click to reveal answer
advanced
Can a Traceability Matrix be used for both forward and backward traceability? Explain.
Yes. Forward traceability maps requirements to test cases to ensure coverage. Backward traceability maps test cases back to requirements to avoid unnecessary tests.
Click to reveal answer
What does a Traceability Matrix primarily link together?
ATest Plans and Test Reports
BTest Cases and Defects
CDevelopers and Testers
DRequirements and Test Cases
Which of the following is NOT typically a column in a Traceability Matrix?
ADeveloper Name
BTest Case Description
CRequirement ID
DTest Case Status
How does a Traceability Matrix assist in impact analysis?
ABy tracking developer assignments
BBy listing all defects found
CBy showing which requirements are linked to which test cases
DBy scheduling test execution
What type of traceability ensures all requirements have test cases?
AForward Traceability
BBackward Traceability
CHorizontal Traceability
DVertical Traceability
When is a Traceability Matrix most useful?
AOnly after product release
BThroughout the testing lifecycle
CDuring test execution only
DOnly during requirement gathering
Explain what a Traceability Matrix is and why it is important in software testing.
Think about how testers make sure nothing is missed.
You got /4 concepts.
    Describe the difference between forward and backward traceability in a Traceability Matrix.
    Consider the direction of mapping.
    You got /4 concepts.