Four testers have each submitted an incident report in which each reported a problem with the User log-on process. User log-on is a critical component of the system. The table below describes the four defect reports submitted.
Which Tester has reported the incident MOST effectively, considering the information and priority they have supplied?
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.
The following test cases have been run:
Which of the following statements related to coverage is correct?
Under what circumstances would you plan to perform maintenance testing?
a) As part of a migration of an application from one platform to another.
b) As part of a planned enhancement release.
c) When the test scripts need to be updated.
d) For data migration associated with the retirement of a system
Given the following sample of pseudo code:
01 Input number of male rabbits
02 Input number of female rabbits
03 If male rabbits > 0 and female rabbits > 0 then
04 Input Do you want to breed (Yes / No)
05 If breed = "No"
06 Print deep male and female rabbits apart!
07 End if
08 End If.
Which of the following test cases will ensure that statement "06" is executed?