Term
|
Definition
Linear Code Sequence and Jump, a white box testing technique to identify the code coverage, which begins at the start of the program or branch and ends at the end of the program or the branch. LCSAJ consists of testing and is equivalent to statement coverage. |
|
|
Term
|
Definition
Having definite or definable limits, a finite number of possibilities. |
|
|
Term
|
Definition
Test deliverables are provided before the testing phase.
Test plans document. Test cases documents. Test Design specifications.
Test deliverables are provided during the testing
Test Scripts Simulators. Test Data. Test Traceability Matrix. Error logs and execution logs.
Test deliverables are provided after the testing cycles are over.
Test Results/reports. Defect Report. Installation/Test procedures guidelines. Release notes. |
|
|
Term
|
Definition
Traceability analysis is the process of tracking forward or backward through a network of interrelationships between components of a system and their documentation to establish that:
All the customer's requirements have been satisfied.
No unspecified features have been introduced into the product.
Each work product in the documentation tree complies with its predecessor specification. |
|
|
Term
|
Definition
The outcome of traceability analysis is typically a traceability matrix. |
|
|