I wonder if it's possible to test ASP.net MVC views without pre-compiling the views. I found many example on the internet but none of them could test the view. They could only test the model of the view.
Update
The views are xml template. I have some logic in controller and I want that to get views from the controller.