what is unit testing

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cli in c#?

695


What is the difference between yield and return?

634


What does ienumerable mean?

677


What is the Signification of the "new " keyword in C#? example

709


In .NET which is the smallest unit of execution?

833


Perfect Example Of While And Do-While Loop In C#.Net ?

750


Difference between call by value and call by reference in C#?

741


Explain about Destructor method?

734


What is inner class in c#?

710


How many types of constructor are there in c#?

652


Is there a way of specifying which block or loop to break out of when working with nested loops?

736


What is _layout cshtml?

653


How do I format a string in c#?

650


Why generics are used in c#?

684


What are delegate methods?

690