cancel
Showing results for 
Search instead for 
Did you mean: 

test cases

Former Member
0 Kudos

Hi,

can anybody give me idea regarding the PreparingTest cases in SD or other modules?

What are the different type of testing is their in SAP?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Pls refer below URL for further details on Test cases

[TESTING SAP|http://sdconfiguration.blogspot.com/2008/02/testing-in-sap.html]

Former Member
0 Kudos

Hi there,

These are the main testing that is done in SAP.

Unit testing. This is done immediately after each functional consultant has completed their own configs / developmenst. For eg whenyou configure new sales order, delivery types & item catg, you will run a sample test to see if you are able to save a sales order & create a delivery.

Depending on the system lanscape this is done in DEV test client or in DEV server.

Integration test: When all the consultants in the project complete their configs / developments, they all test 1 complete end- end cycle from order load, availability check, delivery, invoice postings etc.

This is done in QAS server / DEV server again basing on the system landscape & company policies.

UAT: User Acceptance Test is done by the business users to test the project deliverables. They will test all the possible scenarios with the data that they use in production.

This is always done in QAS server. Test scripts are prepared by the business to see what scenarios / functionalities they are going to test, in what sequence they test, what is expected result. unless UAT is signed off, the configs & developments will not move into production. the businessmonitors the progress of the UAT in the test tracker tool or in the test script excel itself.

Regressiontest: This is done to test of the code of your project has any effect on the other existing functionalities of other projects. This is either done in REG server or in the QAS server itself depending on the landscape. For eg you have developed a customised solution for India. Business will test to see if the code you developed has any negative effects on the existing functionality of US / Singapore.

At each step in the UAT & other testing, progress is to be monitored. Since Unit & integration test is done among the consultants, progressis monitored internally. UAT progress is monitored by the business & all involved in the project in the UAT test tracker. UAT test scripts are always preparedby the business. Remaining test scripts (scenarios) will be prepared by the cunsultants themselves.

hope this helps.

Regards,

Sivanand

Former Member
0 Kudos

My Friend,

Test cases are nothing but the sales cycles which you run in the test system. This means if you consider SD module, then there would be different scenarios like normal sales-billing cycle, consignment cycles, return sales etc... so for these all scenarios when you run the whole cycles in test system you will record the document numbers generated... then you will put some comments if you faced some error messages or something like that while performing these... and then if you find any settings are missings then you will correct them and again re-run the cycle...

So, all these are documented with snapshots... this is what test cases are all about...

Hrishi