

MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
1. |
_______________ is a document that contains the steps that has to be executed. |
A. | Test Scenarios |
B. | Test Cases |
C. | Test Script |
D. | Latent defect |
Answer» C. Test Script | |
2. |
_____________ is written in a programming language and is a short program used to test part of functionality of the software system. |
A. | Test Scenarios |
B. | Test Cases |
C. | Test Script |
D. | Latent defect |
Answer» D. Latent defect | |
3. |
______________ requires that only the first and second conditions of the RIP model are satisfied. |
A. | Weak mutation testing |
B. | Strong mutation testing |
C. | Weak test data |
D. | Strong test data |
Answer» B. Strong mutation testing | |
4. |
During ___________ testing, code is not executed. |
A. | Unit |
B. | Dynamic |
C. | Static |
D. | Equivalence |
Answer» D. Equivalence | |
5. |
Static testing is done using the software __________ |
A. | Documentation |
B. | Manual |
C. | Design |
D. | Comment |
Answer» B. Manual | |
6. |
_________________ is prepared before the actual testing starts. |
A. | Test Scenarios |
B. | Test Cases |
C. | Test Script |
D. | Latent defect |
Answer» B. Test Cases | |
7. |
STLC stands for ______________ |
A. | Software Test Locale Code |
B. | Software Transfer Limited Code |
C. | Software Total Licence Control |
D. | Software Test Life Cycle |
Answer» E. | |
8. |
Which is likely to benefit most from the use of test tools providing test capture and replay facilities? |
A. | Regression testing |
B. | Integration testing |
C. | System testing |
D. | User acceptance testing |
Answer» B. Integration testing | |
9. |
For the following codeif (a or b) and c thenThe condition/decision criteria will be satisfied by: |
A. | a=true, b=true, c=true and a=false, b=false, c=false |
B. | a=false, b=true, c=true |
C. | a=true, b=false, c=true |
D. | a=true, b=true, c=false |
Answer» B. a=false, b=true, c=true | |
10. |
______________ is a method of achieving complete branch coverage without achieving complete path coverage. |
A. | Basis Path Testing |
B. | Loss Testing |
C. | Universal Testing |
D. | Random Testing |
Answer» B. Loss Testing | |
11. |
________________ criteria checks whether each state in a finite-state machine been reached and explored. |
A. | Path coverage |
B. | Loop coverage |
C. | Entry/exit coverage |
D. | State coverage |
Answer» E. | |
12. |
PVC stands for _____________ |
A. | Parameter Value Condition |
B. | Parameterised Values Check |
C. | Parameter Value Coverage |
D. | Path Value Check |
Answer» D. Path Value Check | |