Specify the order in which TFS encoded test agent runs encoded user interfaces

I am trying to set up a TBS 2010 Lab Management automated testing system, and I have a "test suite" (created in the TFS Test Manager) with the following tests: 1) Startup and login 2) Create a group 3) Create a user and add to the group

They have the order specified correctly in the Test Center → Plan → (Test Suite) → Order Table

However, when they are executed (in the TFS Lab Management Build) by the test agent, they do not work: 2nd, 1st and 3rd.

Is there a way to get the Test Agent to run these tests in order?

Thank.

+3
source share
4

, , .

+1

I don't know if this is a new feature, but you can create custom tests. Just right-click on your project in Solution Explorer and select Add → Ordered Test. Choose your tests in order.

In Test Explorer, run the ordered test.

Details are listed below, but all I had to do was what I said above. I am using VS 2015 Enterprise.

https://msdn.microsoft.com/en-us/library/ms182631.aspx

0
source

Source: https://habr.com/ru/post/1789913/


All Articles