‎2006 Jun 20 6:42 PM
hi,
how to test code after completion of development of object by an ABAP Programmer.
can anybody explain the steps carried out for testing by ABAP Programmer only.
Thank u in advance.
‎2006 Jun 20 6:51 PM
hi sri,
1) check for any performance related stmts like selects...
selects with inner joins
when for all entries is used check if the first table is not initial.
2) goto debug mode and check if the variables are holding the right values.
3)check the selction-screen is correctly validated according to the requirement.
4)check whether the internal tables are cleared where required.
hope this helps,
do reward if it helps,
priya.
‎2006 Jun 20 6:51 PM
hi Srihari,
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 screee.
Regards,
Santosh
‎2006 Jun 20 6:51 PM
hi sri,
1) check for any performance related stmts like selects...
selects with inner joins
when for all entries is used check if the first table is not initial.
2) goto debug mode and check if the variables are holding the right values.
3)check the selction-screen is correctly validated according to the requirement.
4)check whether the internal tables are cleared where required.
hope this helps,
do reward if it helps,
priya.