Visual Studio 和 TFS for 测试管理器
我的计算机中安装了 Visual Studio 测试管理器,我的另一台服务器上安装了 TFS 服务器,我想使用新的 VS 2010 连接到该 TFS 服务器。 我需要安装 Visual studio 2010 完整版还是只安装测试管理器? 我安装了测试管理器,它要求添加一个 URL,我添加了我们已有的一个,但它没有连接到该站点。 我需要在同一台机器上安装完整版和 TFS 吗?
请帮忙
谢谢
I have Visual Studio test manager installed in my machine, I have TFS Server installed on another server, I want to connect to that TFS server with new VS 2010.
Do I need to install the Visual studio 2010 full version or just the test manager?
I installed test manager and its asking a URL to add and I added the one we already have , but its not connecting to that site.
Do I need to isntall Full version and TFS on same machine??
Please help
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您所需要的只是 Microsoft 测试管理器 (MTM)。您需要确保输入完整的 URL 或仅输入服务器名称。
如果输入“localhost”,您将连接到“http://localhost:8080/tfs”,因此如果您的服务器位于非标准端口上,您可能需要输入完整的 URI。
尝试输入“http://localhost/tfs”,因为这是最常见的自定义。
No, all you need is Microsoft Test Manager (MTM). You need to make sure that you enter the full URL or just the server name.
If you put in "localhost" you will be connecting to "http://localhost:8080/tfs" so if your server is on a non standard port you may need to enter the full URI.
Try entering "http://localhost/tfs" as it is the most common customisation.