Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是测试选择的最佳工具,最好使用NUnit和NCover。我希望能够获取更改列表或更改文件列表,并根据以前的代码覆盖率数据确定可能给我测试覆盖率的测试用例。
显然这里存在先有鸡还是先有蛋的问题。由于代码已更改,我们需要执行测试并测量覆盖率以确定哪些测试覆盖了新代码。假设我有数百或数千个测试用例需要数小时才能执行,并且我只想运行少数为修改的特定文件(或函数)自动选择的测试。