Explore topic-wise MCQs in Software Testing (MCQ) questions and answers.

This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Software Testing (MCQ) questions and answers knowledge and support exam preparation. Choose a topic below to get started.

1.

The speedometer of a car uses 7 colours to show the speed. Each colour covers a range of 20 km, with an operating minimum and maximum of 0 and 140. Which of the following values is LEAST likely to have been identified when applying the Boundary Value Test Design Technique?

A. -1
B. 0
C. 7
D. 121
Answer» D. 121
2.

A particular text field accepts only alpha characters. Which of the following is invalid Equivalence Partition?

A. APPLE
B. apple
C. aPPle
D. a2pple
Answer» E.
3.

A Online Bus Reservation System asks number of seats to be reserved by user where user can reserve seats till its capacity will be full. If a tester wants to test that particular field using Boundary Value, what do you think will be a correct set of input values?

A. 1, 2, capacity -1, capacity, capacity + 1
B. 0, 1, capacity, capacity + 1
C. 0, 1, 2, capacity + 1, a very large number
D. 0, 1, 10, 100, capacity, capacity+1
Answer» C. 0, 1, 2, capacity + 1, a very large number
4.

Which of the following values for age are in the same Equivalence Partition?- If you are less than 18, you are too young to be registered for program.- Between 18 and 50 inclusive, you will receive a 20% discount.- Anyone over 50 is not eligible for a discount.

A. 17, 18, 19
B. 51, 52, 53
C. 18, 49, 50
D. 17, 49, 51
Answer» C. 18, 49, 50
5.

To pass an Exam, a candidate has to score minimum of 50 marks in order to clear the exam. The maximum that he can score is 100 marks. Identify the Valid Equivalence values if the student passes the exam.

A. 50, 58, 75
B. 49, 50, 51
C. 52, 60, 99
D. 0, 15, 50
Answer» D. 0, 15, 50
6.

A city field in software accepts 3 to 25 alpha characters only. Using BVA technique what will be the possible number of combinations?

A. 3, 4, 24, 25
B. 2, 3, 25, 26
C. 2, 3, 24, 25
D. 3, 5, 25, 26
Answer» C. 2, 3, 24, 25
7.

Which of the followings is/are not a Specification Based Technique?

A. Cause-Effect Table
B. State transition Testing
C. Decision Coverage
D. Use case Testing
Answer» D. Use case Testing
8.

A theme park charges entry fee based on age group. For children below 3 it charges nothing, for 3-10 it charges Rs. 500/-, for 10-18 it charges Rs. 800/-,then for 18-60 it charges Rs. 1000/- and above 60 it charges Rs. 500/- again. Using Boundary Value Analysis, what will be the values to test if person pays Rs. 500/- entry fee?

A. 0,2,3
B. 2,3,10,11,59,60,100,102
C. 2,3,10,11,59,60,100,101
D. 59,60,100,101
Answer» D. 59,60,100,101
9.

What is an Equivalence Partition?

A. A set of test cases for testing classes of objects.
B. An input or output range of values such as have only one value in the range becomes a test case.
C. An input or output range of values such that each value in the range becomes a test case
D. An input or output range of values such that every tenth value in the range becomes a test case.
Answer» C. An input or output range of values such that each value in the range becomes a test case