1 Answer

0 votes
by

1. Which of the following is a major task of test planning?

A Determining the test approach.

B Preparing test specifications.

C Evaluating exit criteria and reporting.

D Measuring and analyzing results.

2. Which of the following statements is MOST OFTEN true?

A Source-code inspections are often used in component testing.

B Component testing searches for defects in programs that are separately testable.

C Component testing is an important part of user acceptance testing.

D Component testing aims to expose problems in the interactions between software and

hardware components.

3. In a system designed to work out the tax to be paid:

An employee has £4000 of salary tax free.

The next £1500 is taxed at 10%.

The next £28000 after that is taxed at 22%.

Any further amount is taxed at 40%.

To the nearest whole pound, which of these groups of numbers fall into three

DIFFERENT

equivalence classes?

A £4000; £5000; £5500.

B £32001; £34000; £36500.

C £28000; £28001; £32001.

D £4000; £4200; £5600.

4. Which of the following will NOT be detected by static analysis?

A Parameter type mismatches.

B Errors in requirements.

C Undeclared variables.

D Uncalled functions.

5. Which of the following test activities can be automated?

i Reviews and inspections.

ii Metrics gathering.

iii Test planning.

iv Test execution.

v Data generation.

A i, iii, iv.

B i, ii, iii.

C ii, iv, v.

D ii, iii, v.

Related questions

0 votes
asked May 5, 2020 in Testing by Robindeniel
0 votes
asked May 5, 2020 in Testing by Robindeniel
...