InterviewSolution
Saved Bookmarks
| 1. |
The ______ is a container used to gather tests for the purpose of grouping and invocation.(a) Result(b) TestCase(c) Suite(d) TestThe question was posed to me by my college professor while I was bunking the class.The query is from Composing Tests with a Suite topic in division Exploring Core JUnit of JUnit |
|
Answer» Correct option is (c) Suite |
|