简体   繁体   中英

Ordering test according to when they were executed in Visual Studio

We are using Visual Studio 2008.

We have a solution with ca. 1000 tests. We run the tests from a script which produces a trx file.

Two of our tests timeout, due to what looks like a database lock. When we run the tests alone, they run fine.

How can we findout which tests were run just before the ones that are getting the timeout?

In the test results tool window right click on the grid headers, that allows you to add the Start Time column. Click on that column to sort by start time.

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