Skip navigation.

Technique for Manipulating the HttpContext within NUnitAsp tests

Technique for Manipulating the HttpContext within NUnitAsp tests

.NET | unit testing frameworks & tools
I created a Setup.aspx file that would allow me to make requests to it and pass in a static method that I wanted to call, and as a result, any code that ran inside of it would run inside the web’s application domain and have access to the Session and HttpContext.

Author: Robin Curry
Published: June 27, 2005