Hi ,
I am trying to write MSTest cases for a class library project which is used from a web portal. Within the class library HttpContext values are used. Generally these values will be available when the class library is used by a web application. Since I am
calling it within a test method , these values are coming as NULL.
Please suggest me a method to initialize these values from within my test methods.
Regards
Rajesh
Go to the complete details ...