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

sap object testing

Former Member
0 Likes
578

hi all,

i want to know how objects r tested after they r created.wht is a unit testing.

4 REPLIES 4
Read only

Former Member
0 Likes
516

Hi,

After developing a object in Dev client in SAP,

the developer will do the unit testing on his end to chk whether there is any bugs and its working acc to the req by matching with test cases given by the functional people.

Afetr that it will be delivered to Quality client where the object will testes by the Functional people to see whether its working upto the point.This is known as integration testing.If its satisfied with req,then it will move to production client or else it will come again to developer with the errors and test cases.

this is how SAP objects are tested.

Mark points if helpful

Regs

Manas Ranjan Panda

Read only

Former Member
0 Likes
516

Have a look at below link.

http://help.sap.com/saphelp_nw04/helpdata/en/12/6efc3f8fc2c542e10000000a1550b0/content.htm

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

former_member183804
Active Contributor
0 Likes
516

hello amar,

before you can test your program you have to write a specific local test class.

See also https://wiki.sdn.sap.com/wiki/display/HOME/ABAP+Unit.

Regards

Klaus

Read only

Former Member
0 Likes
516

Hi,

In SAP the R\3 Server is installed as

Development, QAS and PRD system which we call as System Landscape Directory (SLD). you do your development in DEV system. Once your dev is complete then you would be doing a unit testing in dev to check whether all the requirement asked are satisfied and then if error handling is done properly, also we have to check if there are any bugs. Once done with it the program will be transported to QAS were the actual functional testing will be done which will undergo with real time datas and mass processing with various test cases and also load balance would be checked. Once the functional guys are satisfied it will be moved to PRD where you code is processing for real time.

Now you must be clear.

Thanks,

Prashanth