简体   繁体   中英

Assign another tester in a Test Run in Microsoft Test Manager

I'm testing a Test Case with a few steps in Microsft Test Manager. When I run this Test Case, I want to execute only a few steps and then assign another tester to this Test Run.

Eg I have three steps. The first two steps are for me to test. After those two steps, I want to stop testing and assign another tester so that he can test the third step.

测试用例中的三个步骤

But I can't find a way to stop testing, and assign a new user to this Test Case.

Does anyone know if this is possible?

Thanks!

This definitely cannot be done. When you run a Test Case a new Test Run is created and stored in the tfs database. The steps executed for this run and their result, comments, attachments etc are saved and cannot be edited.

From a test point of view, I think that even if you could do this, you shouldn't. Every test case should be as simple as possible so everyone can execute it. If you really need this, perhaps you should split the test case to two different tests, and the second one will have the first as prerequisite .

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