‎2006 Nov 07 11:54 AM
hi all,
i want to know how objects r tested after they r created.wht is a unit testing.
‎2006 Nov 07 12:46 PM
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
‎2006 Nov 07 12:51 PM
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
‎2006 Nov 07 1:03 PM
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
‎2006 Nov 07 1:17 PM
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