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

Explain ACID rule of thumb for transactions.

1 Answers  


What is the difference between C# 3.5 and C# 4.0?

0 Answers  


What is msil in c#?

0 Answers  


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

0 Answers  


What is byte c#?

0 Answers  






What is typeof c#?

0 Answers  


How the versioning applies to Assemblies or can you explain version numbers?

0 Answers   CitiusTech,


How do you define a predicate?

0 Answers  


Are tuples mutable c#?

0 Answers  


What is the purpose of private constructor in c#?

0 Answers  


What is public, private, protected, internal and internal protected?

0 Answers   QuestPond,


What is out int in c#?

0 Answers  


Categories