MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
____________ tests can control both the inputs to each method and the behaviour of secondary objects. |
| A. | White Box |
| B. | Unit |
| C. | Black Box |
| D. | Loss |
| Answer» B. Unit | |
| 2. |
Higher test coverage is achieved by white box tests because of ____________ |
| A. | Access to more methods |
| B. | Better documentation |
| C. | Faster tests |
| D. | More accepted tests |
| Answer» B. Better documentation | |
| 3. |
In black box testing, all that is needed to know in order to test the system properly is the system s ______________ |
| A. | Functional specification |
| B. | Modularity |
| C. | Redundancy |
| D. | Class definition |
| Answer» B. Modularity | |