S/W Quality Assurance Certification Question:
Download Questions PDF

In 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

Answer:

a. the most important tests first

Download S/W Quality Assurance Interview Questions And Answers PDF

Previous QuestionNext Question
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.Explain Which of the following is a static test? a. code inspection b. coverage analysis c. usability assessment d. installation test