Q.1.
Which of the following is not correct about JUnit?
Q.2.
JUnit is used for what type of software testing for the Java language?
Q.3.
Which annotation implies that a method is a JUnit test case?
Q.4.
JUnit test files are written in files with which file extension?
Q.5.
Which methods cannot be tested by the JUnit test class?
Q.6.
JUnit runners are available in which package?
Q.7.
What is a Façade in JUnit?
Q.8.
What does the fail() method do in JUnit?
Q.9.
To run the file TestClass.class from the command line, we have to type what?
Q.10.
JUnit Suites are independent of the capability of the ______ system.
Q.11.
Which of the following is an example of a web controller?
Q.12.
Which of the following is not a mocking framework?
Q.13.
Which of the following is correct about Test Suite in JUnit?
Q.14.
The JUnit hasItem() function is a _____________
Q.15.
Which of the following is also known as Beta Testing?
Q.16.
JUnit test methods must compulsorily return what value?
Q.17.
Which of the following is a free Java tool that calculates the percentage of code accessed by tests?
Q.18.
Which package contains interfaces that define jMock’s Domain Specific Embedded Language?
Q.19.
Class JUnitMatchers extends _______________
Q.20.
Which of the following test has to be completed before integration testing?