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
What is cli in c#?
What is the difference between yield and return?
What does ienumerable mean?
What is the Signification of the "new " keyword in C#? example
In .NET which is the smallest unit of execution?
Perfect Example Of While And Do-While Loop In C#.Net ?
Difference between call by value and call by reference in C#?
Explain about Destructor method?
What is inner class in c#?
How many types of constructor are there in c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What is _layout cshtml?
How do I format a string in c#?
Why generics are used in c#?
What are delegate methods?