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 the object

Former Member
0 Likes
349

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.

1 ACCEPTED SOLUTION
Read only

Former Member
323

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.

2 REPLIES 2
Read only

Former Member
0 Likes
323

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

Read only

Former Member
324

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.