Visual studio test explorer tests are stop executing randomly in the middle of test run

212 Views Asked by At

I have written some set of integration tests using XUnit with c#. To complete a single test case takes roughly 7 - 8 minutes and that is expected according to the logics that I'm testing. But the problem is when I run all the tests together(or by right clicking a root of a test tree and select "Run") the tests are start executing. But after about 20 - 30 minutes when I check the tests are stopped in the middle(Ex: if there are 10 test cases to be executed, only 3 or 4 of them are completed and then test execution has stopped). There are no errors reported and rest of the test cases are just on not-ran state. Can someone help me to resolve this issue.

0

There are 0 best solutions below