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 system predicate?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is the difference between const and static read-only?
Define Virtual folder?
What is short in c#?
What is a console application in c#?
Any problem found in vs.et
Define using statement in c#?
What is addressof operator?
What is difference between ilist and list?
What is console writeline in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What does int32 mean?
What is an escape sequence? Name some string escape sequences in c#.
Differentiate between method overriding from method overloading with its functionality?