cancel
Showing results for 
Search instead for 
Did you mean: 

Testing

Former Member
0 Kudos

How do we do testing in sd? I know we have unit testing, integeration testing....and so on. If anybody can explain about automatic testing and manual testing as per the functional consultant's view in real time it will be nice.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In most cases, Testing is an manual process. There are tools available like Hyperion & others, which are testing tools, which will do automatic testing.

Types of Testing:

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.

Regards,

Rajesh Banka

Reward points if helpful.

Former Member
0 Kudos

Let me correct on this.

Hyperion is not a Testing Tool. It is a reporting tool.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check out this blog:

/people/atin.shee2/blog/2007/12/16/different-types-of-testing-in-a-sap-implementation-project

Regards

Ananth