
Specifying a Proxy Server
If you are testing a Web site outside your firewall, you might receive the following error message when you run your test:
RequestFailed: The following error occurred which may indicate you need to configure a proxy server in your web test: The remote name could not be resolved.
Your Web test probably contains external URLs like http://www.contoso.com. If you use a proxy to access Web sites outside your firewall, you must manually set the proxy property on the Web test to the proxy server that your browser uses to view Web pages. Set the proxy using the Web Test Editor.
To specify a proxy server
-
In the Web Test Editor go to the request tree and select the root node. The root node will be the name of the Web test, ColorWebTest.
-
In the Properties window, find the Proxy property and enter a valid proxy name. Ask your network administrator for a valid proxy name, or enter "default" to use Internet Explorer's proxy settings.
Caution |
|---|
| Using "default" as your proxy setting can cause performance problems when you run your Web test under load. It is better to specify a proxy other than "default" when you run your Web test in a load test. |
-
Click Run Test on the toolbar to re-run the test.