

MCQOPTIONS
Saved Bookmarks
This section includes 13 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
1. |
The stress test environment should be as close as possible to the __________ environment. |
A. | Design |
B. | Review |
C. | Test |
D. | Production |
Answer» E. | |
2. |
____________ tests examine whether the application can process a large number of requests test types within a given period. |
A. | Unit |
B. | Integration |
C. | Stress |
D. | Acceptance |
Answer» D. Acceptance | |
3. |
Layering provides __________ and the ability to access the back end with several different front ends. |
A. | Flexibility |
B. | Redundancy |
C. | Authorization |
D. | Simplicity |
Answer» B. Redundancy | |
4. |
_____________TESTS_EXAMINE_WHETHER_THE_APPLICATION_CAN_PROCESS_A_LARGE_NUMBER_OF_REQUESTS_TEST_TYPES_WITHIN_A_GIVEN_PERIOD.?$ |
A. | Unit |
B. | Integration |
C. | Stress |
D. | Acceptance |
Answer» D. Acceptance | |
5. |
The_stress_test_environment_should_be_as_close_as_possible_to_the____________environment.$ |
A. | Design |
B. | Review |
C. | Test |
D. | Production |
Answer» E. | |
6. |
Layering provides __________ and the ability to access the back end with several different front ends? |
A. | Flexibility |
B. | Redundancy |
C. | Authorization |
D. | Simplicity |
Answer» B. Redundancy | |
7. |
Developers often combine functional tests with __________ tests. |
A. | Unit |
B. | Integration |
C. | Stress |
D. | Loss |
Answer» C. Stress | |
8. |
______________ tests examine the code at the boundary of its public API. |
A. | Unit |
B. | Integration |
C. | Functional |
D. | Loss |
Answer» D. Loss | |
9. |
A layered application may have a front end to handle the presentation and a ______________ to execute the business logic. |
A. | Objects |
B. | Classes |
C. | Servlet |
D. | Back end |
Answer» E. | |
10. |
The test runs while a ___________ or EJB container hosts the application. |
A. | Objects |
B. | Classes |
C. | Servlet |
D. | Subsystems |
Answer» D. Subsystems | |
11. |
The test instantiates ___________ and calls methods on these _________ |
A. | Objects |
B. | Classes |
C. | Services |
D. | Subsystems |
Answer» B. Classes | |
12. |
To get an expected test outcome a standard procedure is followed which is referred as ___________ |
A. | Testing Mechanism |
B. | Testing Type |
C. | Test Cast |
D. | Test Scope |
Answer» C. Test Cast | |
13. |
__________ is an error condition hiding another error condition. |
A. | Fault Masking |
B. | Error Hiding |
C. | Redundant Masking |
D. | Fault Gaping |
Answer» B. Error Hiding | |