将屏幕截图粘贴到 TFS 2010 Web 访问中以查找错误
是否有办法自动将屏幕截图粘贴到 TFS 2010 Web 访问中以查找错误?我不想将屏幕截图保存到文件中,然后将其添加为附件。这需要一段时间才能完成。我只是想快速将它们添加到错误中。
Is there anyway to automatically paste screenshots into TFS 2010 Web access for bugs? I don't want to have to save the screenshots into files and then add them as an attachment. This takes a while to do this. I just want to quickly add them to the bug.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你不能。
请参阅 MSDN 论坛上的类似(可能不相同)问题:
回复:
答案是(反复陈述):
或者,DIY 并编写一个应用程序
TFS 公开了一个 API,您可以使用它来创建自己的工具,而不是使用他们的 Web 访问。有关如何实现该特定部分(添加附件)的信息,请参阅此问题:
上传文件使用 TFS 客户端 API
I don't think you can.
See this similar (possibly not identical) question on MSDN forums:
In response to:
The answer was (repeatedly stated):
Or, DIY and write an application
TFS exposes an API that you could use to create your own tool, rather than using their web access. See this question for how to implement that particular piece (adding attachments):
Upload a file using TFS Client APIs
在 Visual Studio 2010 中,您可以转到“附件”选项卡并使用 CTRL-V 粘贴屏幕截图。
将自动创建一个名为“screenshot.png”的附件。
In Visual Studio 2010 you can go to the Attachments Tab and paste your screenshot using CTRL-V.
An attachment called 'screenshot.png' will automatically be created.