Java Testing Questions
This set of questions covers various aspects of Java testing.
Less than 10 submissions
QS
@qs_by_qset
Created this 6 months ago
Content
Stop reading
1. What is the importance of test maintenance?
2. What is the purpose of unit testing?
Please login to your account to view this. Login
3. What is the benefit of using a test runner?
4. What is the purpose of code coverage?
5. What is the difference between a stub and a mock?
6. What is the difference between assertEquals() and assertSame()?
7. What is a mocking framework?
8. What is the difference between a positive and a negative test case?
9. Which annotation is used to specify a method as a test method?
10. What is the role of the developer in software testing?