Software Testing MCQ Questions & Answers
11. _____ is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
A. Software Design
B. Software Implementation
C. Software Testing
D. Software Requirement
View Answer
Ans : C
Explanation: Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
12. Test Automation __________ the testing time.
A. increases
B. reduces
C. does not depend
D. None of the above
View Answer
Ans : B
Explanation: Test Automation reduces the testing time
13. SDLC stands for?
A. Software Deployment Life Cycle
B. Software Design Life Cycle
C. Software Developer Life Cycle
D. Software Development Life Cycle
View Answer
Ans : D
Explanation: Software Development Life Cycle (SDLC)
14. Validation is a process is done by?
A. developers
B. testers
C. client
D. None of the above
View Answer
Ans : B
Explanation: Validation is a process is done by testers
15. Verification has a?
A. dynamic activities
B. subjective activities
C. static activities
D. objective activities
View Answer
Ans : C
Explanation: It has static activities, as it includes collecting reviews, walkthroughs, and inspections to verify a software.
16. Validation occurs after verification
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: Validation occurs after verification and mainly involves the checking of the overall product.
17. Which of the following term describes testing?
A. Finding broken code
B. Evaluating deliverable to find errors
C. A stage of all projects
D. None of the above
View Answer
Ans : B
Explanation: Software testing is the process of evaluation a software item to detect differences between given input and expected output
18. What is Cyclomatic complexity?
A. Black box testing
B. Green box testing
C. Yellow box testing
D. White box testing
View Answer
Ans : D
Explanation: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module
19. Alpha testing is done at
A. Developer’s end
B. User’s end
C. Developer’s & User’s end
D. None of the above
View Answer
Ans : A
Explanation: Alpha testing takes place at the developer’s end. Developers observe the users and note problems. Alpha testing is testing of an application when development is about to complete. Minor design changes can still be made as a result of alpha testing
20. What are the various Testing Levels?
A. Unit Testing
B. System Testing
C. Integration Testing
D. All of the above
View Answer
Ans : D
Explanation: Unit, system, integration testing all of them are levels in testing.
Discussion