I am working with unit testing for an MVC application using a Visual Studio test project. I need to call a method Application_start()from my TestInitialiseunit test method , because it Application_start()initializes some global values needed for my application. I also copied the necessary information from web.configto app.configmy test application.
How can i do this?
source
share