Results Log
The Results Log is a simple summary
of what has been tested and what the results were. Typically,
the test cases are run several times as software is developed.
Often the results are written on the bottom of each test case,
but this makes for an unwieldy document. Management wants a quick
summary and doesn't want to wade through 400 pages of test cases
to find out what happened.
The Results Log is a simple matrix with the following format:
Application Being Tested: Customer Maintenance
Date of these tests: Sept 22-29
|
Test Case |
Requirement |
Result |
Comment |
|
147 |
An account number must be entered, of 8 digits and a 1 digit
checksum. Invalid account numbers must be diagnosed with an appropriate
error message. |
Failed |
The number 111-111-111 did not produce a diagnostic;
suspect an intentional backdoor created by the programmer |
|
148 |
The account number must exist in the Customer Database; if not,
an appropriate error message must be displayed. |
OK |
|
|
149 |
Given a valid account number, the customer details must be retrieved
from the Customer Database and displayed on the CD-102 screen
form. |
OK |
|
|