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
Question No 2
As part of which test process do you determine the exit criteria?
Question No 3
Which of the following defines the expected results of a test?
Question No 4
Given the following decision table:
Which of the following test cases and expected results is VALID?