如何在 VS2017 专业版 15.9.8 上获取测试 运行 的代码覆盖率?
How to get CodeCoverage of tests running on VS2017 Professional Version 15.9.8?
我想查找要测试的 dll 中方法的代码覆盖率。
通过 https://docs.microsoft.com/en-us/visualstudio/test/using-code-coverage-to-determine-how-much-code-is-being-tested?view=vs-2017#requirements 我了解到 VS2017 的测试资源管理器中应该有 CodeCoverage 菜单。我没有找到我安装的 visual studio..
那么查找 VS 2017 专业版 15.8 代码覆盖率的过程是什么
代码覆盖率是一项企业功能,专业版不提供。
问题重复
我想查找要测试的 dll 中方法的代码覆盖率。 通过 https://docs.microsoft.com/en-us/visualstudio/test/using-code-coverage-to-determine-how-much-code-is-being-tested?view=vs-2017#requirements 我了解到 VS2017 的测试资源管理器中应该有 CodeCoverage 菜单。我没有找到我安装的 visual studio..
那么查找 VS 2017 专业版 15.8 代码覆盖率的过程是什么
代码覆盖率是一项企业功能,专业版不提供。
问题重复