Unable to order test case in test requirements set - Test manager 2010

In Test Manager 2010, it seems that I can’t order test cases in a test suite based on requirements (ordering test cases in a normal test suite works fine) Please explain to me why they forbid me to do this, or suggest a way to work around Thank you very much

+4
source share
2 answers

How to order / reorganize inspection procedures?

Test Examples / Testf ällen

Ändern der Reihenfolge von Testcases / Testfällen

Bypass

  • create 2 sets, one of which is based on queries
  • configure the package request based on the request and run it
  • select all the necessary test files and copy them to the clipboard
  • insert them into the manual dial, order them
  • use "order" from the menu bar by changing the values ​​in order of criteria
  • remove package based on request
  • enjoy

http://msdn.microsoft.com/de-de/library/dd997699.aspx

+2
source

Just stumbled upon it myself. It turns out that the requirements-based test suite is a special case of the query-based suite, which also cannot be ordered. All test cases related to the requirements / user history will be shown in the corresponding test suite.

As for bypassing the default sort order (apparently, the id of the test case work item), I could not find it. However, you can approximate a requirements-based query using a regular query, and then use the ability to sort packages based on queries. There are two problems with this: (1) the requirements associated with the test case are not available in the query editor, so you will have to use some other criteria; and (2) you still do not have a special test case order dispatcher, as is the case with a test suite without a request.

I did not find anything about adding ordering to test suites based on requirements in the upcoming version or in any third-party tool. Maybe something to see in the making.


refs:

+1
source

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


All Articles