NEW
Font size
WorksheetsISTQB quiz#3
Total questions: 10
Worksheet time: 10mins
Which of the following would NOT normally form part of a test plan?
Features to be tested
Incident reports
Risks
Schedule
Integration testing in the small:
tests the individual components that have been developed
tests interactions between modules or subsystems
only uses components that form part of the live system
tests interfaces to other systems
Data flow analysis studies:
possible communications bottlenecks in a program
the rate of change of data values as a program executes
the use of data on paths through the code
the intrinsic complexity of the code
Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?
Actual results
Program specification
User requirements
System specification
How would you estimate the amount of re-testing likely to be required?
Metrics from previous similar projects
Discussions with the development team
Time allocated for regression testing
a & b
Which of the following characterises the cost of faults?
They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases
They are easiest to find during system testing but the most expensive to fix then
Faults are cheapest to find in the early development phases but the most expensive to fix then
Although faults are most expensive to find during early development phases, they are cheapest to fix
Which one of the following describes the major benefit of verification early in the life cycle?
It allows the identification of changes in user requirements
It facilitates timely set up of the test environment
It reduces defect multiplication
It allows testers to become involved early in the project
Which of the following statements about reviews is true?
Reviews cannot be performed on user requirements specifications
Reviews are the least effective way of testing code
Reviews are unlikely to find faults in test plans
Reviews should be performed on specifications, code, and test plans
We split testing into distinct stages primarily because:
Each test stage has a different purpose
It is easier to manage testing in stages
We can run different tests in different environments
The more stages we have, the better the testing
Which of the following requirements is testable?
The system shall be user friendly
The safety-critical parts of the system shall contain 0 faults
The response time shall be less than one second for the specified design load
The system shall be built to be portable
