S/W Quality Assurance Certification Question:
Download Questions PDF

Explain which of the following statements are true?
a. Faults in program specifications are the most expensive to fix.
b. Faults in code are the most expensive to fix.
c. Faults in requirements are the most expensive to fix
d. Faults in designs are the most expensive to fix.

Answer:

c. Faults in requirements are the most expensive to fix

Download S/W Quality Assurance Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose If the pseudocode below were a programming language ,how many tests are required to achieve 100% statement coverage? 1.If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7.Else 8. Display_messageZ; a. 1 b. 2 c. 3 d. 4Explain which of the following is the component test standard? a. IEEE 829 b. IEEE 610 c. BS7925-1 d. BS7925-2