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 parallel foreach in c#?
What is the advantage of constructor in c#?
What are the fundamental oop concepts?
What is a view? What is the use of it?
What is dbcontext c#?
What is difference between class and interface in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
How do you inherit a class into other class in c#?
Why do we need interface in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
How garbage collection deals with circular references.
What is the difference between array and arraylist c#?
What are the types of parameters in c#?
What to implement on my class Finalize or IDisposable
List down the reason behind the usage of c# language.