Answer Posted / maloy.adhikari
There Are 3 types-
1)Positive test case:Correct data,correct result.
2)Negative test case:Missing data,Proper handle.
3)Exception test case:Exception thrown & catch properly.
These are mainly test case to unit test plan..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of view state?
What is the compiled object?
What is bson in web api?
What are demand-paging and pre-paging?
In the Repeater control which way you can edit?
Where is asp.net view state stored?
what are the web form events available in asp.net?
What is the difference between custom web user control and a custom web server control?
Where would you use an ihttpmodule, and what are the limitations if any?
How ViewstateMac works?
Why do we use web config?
How should I destroy my objects in asp.net?
What is manifest in .net framework?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?