Vagif Abilov's blog on .NET

Browse by Tags

All Tags » unit testing » NUnit (RSS)
How to configure AutoTest.Net to use Snarl notifications
Important part of continuous testing is instant and clear notification on test results. Developer should not need to inspect small text in Visual Studio output window, test execution results should flash like traffic lights, especially when things go...
NUnitForVS: integrating NUnit tests into Visual Studio
Roy Osherove listed advantages of NUnit over MsTest but also mentioned one MsTest’s strength that can be crucial for many developers: “the integration with other team system tools and reporting is just beyond compare and the reporting alone helps alot...
When NUnit stops working on a build machine…
… then it’s time to check the registry entries. Make sure you see something like this: In case the build runs in the context of a dedicated user, not the one who logs on to a build machine and install applications, then it is likely that the build user...