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

What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


What are the drawbacks of extending an interface as opposed to extending a class?

0 Answers  


What are the Uses of CLR

0 Answers   TCS,


What is a scope in c#?

0 Answers  


While debugging a C# application can you change the value of a variable?

0 Answers   Siebel,






Expalin the way you implement inheritance by using VB.NET/C#?

0 Answers   Siebel,


Why do we need events in c#?

0 Answers  


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


What is difference between write and writeline?

0 Answers  


What is GAC?

1 Answers   Cognizant,


Can hashset contain duplicates c#?

0 Answers  


What is covariance and contravariance? Did Delegate and method overriding support these?

1 Answers   TCS,


Categories