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 a dimensional array?
Can we inherit private members of class in c#?
Define a partial class?
what is IComparable
Can hashtable have duplicate keys?
List the difference between the virtual method and the abstract method?
How many bytes is an int?
Is string value type c#?
What is the process of delegation?
What is windows application in c#?
Why we use get and set property in c#?
Explain the difference between boxing and unboxing.
What is difference between singleton and static class in c#?
Structs are not reference types. Can structs have constructors?
What is gui in c#?