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 do you mean by synchronous and asynchronous operations?
Which framework is best for desktop application?
What is difference between the "throw" and "throw ex" in .net?
What is the purpose of escape sequence?
What are strong name assemblies?
List some of the basic string operation?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Contrast System.String and System.Text.StringBuilder classes?
If casting fails what type of exception is thrown?
How a two-dimensional array declared in C#?
What is get set in c#?
What is datacontract in c#?
What is virtual in c#?
Is it good to use var in c#?
What is global namespace in c#?