使用 TFS 的软件测试工作流程
我是一家中型公司的软件测试员,为机器开发软件(不是 Web 或纯桌面应用程序)。以前我的任务非常简单:只需在文档中准备测试计划和测试用例,然后手动执行所有这些测试。在我的测试过程中,我只关心机器的性能/交互。
几个月前,我们部门引入了 TFS,我正在学习将我的软件测试集成到这个新系统中。到目前为止,我所做的只是简单地为一个试点项目设置了几个“非自动化”测试用例。但是,我想知道在哪里或如何在 TFS 中记录我已经进行的测试。我的意思是,我可以在哪里或如何更新我的测试结果?或者说没有必要这样做?只是在出现错误时添加错误吗?
I'm a software tester at a medium-sized company developing software for a machine (not web or pure desktop applications). Previously my task was quite simple: Just preparing a test plan and test cases in a document, then carrying out all those tests manually. During my testing I am only concerned about the performance/interaction of the machine.
A couple of months ago, our division introduced TFS, and I'm learning to integrate my software testing into this new system. So far, what I have done is to simply set up several "not automated" test cases for a pilot project. However, I'm wondering where or how I can record my already conducted tests in TFS. I mean, where or how can I update the results of my tests? Or it is unnecessary to do so? Just add bugs in case of errors?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 Microsoft Test Manager 2010 来编写测试用例,然后您可以将之前创建的错误 ID 添加到相应的测试用例中,但为此您需要 Microsoft Test Manager 2010。
You can use Microsoft Test Manager 2010 for writing your test cases and from there you can add the bug id which you have created earlier also to the respective Test Case but for that you require Microsoft Test Manager 2010.
我相信您需要 Visual Studio Test 来记录执行的测试,您可以在此处阅读:http://www.microsoft.com/visualstudio/en-us/products/2010-editions/test-professional
我不认为这是 Team Foundation Server 附带的,但确实附带具有 Visual Studio 企业版许可证,也可以单独购买。
I believe you need Visual Studio Test to record executed tests, which you can read about here: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/test-professional
I don't think this comes with Team Foundation Server, but does come with Enterprise licenses of Visual Studio or can be purchased separately.
在TFS中,您可以将每个需求映射到测试计划并计划测试用例并为不同版本创建测试运行并生成测试报告。
以下网址可能对您有帮助:
https://msdn.microsoft.com/en-us/library/ms182409.aspx
In TFS, you can map each requirement to a Test Plan and plan to test cases and Create Test Runs for different releases and generate Test Report.
Below URL could be helpful to you:
https://msdn.microsoft.com/en-us/library/ms182409.aspx