‎2009 Nov 16 7:57 AM
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.
‎2009 Dec 31 2:24 PM
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
‎2009 Nov 16 11:33 AM
‎2009 Dec 28 6:42 PM
‎2009 Dec 31 2:24 PM
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