what is unit testing

Answers were Sorted based on User's Feedback



what is unit testing..

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

what is unit testing..

Answer / kiran

in simple
testing every individual control in the application
individually

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Different between method overriding and method overloading?

0 Answers  


Why do we need abstraction in c#?

0 Answers  


Define method overloading in c#?

0 Answers  


What is gui in c#?

0 Answers  


What?s class SortedList underneath?

2 Answers  






Is c# queue thread safe?

0 Answers  


What is difference between virtual and override in c#?

0 Answers  


Is as keyword in c#?

0 Answers  


What is the difference between and xml documentation tag?

0 Answers  


What are delegates?

0 Answers   TCS,


How many types of inheritance are there in c#?

0 Answers  


What is xpath in c#?

0 Answers  


Categories