Daily Usage Issues

View tests ordered by their test execution duration?

Started by GreenMoose on 5,669 views

v 2.26.0.1/vs2015

Hi,

Is there a way to view tests ordered by their execution time? When I order on the "Last execution time" column it seems to basically show the compile time of the test project, and then when expanding the tests themselves it seems to be in an arbitrary order.

(My scenario is I have quite a few long running tests in a test suite of 12 000+ tests which I want to find and see if I can track down the issues).


Thanks.
I believe I just found the answer, in "Test structure" combo select the "Test" option and then sort on the "Last execution time" column :)
GreenMoose wrote:I believe I just found the answer, in "Test structure" combo select the "Test" option and then sort on the "Last execution time" column :)


This is exactly the intention. I doubt anyone would use the test only tree structure for anything else :)

Another option is to export to CSV then sort using another tool (like Excel).

Post a reply

Log in to reply.