Quantcast
Channel: Interleaved tests
Browsing latest articles
Browse All 7 View Live

Interleaved tests

Ok, so MSTest does NOT execute in paralell.Are there plans for allowing this? We would certainly want our tests to run faster. Right now I have a beast running the actual build on 8 MSBuild agents on...

View Article



Interleaved tests

Got it.  Thank you gentlemen. I appreciate your assistance. My question did not pertain to load testing. It was an observation that many Internet Explorer windows would be opened and we would get...

View Article

Interleaved tests

Hi, Actually, it isn't in parallel.  What the link is saying that there is no "deterministic" ordering of the execution of the test.  That means that it may execute in one way the first time, and then...

View Article

Interleaved tests

Tests absolutely do NOT run in parallel when run in VS or via mstest.exe. If they are run in a Load Test through VS then that is a different story. Basic execution, however, is always serial....

View Article

Interleaved tests

Bill, Thanks for the reply. I did find the post below that seems to imply that tests run in parallel. My aim is not to contradict you but rather, if anyone can shed some light, I'll appreciate it....

View Article


Interleaved tests

Hi Victor So far as I know, MSTest executes tests one by one. It executes the next test only if the previous one is returned. Thus it's likely to be a problem in ArtOfTest. It seems you are invoking...

View Article

Interleaved tests

Hi, We are using ArtOfTest, which allows us to drive a browser and code Web tests. The problem we are encountering has to do with our continuous integration environment. I just found out that our...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images