Top 20 Software Testing Multiple Choice Questions | Testing MCQ


Free online self-assessment test on software testing. Software testing interview preparation made easy for new aspirants. These mock test series consisting of a wide range of multiple-choice questions are designed to evaluate the self-performance of software testing skills. Very useful in interviews and ISTQB certification exam preparation.



Software Testing Mock Interview Questions: 1

The test consists of 20 questions on selenium.

No negative marking for this test.

No Time limit

The pass percentage is 70%

The correct answer with a description will be displayed after the answer has been marked.

Submit the test to calculate your score once you are done with all the questions.

Complexity Level- Moderate







Q1: 'Load testing', and 'Security testing' are _____













Q2: To validate whether the system is conforming with its business requirements is ___

Select the correct answer:














Q3: Functional test cases execution is a part of____














Q4: Reviews, walkthroughs, and inspections are part of_____














Q5: Select all the applicable phases of a BUG from a typical bug life cycle:

Select all that applies
























Q6: The correct sequence of software testing phases is:

Select the correct answer:












Q7: Select all the applicable statements for Beta testing:

Select All that applies:

















Q8: Alpha testing is ____

Select the correct answer:













Q9: Select the correct statement for Regression Testing












Q 10: Select the correct statement for Smoke Testing

Select the correct answer:













Q 11: Select the correct statement for Sanity Testing

Select the correct answer:













Q 12: The Requirement Tracebility Matrix a.k.a RTM is _____












Q 13: Defect density is ______












Q 14: Defect leakage is ______












Q 15: Severity and Priority are the attributes applicable on ______

Select the correct answer:













Q 16: Integration testing is all about ______

Select the correct answer:













Q 17: Which one of the following is true for Unit testing-

Select the correct answer:













Q 18: Deferred state of a bug mean-

Select the correct answer:













Q 19: Test Driven Development a.k.a TDD is

Select the correct answer:













Q 20: Given a field that accepts numbers in the range of 1 to 100,
then validating the field with below three inputs :


-less than 1
-between 1 to 100
-and greater than 100

is called