What are three test cases you should go through in unit
testing?
Answer Posted / 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 View All Answers
What is scope c#?
The int maps to which C# keyword in .NET type?
What are the Types of optimization and name a few and how do u do?
Is clr a compiler?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the difference between “out” and “ref” parameters in c#?
How to reduce image resolution in C#?
Can firstordefault return null?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is javascriptserializer c#?
How can I check the type of an object at runtime?
What are extensions methods in c#?
Explain the three test cases in unit testing?
What is the use of table aliases?
Difference between abstract classes and interfaces