1.

The biggest advantage of mock objects over in-container testing is that mocks don’t require a ________ container in order to execute tests.(a) Running(b) Closed(c) Open(d) StaticI have been asked this question in an international level competition.The query is from Maven Downsides topic in chapter Running JUnit Tests from Maven2 of JUnit

Answer»

The correct ANSWER is (a) Running

Best EXPLANATION: Tests can be set up quickly and run quickly when using mock OBJECTS.



Discussion

No Comment Found

Related InterviewSolutions