cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Testing

Former Member
0 Likes
602

Hi SAP experts

I have just got job as SAP fresher in one of the leading IT firms

I have a quey regarding Testing..I know Unit testing is don't to check configuration and Integration testing is done to test cross module function.......

Miy questions............

1) Where Unit testing is done...development server or Quality....how it is being done...and same for the Integration Testing

2) Unit testing is done after creation of master data in production server bcoz we need master data for testing..please explain.

3) Where Regression testing, Performance testing , stress testing is done.

Please reply

thanks in advance

Moderator: Please, respect SDN rules and don't post your career questions on professional forums

View Entire Topic
Former Member
0 Likes

hi

check this link

http://www.sap-img.com/general/what-is-sap--landscape.htm

Neverthless, have a look at below points:

Unit Testing

When you test every single document is called unit testing.

String Testing

One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.

Integration Testing

It is purely with other modules and we have to check whether the FI testing is working with other related modules or not.

Regression Testing

Testing for whole database. Bring all the data into another server and do the testing is called regression.

UAT

When we test any particular document with the user and if it is ok immediately we have to take the signature on the document, which is signed off and can be forwarded to the immediate boss. There are some steps to be followed when we go for user acceptance testing.

Transaction u2013 Script Writing u2013 Expected Results u2013 Compare with Actual Results

TPR (Transaction Problem Reporting)

While doing the user acceptance testing if we get any problems then there are some methodologies to be followed according to the companyu2019s policy and normally as a tester we always need to write on Test Script itself.