Top 350+ Solved Software Testing MCQ Questions Answer
Q. When code is made available to others, it goes in a/an
a. hard drive
b. access-controlled library
c. servers
d. access control
Q. What allows different projects to use the same source files at the same time?
a. Version Control
b. Access control
c. CM Process
d. Version Control and Access control
Q. Why is decomposition technique required?
a. Software project estimation is a form of problem solving
b. Developing a cost and effort estimate for a software project is too complex
c. All of the mentioned
d. None of the mentioned
Q. If a Direct approach to software project sizing is taken, size can be measured in
a. LOC
b. FP
c. LOC and FP
d. None of the mentioned
Q. The expected value for the estimation variable (size), S, can be computed as a weighted average of the optimistic(Sopt), most likely (Sm), and pessimistic (Spess) estimates given as
a. EV = (Sopt + 4Sm + Spess)/4
b. EV = (Sopt + 4Sm + Spess)/6
c. EV = (Sopt + 2Sm + Spess)/6
d. EV = (Sopt + 2Sm + Spess)/4
Q. Who suggested the four different approaches to the sizing problem?
a. Putnam
b. Myers
c. Boehm
d. Putnam and Myers
Q. Which of the following is not one of the five information domain characteristics ofFunction Point (FP) decomposition?
a. External inputs
b. External outputs
c. External process
d. Internal Inputs
Q. The main guide for selecting test cases is
a. To assess risks
b. To assess quality
c. Both (a) and (b)
d. None of the above
Q. Which of the following is not a risk reduction scheme?
a. Priority category scheme
b. Risk analysis
c. Interviewing
d. None of the above
Q. The potential problems are identified and their probabilities and impacts are given weights in which technique
a. Priority categorization scheme
b. Risk analysis
c. Interviews
d. None of the above
Q. Risk exposure is given by which formula
a. It is the product of probability of occurrence of risk and its impact
b. It is the sum of probability of its occurrence and its impact
c. It is the standard deviation of the sum of it’s probability and it’s impact
d. None of the above
Q. A risk matrix
a. Allows the testers to evaluate and rank potential problems by giving weights to probability or severity value as necessary
b. Allows testers to assign thresholds that classify the potential problems into priority categories
c. Both (a) and (b)
d. None of the above
Q. In diagonal band prioritisation scheme
a. Severity equals probability
b. Severity is never equal to probability
c. Either (a) or (b)
d. Both (a) and (b)
Q. Some managers found out that
a. Reducing the number of test cases
b. Increased the number of test cases
c. It does not affect the number of test cases
d. None of the above