↧
On-screen performance monitoring for acceptance tests
If you record videos of your automated acceptance tests (we are using CamStudio), an excellent addition is to install the free Prism HUD utility. This will give you on-screen (but transparent to mouse...
View ArticleUnknown Hard Error
This stupid error plagued me for almost a year before a colleague of mine found a fix. If you see this: You can make the following registry change to avoid this. This was happening on machines that...
View ArticleRun unit tests in a batch loop
We had a case where a tests was randomly crashing the MSTEST agent process, leave no trace of the root cause. So to reproduce, we ran the test in a loop in both MSTEST and xUnit frameworks using the...
View Article