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

Unit Test

karthik_rajaspic
Participant
0 Likes
1,051

Hi All,

Kindly provide some information about "Unit Test".

Thanks in advance.

1 ACCEPTED SOLUTION
8 REPLIES 8
Read only

0 Likes
868

Hi Vinay,

Thanks again for your reply.

Read only

Former Member
Read only

0 Likes
868

Hi Kiran,

Thank you once again for your reply.

Read only

karthik_rajaspic
Participant
0 Likes
868

Hi All,

Thanks a lot for the information provided.

Read only

former_member183804
Active Contributor
0 Likes
868

Dear Karthik,

please consider the following link too.

Regards

Klaus

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

Read only

0 Likes
868

Hi Klaus,

Thanks for the information.

Read only

Former Member
0 Likes
868

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.