Joined: 25 Jan 2004 Posts: 180 Location: Toronto, Canada
Srinivas,
Unit Test Case document contains all the set of test conditions you want to execute to proove that the business requirements given to are getting satisfied after your code changes.
Unit Test Case called often as UTC, prepared prior to coding stage.
in UTC you will explain
1) Define the test case 2) input 3) expected result
how ever Naming conventions might differ from shop to shop.