regression test case | is a subtopic of 10.9 - Strategies for Testing Large Systems |  |
is a kind of test case |  |
must cover as much of the system as possible |  |
test case | can give rise to many tests |  |
contains - identification and classification
- instructions
- expected result
- cleanup (when needed) - how to make the system go 'back to normal' or shut down after the test
|  |
should be classified according to importance, or severity level, so that the most important test cases are executed first, and are designed to detect the most severe classes of defect |  |