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

How is exception handling implemented in c#?

0 Answers  


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


What is polymorphism? pl explain practically rather than theoretical?

3 Answers  


What is the difference between virtual method and abstract method?

0 Answers  


Differentiate between sqlclient oledb and providers?

0 Answers  






What is windows form in c#?

0 Answers  


Why singleton is sealed?

0 Answers  


What is the default value of string in c#?

0 Answers  


Does C# support multiple inheritance?

5 Answers  


Can we have static indexer in c#?

0 Answers  


What is the use of 'using' statement in c#?

0 Answers  


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

0 Answers  


Categories