InterviewSolution
Saved Bookmarks
| 1. |
What is a test runner?(a) Used to execute the test file(b) Defines the test file(c) Used to write test cases(d) Used to define annotationsThe question was posed to me in quiz.Question is taken from Exploring Core JUnit in division Exploring Core JUnit of JUnit |
|
Answer» The correct option is (a) USED to EXECUTE the test file |
|