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

uni test: procedure

Former Member
0 Likes
495

Hi,

after developping a report. what are the steps to be taken to test it apart from code check.

i want to check the consistency check and i need to write some test cases.

is there any specific procedure to do so!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi, you can use 'Extended Program Check' to syntax check your code. Unit test, your analyst can tell you how to create unit test case.

Hi,

after developping a report. what are the steps to be taken to test it apart from code check.

i want to check the consistency check and i need to write some test cases.

is there any specific procedure to do so!

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hi, you can use 'Extended Program Check' to syntax check your code. Unit test, your analyst can tell you how to create unit test case.

Read only

uwe_schieferstein
Active Contributor
0 Likes
468

Hello Srini

Have a look at the Weblog series

<a href="/people/thomas.weiss/blog/2004/12/17/a-spotlight-on-abap-unit-part-1">SAP Developer Network Blog: A Spotlight on ABAP Unit Part 1</a>

by Thomas Weiss (parts 1-5). He describes in some details how and when to use ABAP Unit Tests.

Regards

Uwe