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 |
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How does output caching work in ASP.NET?
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
What is active web pages?
difference between gridview,data list and repeater control
Why is it important to maintain session state?
How many types of web application ?
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
How do we make a poperty read only?
what is the differance between native code & managed code?
What does asax stand for?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable