I\'m currently looking into unit testing for a new application I have to create. I\'ve got the basic testing going nicely (testing the ActionResult classes is pretty nice). One
If you're using beta, your code-behind file will create a class for the View which you can check for using reflection.
Otherwise, you could check for the file to exist in the right location.