Software Engineering Mcqs » ASP.net
Caching type supported by ASP.Net ?

A. Output caching
B. Datacaching
C. Both a and b
D. None of these

How do you get information from a form that is submitted using the “post” method ?

A. Request.querystring
B. Response.writeln
C. Response.write
D. Request.form

____________ tests make sure that new code does not break existing code?

A. Integration tests
B. Regression tests
C. Load test
D. Unit tests