1.

Three test case which we take care while doing Unit Testing?

Answer»

Three test CASE which we take care while doing Unit Testing?
Below are the 3 test case which we doing while doing Unit Testing:
(1)POSITIVE Test case:-Here we will send correct data to application and expect the correct output.
(2)Negative Test Cases:-Here we will send some incorrect or invalid values and expect that there should be PROPER handling of that incorrect values.
(3)Exception Test Cases:-Here we will check all the exception are HANDLE correctly.



Discussion

No Comment Found