CS-10 Software Engineering June-2002
Q.6(a). A program reads two integer values. The two values are interpreted as representing the length and breadth of a rectangle. The program prints the area of the rectangle. Develop a set of test cases that you feel will adequately test this program.
( b) Will exhaustive testing (even if it is possible for very small programs) guarantee that the program is 100 percent correct? Explain your answer.

