cancel
Showing results for 
Search instead for 
Did you mean: 

wht is regression,unit,integration test

Former Member
0 Kudos

hello

what is regression test, unit test & integration test , how we do in real time scenario?

thanx in advance

keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Keerthi,

The lowest level of testing, where the program or transaction is tested and evaluated for faults.

Typically, unit testing is the first test that is completed, during the development effort. The focus is on the program's inner functions, rather than on integration.

Integration testing

The testing of a chain of business processes that flow together and cross functional boundaries.

Integration testing also involves outputs, interfaces, procedures, organizational design, and security profiles and focuses on likely business events and high-impact exceptions.

The Business Process Master List contains the following testing spreadsheets:

For "Integration test 1"(end-to-end scenarios), the testing scenarios focus on business cases that are within the R/3 environment, such as cross-functional or organizational boundaries, and R/3 authorizations.

For "Integration test 2", the testing scenarios also focus on the integration to external components, connecting many business cases to form a complete business cycle. The main focus is on testing R/3 with all interfaces, reports, all forms of output, EDI, ALE, and converted master data.

If u satisfy assign points

Regards

Raju

Answers (0)