With a Visual Studio 2010 Web Test the Url property can be data bound to a list of URLs from a CSV file but it seems the Expected Response URL can't be data bound. The Expected Response URL just takes a string value. Am I missing something?
In this situation how could you test to see the URL of the page requested is actually the URL of the page you end up on and not a redirection to some other page?