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 does dictionary work in c#?
What is the difference between int and int in c#?
What is reference c#?
What is the use of oops in c#?
Difference between value and reference type. What are value types and reference types?
What is a multicast c# delegate?
How long will it take to learn c#?
Which is better javascript or c#?
Is is possible to force garbage collector to run?
What is wcf c#?
Does c# have functions?
How can I get the ascii code for a character in c#?
Explain the use of Mutex in C#?
What is xaml file in c#?
Explain types of comment in c# with examples