InterviewSolution
Saved Bookmarks
| 1. |
To get an expected test outcome a standard procedure is followed which is referred as ___________(a) Testing Mechanism(b) Testing Type(c) Test Cast(d) Test ScopeI had been asked this question during an interview.The question is from Unit Testing with Mock Objects in portion Testing with Mock Objects of JUnit |
|
Answer» RIGHT OPTION is (b) Testing Type The EXPLANATION is: Testing types include Unit testing, API testing among OTHERS. |
|