‎2007 Apr 20 11:26 AM
Hi,
I am new to SAP ABAP. Can any one please suggest the testing of a module and the procedure to move module into production.
Thanks,
Sudarsan.
‎2007 Apr 20 11:31 AM
Hi,
I think testing of module means testing of objects.
After finishing the development of each object(like reports, forms, bdcs..etc..) there is unit testing of each object. this should be done in development system.
After this Functional owner of the object will test if everything is fine then object is moved to quality. For all objects this is the procedure.
After compltion off all developments then intigration test will be done by integrating all objects corresponding to all modules.
Revard points if userful.
Thanks
Giridhar
‎2007 Apr 20 11:31 AM
Hi
wht do u mean by testing of a module?
I am taking that as a program (report or module pool). You have to check the functionality by giving various data in selection-screen or anyother test data (depending on program input types) and if you are satisfied with the results then move the trasnport request to QUALITY system. Test the program there . Then moving the TASK REQUEST to PROCUDTION.
The hierranchy..
DEVELOPMENT --> QUALITY --> PRODUCTION
TRANSPORT request: While saving your program the system will ask for a PACKAGE. You have to select any package other than $TMP to send the program to other systems. Then it will ask for a TASK REQUEST. you can create a task request. (SE09) and give a description. Then go to SE09 and RELEASE (click van button) task req by placing cursor on task req.
The same to be followed in QUALITY system also
‎2007 Apr 20 11:31 AM
Hi,
I think testing of module means testing of objects.
After finishing the development of each object(like reports, forms, bdcs..etc..) there is unit testing of each object. this should be done in development system.
After this Functional owner of the object will test if everything is fine then object is moved to quality. For all objects this is the procedure.
After compltion off all developments then intigration test will be done by integrating all objects corresponding to all modules.
Revard points if userful.
Thanks
Giridhar
‎2007 Apr 20 11:33 AM
Hi,
First developer writes the code and developes an object
He will do unit Testing by checking it with the given inputs and the functionality.
afterwards the testing people tests the object as per their standards like Initial testing, Final testing etc.
If they found some bugs they will inform , the developer will modify it and again it is tested. once it is Ok it is moved to Quality people. again they will see.
Once they approve then the object is delivered to the client.
Using the Transport request, the object is transported to production
reward points
regards,
ANJI