How to write test case (Unit test plan)
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 |
what are the events in ASP.net page life cycle?
What is the asp.net control toolkit?
what is AutoEventWireUp and what is the use of This property explain in details?
A brief difference between Session and Cookies in asp.net
What are session variables?
What base class do all Web Forms inherit from?
Is data edited in the Repeater control?
how to stop cookie in particular page using asp.net
What is a gridview in asp.net?
Can you explain the importance of finalize method in .net?
What are server activated objects?
How to write unmanaged code and how to identify whether the code is managed /unmanaged?