Sunday, September 11, 2011

Unit Testing

Unit testing is part of development activities. Developer is responsible to perform this testing immediate after
construction activity. No one can test better than the person who developed a particular module so that's why development
phase includes construction followed by Unit testing. Unit testing has very limited scope as it's testing of only newly
constructed or modified module rather than testing of whole system & dependent environments. From data volume perspective we should process almost

70% of total volume of data in production. As a good practice we should maintain two docs for

Unit test plan and Unit test cases, one for each.Unit test cases include set of use case. Each use case consists of test steps

No comments:

Post a Comment