Types of Software Testing MCQ Questions
Types of Testing MCQs : This section focuses on "Types of Software Testing" of Software Engineering. These Multiple Choice Questions (MCQ) should be practiced to improve the Software Engineering skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. Which testing includes testing a software manually, i.e. without using any automated tool or any script?
A. Automation Testing
B. Client Testing
C. Manual Testing
D. All of the above
View Answer
Ans : C
Explanation: Manual testing includes testing a software manually, i.e., without using any automated tool or any script.
2. Which testing comes under manual testing?
A. unit testing
B. integration testing
C. system testing
D. All of the above
View Answer
Ans : D
Explanation: Different stages for manual testing such as unit testing, integration testing, system testing, and user acceptance testing.
3. Automation testing, which is also known asĀ ?
A. Test Design
B. Test Automation
C. Test Process
D. Automation Testing
View Answer
Ans : B
Explanation: Automation testing, which is also known as Test Automation, is when the tester writes scripts and uses another software to test the product
4. Automation Testing is used to re-run the test scenarios that were performed manually, quickly, and repeatedly.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, Automation Testing is used to re-run the test scenarios that were performed manually, quickly, and repeatedly.
5. In which of the following type of testing, testing is done without planning and documentation?
A. Unit testing
B. Retesting
C. Ad hoc testing
D. Regression testing
View Answer
Ans : C
Explanation: Ad hoc testing is done without planning and documentation.
6. Which techniqe is applied for usability testing?
A. White box
B. Black box
C. Grey box
D. Green box
View Answer
Ans : B
Explanation: Black box techniqe is applied for usability testing
7. Which of the following is automation testing tool?
A. Selenium
B. IBM Rational Functional Tester
C. SilkTest
D. All of the above
View Answer
Ans : D
Explanation: All of the above is automation testing tool.
8. What is example of load testing?
A. Downloading large contents from the internet
B. Running multiple applications on a computer or server simultaneously
C. Generating a large amount of traffic on particalr page
D. All of the above
View Answer
Ans : D
Explanation: All of the above is example of load testing.
9. Alpha Testing is useful way of compatibility testing.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : B
Explanation: True, Alpha Testing is useful way of compatibility testing.
10. Automation testing is also used to test the application from load, performance, and stress point of view.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, automation testing is also used to test the application from load, performance, and stress point of view.
Discussion