InterviewSolution
Saved Bookmarks
| 1. |
A _____________ test is when an invalid input is put and errors are received.(a) Positive(b) Regression(c) Negative(d) NeutralThe question was asked during an interview for a job.Question is taken from Test-driven Development in chapter Test Coverage and Development of JUnit |
|
Answer» CORRECT option is (C) Negative Explanation: Negative TESTING tests that invalid INPUTS do not get passed by the code. |
|