cancel
Showing results for 
Search instead for 
Did you mean: 

Testing in SAP

Former Member
0 Kudos

Hi GURUS.,

Can u pls pls say who does automated testing in SAP_SD,do functional consultants does that or technical people do ,and pls help <b>how to write a test case in SAP_SD,</b>

Pls mention in real time wat testings are done and in which phases,it is very important to me,pls help me out

If possible give an examples

Thanks in advance

Narayana

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Manam,

Sent a small example thr mail.

Reward if it helps

Regards

Srini

Former Member
0 Kudos

Hi,

Check this thread..

Hope this helps !!

Cheers

Alfred

Former Member
0 Kudos

Testing usually follows two paths. Firstly, System Integration Testing (SIT) which is performed by the SAP team in the development client, and secondly User Acceptance Testing (UAT) which is performed in the QA client after transport from the development client. UAT is performed by end users or the testing team.

You can use the Computer Aided Test Tool (CATT - transaction SCAT) to write test scripts for SIT. You should do 'positive testing' (i.e. testing the actual change you have made) as well as 'negative testing' (i.e. testing that the change has not inadvertently changed something else).

Jon

Former Member
0 Kudos

Hi

UNIT TESTIG - This is done by developer and anyone who did any customizing or any code to ensure what they did is working properly

INTEGRATION testing - Done by tester by developing some scenorios which are most unlikely and get the result to ensure the integration is correct

Apart from that, regression testing, functional testing and other cross functional testing are there done by testers

In realization phase, unit testings are done by developers

After unit testing, Integration testing and other testing are done by testers/functionals depending upon the object to test

Regards

N Ganesh