‎2006 Dec 24 12:43 PM
AS an ABAPER/ Technical Consultant wht kind of Testing and documentation do v actually do
‎2006 Dec 24 1:06 PM
Testing an object can be done in two ways
1. <b>White Box testing</b> : it is executing a program with the values and going through the code step by step i.e, degug testing.
2. <b>Black Box testing</b> : It is Testing the output with all the possible imput in the selection screen.
Documentation :
You generally mainitain a Unit Testing document for the testing results. Maintaining these documnets depend from company to company
Regards,
Santosh