Application Development 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: 

how we will do unit test?

Former Member
0 Kudos

Hi

1) After developing object (suppose a report) what tests abaper's perform on that?any tools for those tests?

2)how we will do unit testing?Any tools available for unit test?

3 REPLIES 3

Former Member
0 Kudos

Integration Testing: Testing the object with other modules. If the data into your object is related to other modules then the integration between the functionality of all objects will be checked.

Testing Doc :

SAP Analysis Tools

I'm not aware of QTP. But you can check the below links. It may be useful for you.

/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1

/people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2

/people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3

Former Member
0 Kudos

Unit Tests are defined and performed by developers. A process consists usually of several functions. Each of this function usually consists of "sub-functions" corresponding to a single method or a group of methods (if you are developing OO-based).

Unit Tests could be described as white-box tests whereas a normal tester (which should be not identical to the developer) will test entire functions (black-box tests).

You have to have the ABAP unit implemented in the code for this to be used...pls see the link from SAP help..

http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm

former_member386202
Active Contributor
0 Kudos

Hi,

For that perticular report ask for the test case to functional guys and test your report according to that test data.

Regards,

Prashant