Remove request from Web Performance Test
-
Monday, May 14, 2012 10:46 AM
Hi, how can I remove some of requests from test, as bellow
is there a possibility?
Thanks in advance for help.
All Replies
-
Monday, May 14, 2012 11:31 AM
Hi zbiko,
Open up the recorded webtest, find the request that you don't want, highlight it, press your delete key (or Right click and Select Delete). If it isn't in the main list of requests then open up each request (the plus symbol to the left) and I expect it will be a dependent request.
Nick Sandel (Software Tester) New to C# since December 2011
- Proposed As Answer by Nick_Sandel Monday, May 14, 2012 11:31 AM
- Unproposed As Answer by Nick_Sandel Monday, May 14, 2012 1:10 PM
-
Monday, May 14, 2012 12:44 PM
yes, but when I open the webtest as bellow
I cannot see this this node of step
it's only javascript code on the page. is there possibility to disable checking it in the test?
Thanks in advance for help!
- Edited by zbiko Monday, May 14, 2012 2:42 PM
-
Monday, May 14, 2012 1:20 PM
Oh right I'm not sure how that can be done as any Http request failures always get logged. My only thought would be changing the property of your /Login.aspx request and set Follow Redirects to False - that might stop the test going down that route in the first place.
Nick Sandel (Software Tester) New to C# since December 2011
-
Tuesday, May 15, 2012 2:29 AM
You can set Parse Dependent Requests to False.
Thanks,
Anuj
http://www.anujchaudhary.com
- Proposed As Answer by TejasJ Monday, May 21, 2012 11:35 AM
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Wednesday, May 23, 2012 2:35 AM
-
Wednesday, May 16, 2012 1:12 AM
In this case you should fix you page: Login.aspx
This page has a link to not existent resource and you should create this missing resource or remove reference to it.
It is valid failure.
-
Monday, May 21, 2012 10:11 AMModerator
Hi zbiko,
If there are some replies helping you to resolve your problem, you could mark the answer then I will close this thread, if not please post the latest situation of this issue. Thanks for your understanding.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us

