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

about white box testing

Former Member
0 Likes
729

after developing object where do u test? how do u test?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

Hi,

It al depends on your system landscape. But after development the first level of testing is done in Development system only. After this object moves to Quality system and integration testing is done.

regards,

pankaj

3 REPLIES 3
Read only

Former Member
0 Likes
524

Hi,

It al depends on your system landscape. But after development the first level of testing is done in Development system only. After this object moves to Quality system and integration testing is done.

regards,

pankaj

Read only

Former Member
0 Likes
523

Normally we have different clients for several purposes,in realtime.first we develop object in development client.then if data exists in development we test there itself with the help of functional consultants or they themselves test it and gives us the feedback.

otherwise for testing we have different client say 400 for ex.we login into tht client and test our object.

this is the normal procedure we follow in real time.

hope you got a rough idea.

thank you.

Read only

Former Member
0 Likes
523

hi

White box testing is applicable at the unit, integration and system levels of the software testing process, it is typically applied to the unit.

While it normally tests paths within a unit, it can also test paths between units during integration, and between subsystems during a system level test. Though this method of test design can uncover an overwhelming number of test cases, it might not detect unimplemented parts of the specification or missing requirements, but one can be sure that all paths through the test object are executed.

Typical white box test design techniques include:

Control flow testing

Data flow testing

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).

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

reward if helpful

thanks and regards

suma sailaja pvn