Online Access Free ISEB-SWTINT1 Exam Questions
Exam Code: | ISEB-SWTINT1 |
Exam Name: | ISEB Intermediate Certificate in Software Testing |
Certification Provider: | ISEB |
Free Question Number: | 43 |
Posted: | Sep 03, 2025 |
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code.
If width > length then
Biggest_dimension = wifth
Else
Biggest_dimenstion = length
End_if
The Following has been added to the bottom of the code fragment above.
Print "biggest dimension is " & biggest_dimension
Print "width:" & width
Print "Length:" & length
How many more test cases are required?