Reading this post by Sean reminded me of when I first started using the trunk's BaseControllerTest. One nifty little property on the base test controller's mock Response object is RedirectedTo . So you can do something like this: 1: // some call on the controller that should do the redirect 2...