Top 350+ Solved Software Testing MCQ Questions Answer
Q. Pick the best definition of quality
a. quality is job one
b. zero defects
c. work as designed
d. conformance to requirements
Q. Fault Masking is
a. creating a test case which does not reveal a fault
b. error condition hiding another error condition
c. masking a fault by developer
d. masking a fault by a tester
Q. One Key reason why developers have difficulty testing their own work is:
a. lack of technical documentation
b. lack of test tools on the market for developer’s
c. lack of objectivity
d. lack of training
Q. In a review meeting a moderator is a person who:
a. takes minutes of the meeting
b. takes telephone calls
c. mediates between people
d. writes the documents to be reviewed
Q. How much testing is enough?
a. this question is easy to answer
b. this question is impossible to answer
c. the answer depends on the risk for your industry, contract and special requirements
d. this answer depends on the maturity of your developers
Q. which of the following is the component test standard?
a. ieee 610
b. ieee 829
c. bs7925-1
d. bs7925-2
Q. Which of the following is NOT a standard related to testing?
a. ieee610
b. ieee829
c. bs7925-1
d. bs7925-2
Q. The standard that gives definitions of testing terms is:
a. iso/iec 12207
b. bs 7925-1
c. ansi/ieee 729
d. ansi/ieee 829
Q. Which of the following is NOT true of incidents?
a. incidents are raised when expected and actual results differ.
b. incidents may be raised against user requirements.
c. incidents require investigation and/or correction.
d. incident resolution is the responsibility of the author of the software under test.
Q. Which of the following is a static test?
a. coverage analysis
b. code inspection
c. usability assessment
d. installation test
Q. Which of the following is a black box design technique?
a. statement testing
b. error- guessing
c. equivalence partitioning
d. usability testing
Q. Which of the following is not the integration strategy?
a. design based
b. bottom-up
c. big-bang
d. top-down
Q. Expected results are:
a. only important in system testing
b. most useful when specified in advance
c. only used in component testing
d. derived from the code