Validation error while executing web performance test (vs2010)
-
segunda-feira, 9 de abril de 2012 15:18
Hi All
I am performing web test for my asp.net application using vsts 2010 tool. I have recorded the senarios using vsts 2010 tool, there I have done corellation for dynamic parameters. After executing my test it is throwing following Validation error.
Error :
RULE: Response URL
TYPE: Validation
RESULT:
The value of the ExpectedResponseUrl property 'http://consolvms33pfizerloadtestma1.maintech1.com/Procurement/Request/Linear/RequestLinearView.aspx' does not equal the actual response URL 'http://consolvms33pfizerloadtestma1.maintech1.com/Public/Error.aspx'. QueryString parameters were ignored.
It will be highly appriciated if any budy tell me the root cause of this error.
~Warm Regards,
SRAM
Shetty
Todas as Respostas
-
segunda-feira, 9 de abril de 2012 17:10
SRAM,
The error says that the request which was sent should open this page: 'http://consolvms33pfizerloadtestma1.maintech1.com/Procurement/Request/Linear/RequestLinearView.aspx' but it opened this page: 'http://consolvms33pfizerloadtestma1.maintech1.com/Public/Error.aspx'. As far as I understand from the page url, the application was redirected to error page. This happens due to some error in the request which caused malformed request and application error occurred. See Web Test Authoring and Debugging Techniques for Visual Studio 2010.
-Tejas.
- Sugerido como Resposta Hema_Potluri terça-feira, 17 de abril de 2012 10:17
- Marcado como Resposta Tony xiaoModerator quinta-feira, 19 de abril de 2012 02:46
-
segunda-feira, 9 de abril de 2012 23:19
Also take a look at these links to solve your issue:
http://blogs.msdn.com/b/slumley/archive/2007/04/10/how-to-debug-a-web-test.aspx
Thanks,
http://www.anujchaudhary.com
- Sugerido como Resposta Hema_Potluri terça-feira, 17 de abril de 2012 10:17
- Marcado como Resposta Tony xiaoModerator quinta-feira, 19 de abril de 2012 02:46
-
terça-feira, 17 de abril de 2012 10:12Moderador
Hi SRAM,I guess the reason for this error is that the expected response URL property is empty, please try to remove the response URL validation rule or you could refer to the following thread, this might give you a sight:
Hope this could help you.
Tony Xiao [MSFT]
MSDN Community Support | Feedback to us
- Sugerido como Resposta Hema_Potluri terça-feira, 17 de abril de 2012 10:17
- Marcado como Resposta Tony xiaoModerator quinta-feira, 19 de abril de 2012 02:46

