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

Which of the following is a MAJOR task of test implementation and execution?
Correct Answer: B
Which of the following is correct?
Correct Answer: B
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
Correct Answer: D
Given the following state transition diagram

Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system design?
Correct Answer: D
A thermometer measures temperature in whole degrees only.
If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees.
What are the best values in degrees to cover all equivalence partitions?
Correct Answer: B
0
0
0
0