NCrunch is an automated concurrent testing tool for Visual Studio.
It intelligently runs automated tests so that you don’t have to, and gives you a huge amount of useful information about your tested code, such as code coverage and performance metrics, inline in your IDE while you type.
這個工具吸引 shortie 記錄的幾個特點:
- 自動化同步測試 (automated concurrent testing)
- 提供覆蓋率 (code coverage) 與其他效能指標 (performance metrics)
有機會玩過後再補上評論.