InterviewSolution
Saved Bookmarks
| 1. |
A ____________ test is when a valid input is put and some action to be completed in accordance with the specification is expected.(a) Positive(b) Regression(c) Negative(d) NeutralThe question was asked in an internship interview.This intriguing question originated from Test-driven Development in chapter Test Coverage and Development of JUnit |
|
Answer» RIGHT option is (a) Positive To elaborate: Positive TESTING checks that the CORRECT output is produced for correct INPUTS. |
|