Question 6

Refer to the exhibit

Given the following State Transition diagram, match the test cases below with the relevant set of state transitions.
(i) X-Z-V-W
(ii) W-Y-U-U
  • Question 7

    Which of the following is a valid drawback of independent testing? 1 credit
  • Question 8

    Which of the following statements describes a key principle of software testing?
  • Question 9

    The selection of test cases for regression testing..?
  • Question 10

    Consider the following pseudo code:
    1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Print (Time, "noon") 11 Endif 12 End
    If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?