Given the following decision table: Which of the following test cases and expected results is VALID?

A. 23 year old in insurance class A Premium is 0 and excess is ,500.
B. 51 year old in insurance class C Premium is 0 and excess is 00.
C. 31 year old in insurance class B Premium is 0 and excess is ,500.
D. 43 year old in insurance class C Premium is 0 and excess is ,000.
Which of the following activities should be performed during the selection and implementation of a testing tool? i) Investigate the organisation test process.
i) Investigate the organisation's test process.
ii) Conduct a proof of concept.
iii) Implement the selected tool on a project behind schedule to save time.
iv) Identify coaching and mentoring requirements for the use of the selected tool.
A. i, ii, iii.
B. ii, iii, iv.
C. i, iii, iv.
D. i, ii, iv.
Which of the following benefits are MOST likely to be achieved by using test tools?
i) Easy to access information about tests and testing.
ii) Reduced maintenance of testware.
iii) Easy and cheap to implement.
iv) Greater consistency of tests.
A. ii and iv
B. ii and iii
C. i and iv
D. i and iii
Which of the following BEST describes the difference between an inspection and a walkthrough?
A. Both inspections and walkthroughs are led by the author.
B. An inspection is led by a moderator and a walkthrough is led by the author.
C. Both inspections and walkthroughs are led by a trained moderator.
D. A walkthrough is led by the author. The author is not present during inspections.
Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers
i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. iv) Dynamic analysis tools. v) Incident management tools.
A. i, iii. and iv. are more for developers.
B. ii. and iv. are more for developers.
C. ii, iii. and iv. are more for developers.
D. ii. and iii. are more for developers.
For which of the following would a static analysis tool be MOST useful?
A. Supporting reviews.
B. Validating models of the software.
C. Testing code executed in a special test harness.
D. Enforcement of coding standards.
Which of the following is MOST important in the selection of a test approach?
A. Availability of tools to support the proposed techniques.
B. The budget allowed for training in proposed techniques.
C. Available skills and experience in the proposed techniques.
D. The willingness of the test team to learn new techniques.
The above diagram represents the following paths through the code.

A. vwy
B. vwz
C. vxy
D. vxz
What is the MINIMUM combination of paths required to provide full statement coverage?
A. A
B. ABD
C. ABCD
D. ACD
Which of the following is MOST characteristic of specification based (black-box) techniques?
A. Test cases can be easily automated.
B. Test cases are independent of each other.
C. Test cases are derived systematically from models of the system .
D. Test cases are derived systematically from the delivered code.
As part of which test process do you determine the exit criteria?
A. Test planning.
B. Evaluating exit criteria and reporting.
C. Test closure.
D. Test control.