what is unit testing

Answers were Sorted based on User's Feedback



what is unit testing..

Answer / sridevi

Unit testing is a software development process in which the
smallest testable parts of an application, called units,
are individually and independently scrutinized for proper
operation. Unit testing is often automated but it can also
be done manually. This testing mode is a component of
Extreme Programming (XP), a pragmatic method of software
development that takes a meticulous approach to building a
product by means of continual testing and revision.

Is This Answer Correct ?    1 Yes 0 No

what is unit testing..

Answer / kiran

in simple
testing every individual control in the application
individually

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is lazy loading c#?

0 Answers  


What is the purpose of escape sequence?

0 Answers  


What is uint c#?

0 Answers  


What is extension method in c# and how to use them?

0 Answers  


Why dictionary is faster than list?

0 Answers  






Is it possible to nest cfml conditional tags?

0 Answers   HCL,


Give an example to show for hiding base class methods?

0 Answers  


can a structure used in a class if yes then how.

2 Answers   Synechron,


What are the methods in c#?

0 Answers  


How do I do implement a trace and assert?

0 Answers  


What is instantiating a class?

0 Answers  


what are windows services?

0 Answers  


Categories