Stress/load testing ASP .Net site with redirects

marshahyena

New Member
How do folks stress/load test complex ASP .Net applications that might contain redirects to other sites - for e.g. authentication via FB/Google etc? For e.g. users would come to a ASP .Net site, click on a social media icon to authenticate with that provider (which by itself might consist of a few round trip requests, dynamic parameters etc.) and if successful would get redirected back to your site and you continue with the data returned by the provider and the rest of the main site.I tried Visual Studio ultimate - Web Performance Test project, but seems to be having issues when the site gets redirected to other sites for authentication etc.
 
Back
Top