Structure-based testing techniques MCQs
_____ is a Structural Testing Technique
a. Statement Coverage
b. Decision Coverage
c. Condition Coverage
d. Path Coverage
e. All of these
e. None of these
Multiple Choice Question Answer: e
____ inputs we are required for 100% Statement Coverage
Read customer_name
Read record
If age < 18 then
Print Reject customer
Else
Print accept customer
Endif
a. 1
b. 2
c. 3
e. None of these
Multiple Choice Question Answer: a
If all the statements of code execute it means that each decision is executed at least once.
a. True
b. False
e. None of these
Multiple Choice Question Answer: b
Read A,B
If A>=2
Print A+B
else
Print A-B
EndIf
If B<1
Print B-A
End
The Cyclomatic Complexity is ______
a. Black box testing
b. White box testing
c. Grey box testing
d. Combination of all
e. None of these
Multiple Choice Question Answer: b
For the above algorithm, the minimum number of test cases required to achieve 100% Statement Coverage and Decision Coverage is ___
a. SC=2,DC=2
b. SC=1,DC=3
c. SC=2,DC=3
d. SC=3,DC=3
e. None of these
Multiple Choice Question Answer: a
Software Testing MCQs
- Software Acceptance testing MCQs
- Agile testing MCQs
- Boundary value analysis MCQs
- Capability Maturity Model Integration MCQsÂ
- Configuration Management MCQs
- Incident Management MCQs
- Independent testing team MCQs
- LoadRunner MCQs
- Black Box Testing MCQs
- Software quality Assurance MCQ’s
- Alpha and Beta Testing MCQs
- Manual testing MCQs
- Software Testing processes MCQs
- Software Testing Techniques
- Structure-based testing techniques MCQs
- Software Project Planning MCQs
- Software Design Concept Testing MCQs
- Software Configuration Management MCQs
- Smoke and Sanity testing MCQsÂ
- Selenium Software Testing MCQs
- SQA Analyst MCQs
- QA Specialist MCQs
- Test Manager MCQs
- Software Quality Assurance Engineer MCQs
- Software Test Automation Engineer and Static Analysis MCQs
- QA Engineer MCQs
- Director of Software Quality Assurance MCQs
- Software Testing Tutorials