chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
I've seen other posts about this request; none of which were under the 'Feature Requests' - so I am posting this here.

Can you please add the ability to integrate with VS2010's ability to execute unit tests in parallel?

Is there any update on the status of adding the feature for Parallel execution of unit tests?
asked by dblack (8.4k points)

7 Answers

0 votes
Hi dblack,

This feature is in our backlog and should be completed in the upcoming versions.
answered by yoel (1.9k points)
0 votes
Hi,

Any further progress on this? It's coming up on a year now since your update.
answered by dblack (8.4k points)
0 votes
Hi,

We haven't yet found a solution for executing unit tests in parallel.
If you're interested in improving test performance, I recommend you to use our runner.
Typemock's runner tests only the code that was affected by resent changes hence it takes less time.

Regards,
Alex,
Typemock Support.
answered by alex (17k points)
0 votes
Hi Alex,

Thanks for the update :D

Have you investigated using separate/multiple AppDomains when necessary to solve this? I know there is some overhead with AppDomains, but it might be faster than not having Parallel execution.
answered by dblack (8.4k points)
0 votes
Hi Dave,

Thanks for the suggestion, we've considered using multiple appDomains in the past but it raised some difficulties like memory management etc..
Parallel execution is an ability we would like our product to have, but currently we cant forecast
when it will be done.

Regards,
Alex,
Typemock Support.
answered by alex (17k points)
0 votes
Hi Alex,

I'd be happy to provide any guidance or assistance (for free), from either design or implementation perspective, to assist in the difficulties you are having with the memory management for this feature as you mentioned in your previous post. I'd happily sign any NDA required.

I'm known as an expert in this field (CLR internals, memory management, performance, threading, etc.) with 18 yrs development experience, 12 of which are strictly .NET. I've worked for many different very large well-known clients to help in diagnosing and providing solutions for design and implementation issues relating to memory problems, performance, and multithreading/parallel processing. I've also made several Advanced presentations to .NET User Groups on these subjects.

If you'd like, you can review my LinkedIn profile and 23 recommendations noting my strong ability at http://www.linkedin.com/in/daveblack

We can talk offline if you'd like. I'd be more than happy to help you get this designed and implemented so all of your users can benefit from this well desired feature.

Please feel free to contact me if you are interested at dave@daveblack.net :)

Sincerely,
answered by dblack (8.4k points)
0 votes
Has there been any progress made in this area? Any plans on when this feature will be available?

Thank you for your time.
answered by dblack (8.4k points)
...