S/W Quality Assurance Certification Question:
Download Questions PDF

Explain Which of the following is true?
a. Component testing should be black box, system testing should be white box.
b. if u find a lot of bugs in testing, you should not be very confident about the quality of software
c. the fewer bugs you find,the better your testing was
d. the more tests you run, the more bugs you will find.

Answer:

b. if u find a lot of bugs in testing, you should not be very confident about the quality of software

Download S/W Quality Assurance Interview Questions And Answers PDF

Previous QuestionNext Question
Faults found by users are due to: a. Poor quality software b. Poor software and poor testing c. bad luck d. insufficient time for testingIn which order should tests be run? a. the most important tests first b. the most difficult tests first(to allow maximum time for fixing) c. the easiest tests first(to give initial confidence) d. the order they are thought of