Q.1.
“cobertura-check.bat” is run ________ the JUnit tests to show which classes do not have adequate test coverage.
Q.2.
Which of the following is the basic unit of development in Scrum?
Q.3.
Which of the following translates ExpectationErrors into JUnit AssertionFailedErrors?
Q.4.
Which of the following is a JUnit Rule that manages JMock expectations and allowances?
Q.5.
What are fixtures in JUnit?
Q.6.
What is the full form of JJ in “JJ-path”?
Q.7.
Which of the following is a Java HTTP (Web) server and Java Servlet container?
Q.8.
To use JUnit in a project we need to add which JAR files on our test classpath?
Q.9.
What type of object is returned on completion of a test?
Q.10.
Mocks are Trojan horses because they replace real ___________ from the inside, without the calling classes being aware of it.
Q.11.
Stubs usually provide high _____________ in the tested system.
Q.12.
In which of the following test, Monkey Testing is also included in Android Studio as part of the standard testing tools.
Q.13.
For a Suite class, the @RunWith annotation has the value of which class?
Q.14.
Which testing is used for testing systems for which the specification takes in the form of rules or cause-effect combinations?
Q.15.
Which of the following rules helps to set up custom JUnit rules?