cancel
Showing results for 
Search instead for 
Did you mean: 

how to do Unit Testing

Former Member
0 Kudos

Hi all,

could anybody tell me how to do Testing.if you have any scenarios.could u share with me.

Thank u

suribabu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In Unit Testing, you normally test different scenarios / bus, processes that you have mapped / configured in Development server with related to your module only.

Unit testing is done in Quality server.

Eg. If you have configured normal sales order scenario, you will test if the sales order has all the required informatiion, you will create Del., do PGI and finally do Invoicing.

In short, you will focus on activities related to your module only.

A template is prepared for UT for different processes.

After UT we do IT i.e. Integration testing where we process starts right from maintaining stock to creation of sales order to delivery to invoice to payment receipt from customer.

In short in IT all the modules come into picture and focus is on INTEGRATION Points

Hope you get some inputs

regards,

Sagar Wagh

Former Member
0 Kudos

CATS or QTP are the testing tools

if your going for these testing ... SAP testing team also need to involve for checking whether it is manual or automation testing.

for normal unit testing ... funcation side we need to do single tranaction testing like va01, vl01n,vl02n, and vf01 and many more