ST Unit Ii MCQ
ST Unit Ii MCQ
UNIT II MCQ
a. True
b. False
ANSWER: False
a. White box
b. Black box
c. Grey box
d. Combination of all
a. Design errors
b. Interface errors
c. Procedure errors
d. None of the above
4) Which of the following is the main advantage of Top Down Integration Testing?
5) Testing of individual components by the developers are comes under which type of testing?
a. Integration testing
b. Validation testing
c. Unit testing
d. None of the above.
ANSWER: Unit testing
a. Equivalence Partitioning
b. Basis Path Testing
c. Boundary Value Analysis
d. None of the above.
7) What types of errors are not done by Black-Box Testing and can be uncovered by White-Box
Testing?
a. Logic errors
b. Performance errors
c. Behavioral errors
d. None of the above
a. Defect
b. Failure
c. Both A & B
ANSWER: Defect
9) Which of the following is a software metric that provides a quantitative measure of the
logical complexity of a program?
a. Cyclomatic Complexity
b. LOC
c. Function Point
d. None of the above.
1. System testing
2. UAT
3. Inspection
4. Unit Testing
5. Walk through
6. Technical review
a. 1,2,4
b. 3,5,6
c. 2,3,5,6
d. All of the above
ANSWER: 3,5,6
a. Statement Coverage
b. Decision Coverage
c. Condition Coverage
d. Path Coverage
e. All of the above
a. In equivalence-partitioning technique we need to test only one condition from each partition.
b. If one condition in a partition works, we assume all of the conditions in that partition will
work.
c. if one of the conditions in a partition does not work, then we assume that none of the
conditions in that partition will work.
d. Equivalence partitions and equivalence classes both terms mean exactly the same thing.
e. All of the above
16) Stubs and Drivers are used in component and Integration Testing.
a. True
b. False
ANSWER: True
a. Re-engineering
b. Risk Management
c. Test Planning
d. Reverse engineering
a. Functional testing
b. Structural testing
c. Glass box testing
d. All of these
19) Error guessing can have more fruitful results when ______ .
a. Statement testing
b. Path testing
c. Data flow testing
d. None of the above
21) Which of the following is not another name for Structural Testing?
ANSWER: An input or output range of values such as have only one value in the range becomes
a test case.
a. Cause-Effect Table
b. State transition Testing
c. Decision Coverage
d. Use case Testing
29) In Big Bang Integration, all the modules are not required to be completed before the
Integration Testing starts.
a. True
b. False
ANSWER: False
30) Equivalence partitioning and boundary value analysis techniques are used only during
system testing.
a. True
b. False
ANSWER: False
a. Structural testing
b. Code-Based Testing
c. Clear box testing
d. All of the above
33) The goal of Integration Testing is to find defects in communication between two modules
rather than seeing if modules are working correctly.
a. True
b. False
ANSWER: True
a. True
b. False
ANSWER: False
35) Which of the following categories, Black-box testing attempts to find errors?
a. True
b. False
ANSWER: True
a. Error Guessing
b. Walkthrough
c. Data flow analysis
d. Inspections
a. Statement Coverage
b. Decision Coverage
c. Cause and Effect Coverage
d. Multiple Condition Coverage
39) To check whether coding standards are followed, which type of testing will be beneficial?
a. Dynamic Testing
b. Static Testing
c. Parameter Testing
d. Computation Testing
a. 1, 2
b. 1, 2, 4
c. 1, 2, 3
d. All the above
42) A useful tool to visualize, clarify, link, identify, and classify possible cause of a problem.
This is also called as “fishbone diagram” what is this?
A. Pareto Analysis
B. Cause-and-Effect Diagram