Unit Testing
• Unit testing is used for testing the use case or unit of our application which we have developed.
• We test our use case by creating the test cases.
• In test case we defined the certain input parameter or input condition and test against our developed use case.
• There are two kind of test case.
- Positive test case (proper input data and check for desired output)
- Negative test case (improper input data and handle the exceptions)
About Unit Testing
Thursday, July 30, 2009
Posted by Chirag at Thursday, July 30, 2009
Labels: positive test case; negative test case, Unit testing
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment