‎2007 Feb 24 10:56 AM
‎2007 Feb 24 11:04 AM
Hi ,
When you do a development or any report or anything .
It has to be tested properly .
There are three levels of testing
1 .Unit testing
2 .Integration testing .
3 .Regression .
Unit testing - that is done by developers just to check whelter the code or development done gives the required results or not .
Integration testing - This is done by Testing team for this they require something called as Test cases and test plan .
This is step to step procedure explaining how to test a particular development done and what would output result .
This is prepared by developers because they know what does code do .
Please reward if useful.