189k views
1 vote
Test planning has which of the following major tasks?

i) Determining the scope and risks, and identifying the objectives of testing.
ii) Determining the test approach (techniques, test items, coverage, identifying and interfacing
involved in testing, testware)
iii) Reviewing the Test Basis (such as requirements, architecture, design, interface)
iv) Determining the exit criteria.
A. i, ii, iv are true and iii is false
B. i, iii, iv are true and ii is false
C. i, ii are true and iii, iv are false
D. ii, iii, iv are true and i is false

User Tim Cooke
by
8.5k points

1 Answer

3 votes

Final answer:

All major tasks listed in the question (i, ii, iii, iv) are true and form an integral part of the test planning process in software testing.

Step-by-step explanation:

The student's question pertains to the major tasks involved in test planning, a critical component in the software testing lifecycle. The correct answer is that determining the scope and risks, and identifying the objectives of testing, determining the test approach (including techniques, test items, coverage, identifying and interfacing with those involved in testing, and testware), reviewing the Test Basis (such as requirements, architecture, design, interface), and determining the exit criteria are all true. These tasks are essential for establishing a solid foundation for effective software testing and ensuring that all aspects of the application under test are adequately covered.

Therefore, the answer to the test planning tasks is:

Determining the scope and risks, and identifying the objectives of testing

Determining the test approach

Reviewing the Test Basis

Determining the exit criteria

Each of these tasks is important to create a comprehensive test plan that will guide the testing phase of a project. In summary, the answer to the student's question is that all of the listed tasks are true and an integral part of test planning.

User SilverFoxA
by
9.2k points