cancel
Showing results for 
Search instead for 
Did you mean: 

What is testing

bcrao
Active Contributor
0 Kudos

Hi

What is testing and how to do it

regards

bcrao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mail sent, Check your mail.

Reward points if helpful

Regards

AK

Former Member
0 Kudos

Dear Ayub,

could you please also forward these templates to me?

many thanks.

Sascha

Former Member
0 Kudos

my email:

sascha.noack@gmx.net

Message was edited by:

Sascha Noack

Answers (5)

Answers (5)

bcrao
Active Contributor
0 Kudos

.

Former Member
0 Kudos

Hi,

Functional, integration and regression testing

Testing is very important before going live with any system. Before going live with an SAP system, it is vital do to many different kinds of testing, since there is often a large, complex infrastructure of hardware and software involved. Both requirements as well as quality parameters are to be tested. Important types of testing are:

• Functional testing: to test using functional use cases, i.e. a set of conditions or variables under which a tester will determine if a certain business process works

• Integration testing

• Regression testing

All tests should be preceded by creating solid test plans.

Please Reward If Really Helpful,

Thanks and Regards,

Sateesh.Kandula

Former Member
0 Kudos

Hi Rajesh,

Can u share that Test Case Template & Test Data Details to chandu710@gmail.com.

Thanking you

chan

Former Member
0 Kudos

HI REFER BELOW REWRAD IF HELPS

Hi,

In SAP normally we used Unit testing & Integration testing.

and the following testing are used depends upon the client requirements. or land scape.

acceptance testing

configuration testing

end to end testing

functional testing

performance testing

system testing

system integrity testing

http://www.thespot4sap.com/Articles/SAP_Testing_Lessons_Learned.asp

http://help.sap.com/saphelp_sm40/helpdata/en/a5/7ac33a0f374932e10000000a11402f/content.htm

http://www.sap.com/platform/netweaver/components/solutionmanager/index.epx

Former Member
0 Kudos

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 suitable points.

  • How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).