1.
Which one of the following is true of software development models?
2.
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?
3.
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?
4.
Which of the following is a purpose of the review kick off activity?
5.
Which statement about combinations of inputs and preconditions is true for a large system?
6.
Which of the following is a MAJOR task of evaluating exit criteria and reporting?
7.
Which statement BEST describes the role of testing?
8.
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
9.
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?
10.
Which of the following is a standard for test documentation?