Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How does .TEST handle threads? Does it detect thread-related problems?

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in dotTEST
.TEST ships with some coding standards rules that help in making a multi-threaded program more robust. If you are running NUnit tests with a multi-threaded program, then .TEST handles exceptions thrown by threads other than the main test execution thread to the best extent possible and reports such violations as well. .TEST will also try to ensure that in such a situation, the maximum number of tests will get executed (instead of aborting immediately as many execution engines do).
Tagged: