I searched googled and played with test scripts (powershell / spec / nunit / msbuild). I am looking for a tester who will monitor my code and will constantly rebuild and re-run all my tests for a solution. I am currently using Resharper, which has real-time compilation analysis of my code, a test pilot resolver, and a testable .Net.
If the solution was automatically compiled, conducted my tests and gave a report with a red / green dot (maybe even give me a report with hyperlinks), that would be ideal.
Edit: I found exactly what I was looking for: the tool I found does exactly what I want: http://www.ncrunch.net/ This is not an ad.
Also, TestDriven.Net with a shortcut (cntrl + shift + q) works very well.
source share