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 property in c#?
How can you use abstract class and interface?
What is generic delegate in c#?
Can an abstract class have a constructor c#?
Is c# pass by value?
What is uint16?
What is an example of delegation?
Explain the process of abstraction with an example?
Explain the advantage of using system.text.stringbuilder over system.string?
What is the difference between c and c# programming?
What is the difference between new and override in c#?
What is Fragmentation and its Types?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
Which program construct must return a value?
How to achieve polymorphism in c#?