Ordering test according to when they were executed in Visual Studio

Posted by Shiraz Bhaiji on Stack Overflow See other posts from Stack Overflow or by Shiraz Bhaiji
Published on 2010-05-25T08:49:51Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 229

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008