cancel
Showing results for 
Search instead for 
Did you mean: 

Tesing Method

Former Member
0 Kudos

Dear friends,

What is the Testing Method in SAP, pls explain

Regards

Reddy

subramanyamksr@yahoo.com

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Reddy,

Unit testing is done in bit and pieces. Like e.g. in SD standard order cycle; we do have 1-create order, then 2-delivery, then 3-transfer order, then 4-PGI and then 5-Invoice. So we will be testing 1,2,3,4 and 5 seperately alone one by one using test cases and test data. We will not be looking and checking/testing any integration between order and delivery; delivery and TO; TO and PGI and then invoice.

Whrereas System testing you will be testing the full cycle with it's integration, and you will be testing using test cases which give a full cyclic test from order to invoice.

Security testing you will be testing different roles and functionalities and will check and signoff.

Performance testing is refered to as how much time / second will take to perform some actions, like e.g. PGI. If BPP defination says 5 seconds for PGI then it should be 5 and not 6 second. Usually it is done using software.

Regression testing is reffered to a test which verfies that some new configuration doesnot adversly impact existing functionality. This will be done on each phase of testing.

User Acceptance Testing: Refers to Customer testing. The UAT will be performed through the execution of predefined business scenarios, which combine various business processes. The user test model is comprised of a sub-set of system integration test cases.

Please Reward If Really Helpful,

Thanks and Regards,

Sateesh.Kandula

Former Member
0 Kudos

Hi KS,

Please follwo the link to improve ur understanding:

http://help.sap.com/saphelp_nw04/helpdata/en/12/6efc3f8fc2c542e10000000a1550b0/content.htm

award points if helpful

thanks

Former Member
0 Kudos

Hi Reddy

In terms of testing for an implementation there is

Unit Testing, the configor checking his or her work at a t code level

Integration Testing, performed by the business with the SAP Consultant to test the end to end process and enable the super users to understand the product more. this should be done with their actual profiles.

User Acceptance testing. More detailed scripts, to be performed only by the business with both positive and negative tests.

If there is any data migration there should also be three levels of testing as well.

The below link will help u

http://help.sap.com/saphelp_nw04/helpdata/en/91/67d3fdf53a11d194dc00a0c94260a5/frameset.htm

Reward if useful to u

null