Question 126

Considerable attention will be given in this project to defining exit criteria and on reporting back on their status. Which combination of TWO exit criteria from the list would be best to use?
I. Total number of defects found
II. Percentage of test cases executed
III. Total test effort planned versus total actual test effort spent
IV. Defect trend (number of defects found per test run over time
  • Question 127

    Which of the following is a benefit of test independence?
  • Question 128

    The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4] The following test cases have been run:
    Test Case 1 covering path P,Q,R,U
    Test Case 2 covering path P,Q,S,V
    Test Case 3 covering path P,Q,S,W,X
    Test case 4 covering path P,Q,S,W,Y
    Refer to the exhibit
  • Question 129

    A software component has the code shown below:
    Program BiggestA, Biggest: Integer Begin Read A Biggest = 10 While A > 0 Do If A > Biggest
    Then Biggest = A
    Endif
    Read A
    Enddo
    End
    The component has exit criteria for component testing that include 100% statement coverage. Which of the following test cases will satisfy this criterion?
  • Question 130

    Which of the following are examples of iterative development models?
    (i) V-model
    (ii) Rapid Application Development model
    (iii) Waterfall model
    (iv) Agile development model