ISEB-ISTQB Sample Exam Paper 14

1. When the software contains an incorrect statement this is called: a) an error b) a fault c) a failure d) branch coverage e) statement coverage 2. Which of the following reviews would normally not have management involvement: a) Walkthroughs b) Informal reviews c) Inspections d) Technical (peer) reviews e) None of the above 3. Acceptance testing should be the responsibility of a) a test team of software developers b) end-users c) the project manager d) the quality manager e) the support group or support staff 4. Consider the following techniques. Are they white box or black box techniques? 1. branch condition combination testing 2. cause effect graphing 3. LCSAJ testing 4. data flow testing 5. random testing 6. modified condition decision testing 7. boundary value analysis a) 1 – 4 are white box, 5 – 7 are black box b) 1 – 4 and 6 are white box, 5 and 7 are black box c) 1, 3, 4 and 6 are white box, 2, 5 and 7 are blac...