Free BCS ISEB-SWTINT1 Exam Actual Questions

The questions for ISEB-SWTINT1 were last updated On May 5, 2024

Question No. 1

Where may functional testing be performed?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

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

Show Answer Hide Answer
Correct Answer: B

Question No. 3

As part of which test process do you determine the exit criteria?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

Which of the following defines the expected results of a test?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

Given the following decision table:

Which of the following test cases and expected results is VALID?

Show Answer Hide Answer
Correct Answer: A