If you use VSTS 2008 to do the web test, you might have one issue- the remote name could not be resolved. It is hard to say what makes your web test case failed.
When I have this issue, I always think it is the proxy issue. When I add the following source code, it works all the time.
this.Proxy = “XXX.XXX.com";
No comments:
Post a Comment