ChrisLau90;8522 wrote:Hi, thanks for the reply.
No I have not tried to do this yet. I will try to do this today and let you know how it goes. The problem is this project has about 3000+ unit tests so it could take a while!
Cheers
I recommend the 'binary search' method, in which you run 50% of your tests, then wait to see if it happens.
Based on your result, you can choose whether to run the other 50% of your tests, or split the original 50% in two, and run half of them. Usually you can narrow it down to a single test within a few short runs.