BCS Intermediate Certificate in Software Testing ISEB-SWTINT1 ISEB Exam Practice Test

Page: 1 / 14
Total 43 questions
Question 1

Exhibit:

Which of the activities in the exhibit should be performed during the selection and implementation of a testing tool?



Answer : D


Question 2

Which of the following would you NOT usually find on a software incident report?



Answer : C


Question 3

When should configuration management procedures be implemented?



Answer : A


Question 4

What is the KEY difference between preventative and reactive approaches to testing?



Answer : B


Question 5

Which of the following is TRUE?



Answer : A


Question 6

Which of the following BEST describes the difference between an inspection and a walkthrough?



Answer : B


Question 7

Given the following fragment of code, how many tests are required for 100% decision coverage?

discount = 0

order_quantity=0

real order_quantity

if order_quantity >=20 then

discount = 0.05

if order_quantity >=100 then

discount = 0.1

end_if

end_if



Answer : A


Page:    1 / 14   
Total 43 questions