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
How do you sort an array in c#?
Is hashset ordered c#?
How to Show Message box in Metro Style App?
Is it possible to have a static indexer in c#? Allowed in c#.
What is enumerable in c#?
How to block a class from being inherited further?
What is difference between assembly and dll?
What is difference between private, protected, and public in C#?
What is the difference between asp net and c#?
Why we use extension methods in c#?
How can I access the registry from c# code?
What are the features of c#?
What are delegate methods?
Define satellite Assembly in .NET?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?