‎2008 Feb 26 12:30 PM
‎2008 Feb 26 12:33 PM
1) One should test for the logic working correctly or not
2) Test in all possible scenarios
3) Try to debug and break the code by assigning wrong values in debugging mode
4) Specify incorrect values in select screen and execute for errors
5) check for optimization of code
6) check whether select * has been used
7) check whether select statements used in loop
‎2008 Feb 26 12:33 PM
1) One should test for the logic working correctly or not
2) Test in all possible scenarios
3) Try to debug and break the code by assigning wrong values in debugging mode
4) Specify incorrect values in select screen and execute for errors
5) check for optimization of code
6) check whether select * has been used
7) check whether select statements used in loop
‎2008 Feb 26 12:36 PM
Hi Madhusudan,
An ABAP Developer will sit with the function guy and they will prepare functional test cases first.
After preparing the test cases, function guy will prepare the test data. And both will sit together once again and they need to cover all the test cases those are created formarly. For each test case ABAP developer will take the screen shot and corresponding detials as attachment and they will prepare the documents.
In additiont o above details. ABAP developer will do .
Extended code check.
SQL Trace.
Runtime Analysis.
Performance Issue.
Robust coding standards.
etc.....
Regards..
Kasturi
‎2008 Feb 26 3:27 PM