简体   繁体   English

将多个测试用例链接到一个测试用例

[英]link multiple test cases to one test case

I'm automating test cases with Visual Studio (Selenium) and want to associate the automations with the test cases on TFS. 我正在使用Visual Studio(Selenium)自动化测试用例,并希望将自动化与TFS上的测试用例关联。

The problem is that I can only associate one automation with one test case, while my automations test various test cases. 问题是我只能将一种自动化与一个测试用例相关联,而我的自动化却可以测试各种测试用例。

What I tried was to create a "master" test case and link the related ones to him, but once the result of the master is marked as passed, the children do not change the status. 我试图创建一个“ master”测试用例,并将相关的测试用例链接到他,但是一旦将master的结果标记为“通过”,孩子们就不会更改状态。

Is there a way to link an automation with multiple test cases on TFS? 有没有办法将自动化与TFS上的多个测试用例联系起来?

Thanks a lot in advance! 在此先多谢!

You can try to create a test Plan or test suite, then add multiple test cases to the test suite or test plan, then run the test suite or test plan. 您可以尝试创建测试计划或测试套件,然后将多个测试用例添加到测试套件或测试计划,然后运行测试套件或测试计划。

Please see Create a test plan and test suite and Run automated tests from test plans in the Test hub for details. 请参阅“测试中心”中的 创建测试计划和测试套件以及根据测试计划运行自动化测试以获取详细信息。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM