wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ISTQB quiz#3

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following would NOT normally form part of a test plan?

a)

Features to be tested

b)

Incident reports

c)

Risks

d)

Schedule

2.

Integration testing in the small:

a)

tests the individual components that have been developed

b)

tests interactions between modules or subsystems

c)

only uses components that form part of the live system

d)

tests interfaces to other systems

3.

Data flow analysis studies:

a)

possible communications bottlenecks in a program

b)

the rate of change of data values as a program executes

c)

the use of data on paths through the code

d)

the intrinsic complexity of the code

4.

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

a)

Actual results

b)

Program specification

c)

User requirements

d)

System specification

5.

How would you estimate the amount of re-testing likely to be required?

a)

Metrics from previous similar projects

b)

Discussions with the development team

c)

Time allocated for regression testing

d)

a & b

6.

Which of the following characterises the cost of faults?

a)

They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases

b)

They are easiest to find during system testing but the most expensive to fix then

c)

Faults are cheapest to find in the early development phases but the most expensive to fix then

d)

Although faults are most expensive to find during early development phases, they are cheapest to fix

7.

Which one of the following describes the major benefit of verification early in the life cycle?

a)

It allows the identification of changes in user requirements

b)

It facilitates timely set up of the test environment

c)

It reduces defect multiplication

d)

It allows testers to become involved early in the project

8.

Which of the following statements about reviews is true?

a)

Reviews cannot be performed on user requirements specifications

b)

Reviews are the least effective way of testing code

c)

Reviews are unlikely to find faults in test plans

d)

Reviews should be performed on specifications, code, and test plans

9.

We split testing into distinct stages primarily because:

a)

Each test stage has a different purpose

b)

It is easier to manage testing in stages

c)

We can run different tests in different environments

d)

The more stages we have, the better the testing

10.

Which of the following requirements is testable?

a)

The system shall be user friendly

b)

The safety-critical parts of the system shall contain 0 faults

c)

The response time shall be less than one second for the specified design load

d)

The system shall be built to be portable