Terminologies in Software Testing
Download Full Article
Testing-Methodologies.doc
Basic Block:
A sequence of one or more consecutive, executable statements containing no branches.
CAST:
Computer Aided Software Testing.
Code Coverage:
An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional [...]
