click below
click below
Normal Size Small Size show me how
Section 4 Testing
Testing
| Question | Answer |
|---|---|
| Robust System | A system that is unlikely to malfunction |
| Dry-run testing | A manual run through the program with a trace table on paper using carefully selected test data. |
| Black-box Testing | Carried out without looking at the program code. Carefully selected test data is used and expected results are compared with actual results. Also known as functional testing |
| White-box Testing | Tests are devised to check each possible path through the program code. Also known as structural testing |
| Normal Data | Realistic and correct data values |
| Boundary Data | Data values which are just above and just below the boundaries. |
| Erroneous Data | Data values that are incorrect and/or unexpected |
| Test Plan | A list of planned tests with their data or referring to a set of test data |
| Evidence of testing | Something that shows the data entered and the result from the program eg a screenshot |