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 are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the event handlers that can be included in the Global.asax file?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is %20 in a url?
How can you enable impersonation in the web.config file?
What is route in web api?
Explain the advantages of asp.net.
What is windows active directory authentication?
What are the data controls available in asp.net?
What are client activated objects?
What is difference between viewstate and session state in javascript?
How you will manage the state of ASP.NET controls?
Where is the view state data stored in asp net?
Define page fragment caching?
Explain server-side scripting and client-side scripting.