what is unit testing
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kiran
in simple
testing every individual control in the application
individually
Is This Answer Correct ? | 0 Yes | 0 No |
Different between method overriding and method overloading?
Why do we need abstraction in c#?
Define method overloading in c#?
What is gui in c#?
What?s class SortedList underneath?
Is c# queue thread safe?
What is difference between virtual and override in c#?
Is as keyword in c#?
What is the difference between and xml documentation tag?
What are delegates?
How many types of inheritance are there in c#?
What is xpath in c#?