问题描述
我是新使用微软测试工具,请帮助:
I am new using Microsoft Test tools, please help:
当试图从MTM运行测试用例,我收到以下警告消息:
When trying to run a test case from MTM, I am receiving the following warning message:
无法创建自动化的测试运行。与活跃的测试计划相关联的构建是需要提交一个自动化测试运行
背景信息:
- 我在VS 2010中创建的构建定义
- 我创建了一个构建服务主机代理:控制器和代理
- 当我打开MTM>测试中心>属性构建配置,我可以看到在我的选择构建定义过滤器的构建:
问题:
在MTM>测试中心>属性构建配置>建立使用:设置为无后,当我打开分配Build部分我没有可用的构建
Problem:In MTM>Testing Center>Properties Build Configurations > "Build in use:" is set to None, when I open Assign Build section I have not available build
推荐答案
就像一个指针,以防有人认为这(未)职位:
Just as a pointer, in case someone finds this (unanswered) post:
要获得自动化测试从Microsoft测试管理工作,你需要构建一个测试计划containg自动化组件相关联。这告诉MTM在哪里可以找到code为自动化测试。然后,你还需要一个测试环境,MTM将与沟通,在运行测试。
"To get automated tests working from Microsoft Test Manager you need to associate a build containg the automation component with a test plan. This tells MTM where to find the code for the automated tests. Then you also need a test environment which MTM will communicate with and run the tests on.
下面的文章介绍如何设置一个测试计划来进行自动测试:
The following article describes how to setup a test plan to run automated tests: http://msdn.microsoft.com/en-us/library/dd553270.aspx"
从<一个href=\"http://social.msdn.microsoft.com/Forums/en-US/e7605625-847e-493f-b3c0-799d2eb88021/getting-the-following-error-while-running-an-automated-test-case-using-a-test-manager-cannot-create?forum=vstsstart\"相对=nofollow>这篇文章在MSDN中。
这篇关于如何构建一个在Microsoft测试管理器(MTM)2010测试计划相关联?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!