1.

what are the three test case in in unit testing

Answer»

(1)Positive test cases (correct data, correct OUTPUT)
(2)negative test cases (BROKEN or missing data, PROPER handling)
(3)Exception test cases (exceptions are thrown and caught PROPERLY).



Discussion

No Comment Found