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 windows forms in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
Is arraylist type safe in c#?
What is difference between new and override in c#?
What is connection pooling in ado.net?
Is predicate a functional interface?
Major difference between Basic httpbinding and WShttpbinding?
Can we inherit class that contains only one private constructor?
What is a .aspx file?
What is data reader in c#?
What is concrete method in c#?
What's your approach to fetch static data in your windows form application?
What is unmannaged code and will CLR handle this kind of code or not .
What is difference between out and ref in c#?
What is the use of tuple in c#?