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 template.

Former Member
0 Kudos

Hi experts,

Can any one please give me the unit test template document.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Unit testing is the one in which the developer himself test the code.

In Unit testing the developer will test whether all the statements will execute based on different conditions.

There should not be any dead code after Unit test.

Dead Code means, for any given combination the control will not go to the statement.

you can go thru the following links

http://en.wikipedia.org/wiki/SAP_Implementation

http://hosteddocs.ittoolbox.com/CM021805.pdf

Look at the below link

http://softwarefinder.mbtmag.com/search/for/Techrepublic-Cost-of-SAP-Implementation.html

Reward points if useful.

2 REPLIES 2

Former Member
0 Kudos

Unit testing is the one in which the developer himself test the code.

In Unit testing the developer will test whether all the statements will execute based on different conditions.

There should not be any dead code after Unit test.

Dead Code means, for any given combination the control will not go to the statement.

you can go thru the following links

http://en.wikipedia.org/wiki/SAP_Implementation

http://hosteddocs.ittoolbox.com/CM021805.pdf

Look at the below link

http://softwarefinder.mbtmag.com/search/for/Techrepublic-Cost-of-SAP-Implementation.html

Reward points if useful.

Former Member
0 Kudos