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?
Currently there are no comments in this discussion, be the first to comment!