Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Testing

Former Member
0 Likes
486

what is the role of abaper in testing?how he do testing?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

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

3 REPLIES 3
Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
471

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

Read only

Former Member
0 Likes
471

Hi,

Check the following link:

http://sapdev.co.uk/testing/testhome.htm

Regards,

Bhaskar