ISEB Intermediate Certificate in Software Testing (ISEB-SWTINT1) Free Practice Test
Question 1
Given the following fragment of code, how many tests are required for 100% decision coverage?
If width > lenth then
Biggest_diension = width
If height > width then
biggest_dimension = height
end_if
else
Biggest_diension = length
If height>length
Then
Biggest_dimension = height
End_if
End_if
If width > lenth then
Biggest_diension = width
If height > width then
biggest_dimension = height
end_if
else
Biggest_diension = length
If height>length
Then
Biggest_dimension = height
End_if
End_if
Correct Answer: A
Question 2
What is beta testing?
Correct Answer: A
Question 3
As part of which test process do you determine the exit criteria?
Correct Answer: D
Question 4
Which of the following is a purpose of the review planning phase?
Correct Answer: D
Question 5
Exhibit:

Match the terms and statements being displaced in the exhibit.

Match the terms and statements being displaced in the exhibit.
Correct Answer: D