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
Explain how do you convert a value-type to a reference-type?
Explain the process of inheriting a class into another class?
What is ildasm.exe used for?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What is a collection in c#?
Define satellite assembly in c#?
what is method overloading in c#?
What is session state in asp net c# with example?
Is c sharp open source?
What are the commonly used i/o classes?
What is bitwise operator in c#?
explain Garbage collector’s functionality on unmanaged code
What is the purpose of a constructor in c#?
What are the steps to make an assembly to public?
How is exception handling implemented in c#?