ISEB ISEB-SWTINT1 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: ISEB-SWTINT1
  • Exam Name/Title: ISEB Intermediate Certificate in Software Testing
  • Certification Provider: ISEB
  • Corresponding Certification: ISEB Certification
  • Exam Questions: 43
  • Updated On: Aug 21, 2026
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
Correct Answer: B Vote an answer
Exhibit:

Which of the items displayed in the exhibit are characteristic of regression testing.
Correct Answer: C Vote an answer
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: C Vote an answer
Given the following decision table:

Which of the following test cases and expected results is VALID?
Correct Answer: D Vote an answer
Which of the following would you NOT usually find on a software incident report?
Correct Answer: B Vote an answer
0
0
0
10