A. Unit Testing
B. System Testing
C. Integration Testing
D. All of the mentioned
Explanation: Unit, system, integration testing all of them are levels in testing.
Related Mcqs:
- Which is a black box testing technique appropriate to all levels of testing ?
A. Acceptance testing
B. Regression testing
C. Equivalence partitioning
D. Quality assurance - By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?
A. Failure intensity
B. Testing time
C. Metrics
D. All of the mentioned - Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed ?
A. Regression Testing
B. Integration testing
C. Smoke testing
D. Validation testing - Which of the following testing types is not a part of system testing ?
A. Recovery testing
B. Stress testing
C. System testing
D. Random testing - Alpha testing is done at________________?
A. Developer’s end
B. User’s end
C. Developer’s & User’s end
D. None of the mentioned - Testing done without planning and Documentation is called_________________?
A. Unit testing
B. Regression testing
C. Adhoc testing
D. None of the mentioned - Beta testing is done at_________________?
A. User’s end
B. Developer’s end
C. User’s & Developer’s end
D. None of the mentioned - Which testing integrates the set of classes required to respond to one input or event for the system?
A. cluster testing
B. thread-based testing
C. use-based testing
D. none of the mentioned - Cyclomatic Complexity method comes under which testing method ?
A. Yellow box
B. White box
C. Gray box
D. Black box - Effective testing will reduce __________________ cost?
A. maintenance
B. design
C. coding
D. documentation