Question 21
Given is the following defect removal chart reported at the end of system testing - showing total defects detected and closed defects (fixed and successfully retested). A number of open defects are classified as critical. All tests have been executed.

Based on the chart above, what is the most appropriate next test phase? 1 credit

Based on the chart above, what is the most appropriate next test phase? 1 credit
Question 22
A top-down development strategy affects which level of testing most?
Question 23
Which of the following is a valid reason for writing test cases based on experience and intuition? [K1]
Question 24
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software
a.Create an invoice b.Amend an invoice c.Process an invoice (send to customer) d.Delete an invoice e.Create an account f.Create an account user g.Amend an account user h.Delete an account user i.Amend an account j.Delete an account
Which of the following test procedures would enable all tests to be run? [K3]
a.Create an invoice b.Amend an invoice c.Process an invoice (send to customer) d.Delete an invoice e.Create an account f.Create an account user g.Amend an account user h.Delete an account user i.Amend an account j.Delete an account
Which of the following test procedures would enable all tests to be run? [K3]
Question 25
Which one of the following statements about testing techniques is TRUE?