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

ABAP UNIT TEST

Former Member
0 Likes
766

Hi ,

I am new to oops concept but i am able to understand.

Now i have to create some Unit test plans in ABAP.We are using SAP Netwever 7.1 and WEB AS 6.0

I tried from SE24 but i couldn't get the correct path.

Can you please explain me: if i have a Z program then where and how to write number of Unit test classes. And how it will integrate to with our actual program/FM/any object

Thanks

Umashankar.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
709

You can create the ABAP Unit class as a local class in your program, FM, or class which will test the functionality of that individual code lines. Once you implement the ABAP Unit, you can then run the Unit Test by main menu > Execute > Unit Test. E.g. from Program, Program > Execute > Unit Test.

Check this previous discussions:

Regards,

Naimesh Patel

3 REPLIES 3
Read only

Former Member
0 Likes
709

This message was moderated.

Read only

20enzo
Explorer
0 Likes
709

This message was moderated.

Read only

naimesh_patel
Active Contributor
0 Likes
710

You can create the ABAP Unit class as a local class in your program, FM, or class which will test the functionality of that individual code lines. Once you implement the ABAP Unit, you can then run the Unit Test by main menu > Execute > Unit Test. E.g. from Program, Program > Execute > Unit Test.

Check this previous discussions:

Regards,

Naimesh Patel