InterviewSolution
Saved Bookmarks
| 1. |
Explain what is meant by normal, abnormal and extreme test data. * |
|
Answer» Test data is data which has been specifically identified for use in tests, typically of a computer program. Some data may be used in a confirmatory WAY, typically to verify that a given set of input to a given function produces some EXPECTED result. Other data may be used in ORDER to challenge the ability of the program to respond to UNUSUAL, EXTREME, exceptional, or unexpected input. Explanation:follow me |
|