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

Former Member
0 Likes
1,775

Hi experts,

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

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
945

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
Read only

Former Member
0 Likes
946

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.

Read only

Former Member
0 Likes
945