1.

JUnit Suites are independent of the capability of the ______ system.(a) Run(b) Class(c) Test(d) BuildThis question was posed to me in an international level competition.Question is from Composing Tests with a Suite topic in section Exploring Core JUnit of JUnit

Answer»

The correct ANSWER is (d) Build

For explanation I would say: JUnit SUITES are useful to organize tests in Java, independent of the CAPABILITY of the build system, because it’s common for someone or a GROUP other than the developers to MAINTAIN builds.



Discussion

No Comment Found

Related InterviewSolutions