简体   繁体   English

在Microsoft测试管理器中查看测试用例摘要

[英]View Test Case summary in Microsoft Test Manager

I use Microsoft Test Manager for run Test Cases. 我使用Microsoft Test Manager来运行测试用例。 My preconditions for test is in Summary of Test Case. 我的测试前提条件是测试用例摘要。 When test case is run user can't see Summary. 运行测试用例时,用户无法看到摘要。

Is there any approach to see Summary of Test Case on Test Run? 有没有办法看到测试运行的测试用例摘要?

You can not see the summary of the Test Case when you run it manually. 手动运行时,您无法看到测试用例的摘要。
But there are another possibilities to display preconditions for the tester: 但是还有另一种可能性来显示测试仪的前提条件:

  • Using multi-line step(s) 使用多行步骤
    Store the preconditions in the "Action" part of a Test Case step and use this step as the first step in the test case. 将前提条件存储在“ 测试用例”步骤的“操作”部分中,并将此步骤用作测试用例的第一步。
    You can insert a line break using Alt+Enter 您可以使用Alt + Enter插入换行符
  • Using Test Step attachment 使用测试步骤附件
    Store the preconditions in a document (called "Preconditions" so the testers know what it is) 将前置条件存储在文档中(称为“前置条件”,以便测试人员知道它是什么)
    Attach this document to the first step so the tester can open it when running the test. 将此文档附加到第一步,以便测试人员在运行测试时打开它。

You should be able to show the Summary data for the test case in Test Runner (I'm using MTM/VS2012). 您应该能够在Test Runner中显示测试用例的摘要数据(我正在使用MTM / VS2012)。 In the test runner, above the steps on the right side below the Configuration label is a downward chevron. 在测试运行器中,在配置标签下方右侧的步骤上方是向下的V形。 Click that and it expands to show the test case summary. 单击它并展开以显示测试用例摘要。

It depends where you have stored the preconditions in the test case. 这取决于您在测试用例中存储前置条件的位置。 To see the preconditions information during test execution you need to add the information to the description field in the summary tab 要在测试执行期间查看前提条件信息,您需要将信息添加到摘要选项卡中的描述字段

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Microsoft测试管理器中的探索性会话中创建测试用例仅显示最后10个步骤 - Creating a test case from exploratory session in Microsoft test manager only shows last 10 steps MIcrosoft测试管理器和代码覆盖率 - MIcrosoft Test Manager and Code Coverage 当我通过Microsoft测试管理器运行测试用例时,为什么MTM尝试加载错误版本的CodedUITestFramework DLL? - Why is MTM attempting to load the wrong version of CodedUITestFramework DLL when I run a test case via Microsoft Test Manager? Microsoft测试管理器中的单元测试 - Unit-tests in Microsoft Test Manager 无法使用Microsoft Test Manager运行我的测试 - Couldn't run my test using Microsoft Test Manager 如何将伪造物与Microsoft Test Manager(MTM)2012中的测试计划相关联以运行CUIT自动测试 - How to associate a Fake Build to the test plan in Microsoft Test Manager (MTM)2012 in order to run CUIT automated test 如何安装用于Microsoft Test Manager的自定义诊断数据适配器? - How to install a custom diagnostic data adapter for use in Microsoft Test Manager? “创建新的Lab Center环境时,”Microsoft Test Manager无法在这些计算机上安装测试代理“ - “Microsoft Test Manager cannot install test agent on these machines” when creating new Lab Center environment 如何使用MS Test Manager或TFService 2013将部分代码链接到测试用例? - How do you link a portion of code to a Test Case with MS Test Manager or TFService 2013? Lab Manager启动受测试的WPF应用程序 - Lab Manager start WPF application under test
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM