简体   繁体   中英

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.

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.

Is there a way to link an automation with multiple test cases on 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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