What are three test cases you should go through in unit
testing?



What are three test cases you should go through in unit testing?..

Answer / guest

Positive test cases (correct data, correct output),
negative test cases (broken or missing data, proper
handling), exception test cases (exceptions are thrown and
caught properly).

Is This Answer Correct ?    17 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What are actions in c#?

0 Answers  


What is a delegate? Explain.

0 Answers  


What is out int in c#?

0 Answers  


Explain how to implement an object pool in c#.net

0 Answers  


What is thread pooling?

0 Answers  


What is the meaning of MSIL?

0 Answers   TCS,


What is difference between Method and function

3 Answers  


Does c# support templates?

0 Answers  


Illustrate namespaces in c#?

0 Answers  


So what makes your code really object-oriented #?

0 Answers  


What is Signature and parameter in overloading ?

3 Answers  


What all details the assembly manifest will contain?

0 Answers  


Categories