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

Testing and documentation

Former Member
0 Likes
278

AS an ABAPER/ Technical Consultant wht kind of Testing and documentation do v actually do

1 REPLY 1
Read only

Former Member
0 Likes
249

Testing an object can be done in two ways

1. <b>White Box testing</b> : it is executing a program with the values and going through the code step by step i.e, degug testing.

2. <b>Black Box testing</b> : It is Testing the output with all the possible imput in the selection screen.

Documentation :

You generally mainitain a Unit Testing document for the testing results. Maintaining these documnets depend from company to company

Regards,

Santosh