Top 350+ Solved Software Testing MCQ Questions Answer
Q. Inspections and testing are what kinds of Quality Costs
a. Prevention
b. Internal Failure
c. External Failure
d. Appraisal
Q. According to ISO 9001, inspection and testing comes under which management responsibility?
a. Process control
b. Document control
c. Control of non-conforming products
d. Servicing
Q. The degree to which the design specifications are followed during manufacturing is known as
a. Quality of design
b. Quality of conformance
c. Quality of testing
d. None of the mentioned
Q. What kind of quality cost is incurred when an error is detected in a product prior to shipment?
a. Prevention
b. Internal Failure
c. External Failure
d. Appraisal
Q. Non-conformance to software requirements is known as
a. Software availability
b. Software reliability
c. Software failure
d. None of the mentioned
Q. Software project manager is engaged with software management activities. He is responsible for ______.
a. Project planning.
b. Monitoring the progress
c. Communication among stakeholders
d. All mentioned above
Q. Which quality deals with the maintaining the quality of the software product?
a. Quality assurance
b. Quality control
c. Quality Efficiency
d. None of the above
Q. The interviews, which are held between two persons across the table is ______.
a. Written
b. Non-structured
c. Group
d. One-to- one
Q. Which of these primary objectives have to be achieved for the requirement model?
a. To describe what the customer requires
b. To establish a basis for the creation of a software design
c. To define a set of requirements that can be validated once the software
d. All mentioned above
Q. Which of the following is not a functional testing technique?
a. Boundary-Value Analysis
b. Decision Table
c. Regression Testing
d. None of the above
Q. Decision tables are useful in situations where
a. An action is taken under varying sets of conditions.
b. Number of combinations of actions is taken under varying sets of conditions.
c. No action is taken under varying sets of conditions.
d. None of the above.
Q. ‘Causes’ and ‘Effects’ are related to
a. Input and Output
b. Output and Input
c. Destination and Source
d. Source and Destination
Q. If ‘n’ represents the number of variables in a program then Boundary Value analysis yields how many test cases
a. 4n+2
b. 4n+1
c. n+2
d. n+1
Q. For a function of ‘n’ variables, the robustness testing will yield how many cases
a. 6n+1
b. 6n+2
c. 6n+4
d. None of above
Q. In decision tables, which of the following is true?
a. Number of test cases is equal to number of rules (columns)
b. No. of test cases is not equal to number of rules (or column)
c. Both (a) and (b)
d. None of the above.