Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Intergration & Regresstion Testing

Former Member
0 Likes
489

Hi,

Whats the diff btween the integration testing & regrestion testing & also i want to know the diff btween the Quality assurance sys $ regression testing system.

Thanks in Advance.

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi

Integration testing means the testing the integration between the different modules of SAP system

say if the Material master is changed how it effects the other modules like SD and PP and PM apart from MM module

Regression testing means the testing is carried out by the other person like business/functional people other than the people who has done that development

Regards

anji

Read only

Former Member
0 Likes
413

Hi

Regression:Is there any probelm or issue for existed functionality due to addition of new patch or fix.

Retesting:When ever there is a major fix in regression testing, then we will go for retest, means we need to execute all the testcases, what we have executed already.

Both are not same.

Regression testing will be done based on the issues and retesting will be done with in regression testing, if there is any issue is going to fix

Three-system landscape in which each of the central clients has its own SAP System.

This consists of a development system DEV, a quality assurance system QAS and a production system PRD. The development system contains the Customizing client CUST, the quality assurance system contains the quality assurance client QTST and the production system contains the production client PROD.

Make all changes to Customizing data and Repository objects in the Customizing client. When you release the corresponding change requests, they are transported into the quality assurance client. This means that changes to cross-client data only appear in the quality assurance client after the transport. In the quality assurance client you can test whether the transports are complete, or whether any linked changes are missing and are still in unreleased change requests. If the test is successful, the change requests are transported into the production client. The production client is completely separate from the other clients as regards cross-client data.

Regards

Pavan