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 testing

Former Member
0 Likes
697

hi experts,

can any body tell me clearly wat is unit testing

5 REPLIES 5
Read only

Former Member
0 Likes
664
Read only

Former Member
0 Likes
664

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

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
664

Hi.. Unit testing is testing performed by the developre ..

based on his knowledge..

Developre will be testing the program for all the conditions.. which s given by the functinal consultant.

refer this link

Edited by: Sheeba Bhaskaran on Dec 17, 2007 1:04 PM

Read only

Former Member
0 Likes
664

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.

Regards

Read only

Former Member
0 Likes
664

Hi,

Unit testing is the docoments which a developer or functional consultant need to prepare, it is to justify the report result is synchronise witht the functional requirement given by user or functional consultants.

In simple terms it is the results of the report.

Thanks,

Sriram Ponna.