Application Development 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: 

Unit Test

karthik_rajaspic
Participant
0 Kudos

Hi All,

Kindly provide some information about "Unit Test".

Thanks in advance.

1 ACCEPTED SOLUTION
8 REPLIES 8

0 Kudos

Hi Vinay,

Thanks again for your reply.

Former Member

0 Kudos

Hi Kiran,

Thank you once again for your reply.

karthik_rajaspic
Participant
0 Kudos

Hi All,

Thanks a lot for the information provided.

former_member183804
Active Contributor
0 Kudos

Dear Karthik,

please consider the following link too.

Regards

Klaus

https://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Unit

0 Kudos

Hi Klaus,

Thanks for the information.

Former Member
0 Kudos

Initially, each program component (module) is tested independently verifying the component functions with the types of input identified by studying component’s design. Such a testing is called Unit Testing (or component or module testing). Unit testing is done in a controlled environment with a predetermined set of data fed into the component to observe what output actions and data are produced.