cancel
Showing results for 
Search instead for 
Did you mean: 

Unit testing and Integration testing

Former Member
0 Kudos

Hello gurus,

Kind regards to every 1 can any 1 out line the steps involved in Unit testing as well as Integration testing please it will be great help if u give detailed explaination.Thanking you in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

<b>Unit Testing</b> - A unit test is a procedure used to validate that a particular module of source code is working properly. The procedure is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed. Ideally, each test case is separate from the others; constructs such as mock objects can assist in separating unit tests. This type of testing is mostly done by the developers and not by end-users

Unit testing - One part or the whole part of transfer rules , update rules, etc..

<b>Integration testing</b> - It is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.

Integration testing takes as its input modules that have been checked out by unit testing, groups them in larger aggregates, applies tests defined in an Integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.

Integration testing - The whole data flow cycle to be tested

This link will give u detailed description

http://en.wikipedia.org/wiki/Software_testing

Please check the following link,

http://en.wikipedia.org/wiki/Unit_testing

Stress testing in BI..

/people/mike.curl/blog/2006/12/05/how-to-stress-test-bw-the-easy-way

CATT

http://help.sap.com/saphelp_erp2005/helpdata/en/d7/e21221408e11d1896b0000e8322d00/frameset.htm

Check this doc on Unit Testing

Look at the threads below :

Pls refer following links...

http://help.sap.com/saphelp_nw04/helpdata/en/d7/e210c8408e11d1896b0000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/3c/aba235413911d1893d0000e8323c4f/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/721d6a73-0901-0010-47b3-9756a0a7...

https://service.sap.com/upgrade-bw

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7dc0cc90-0201-0010-4fa7-d55... .

https://websmp204.sap-ag.de/~sapdownload/011000358700009385902004E

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/67acb63d-0401-0010-b685-b1b...

Also go through the links given below...

https://forums.sdn.sap.com/click.jspa?searchID=1784347&messageID=2743948

https://forums.sdn.sap.com/click.jspa?searchID=1784347&messageID=44965

https://forums.sdn.sap.com/click.jspa?searchID=1784347&messageID=2417564

https://forums.sdn.sap.com/click.jspa?searchID=1784347&messageID=1962851

https://forums.sdn.sap.com/click.jspa?searchID=1784347&messageID=1808297

Regards,

Mani

Former Member
0 Kudos

Thanks mani but u dint get my point..My point is how to do unit testing means the steps involved to do unit testing