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 process

Former Member
0 Likes
530

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

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

3 REPLIES 3
Read only

Former Member
0 Likes
490

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

Read only

Former Member
0 Likes
491

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

Read only

Former Member
0 Likes
490

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