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: 

Dev landscape

Former Member
0 Kudos

Hello friends,

Normally We dont havedata in Dev client.so how can we unit test the program in Development landscape .Do we need Sandbox clients.Do the sandbox clients contain some dummy data.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if dev is not having test data u can ask functional people to create test data other wise u need to test in Quality server.

Madhavi

3 REPLIES 3

Former Member
0 Kudos

if dev is not having test data u can ask functional people to create test data other wise u need to test in Quality server.

Madhavi

Former Member
0 Kudos

Hi,

Your dev system typically has (at least) two clients, one is your 'clean' development client and the other will be a unit test client. This unit test client will have data set up by your functional team.

Regards,

Nick

Former Member
0 Kudos

Hi,

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

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

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.