vsperfmon 未收集 ASP.NET MVC 网站的任何覆盖率数据

发布于 2024-12-13 05:35:50 字数 771 浏览 4 评论 0原文

我正在使用 vsperfmon 收集 ASP.NET MVC 网站的代码覆盖率信息。我的最终目标是在对网站运行浏览器自动化测试时收集代码覆盖率数据。这是我现在正在做的事情

  1. 使用 vsinstr.exe 来检测 asp.net mvc 网站的 DLL vsinstr.exe /coverage
  2. 以覆盖模式启动 perfmon vsperfmon /start:coverage /output:c:\result.coverage /user:

    在这里,对于用户名,我尝试了“网络服务”、“所有人”以及为我的网站的应用程序池配置的用户。我也尝试过跨会话选项。

  3. 浏览网站几分钟
  4. 关闭 perfmon vsperfcmd /关闭

    我还尝试在运行步骤 4 之前关闭 iis

之后,当我在 Visual Studio 中查看 results.coverage 时,它​​说覆盖文件为空。

我正在关注此视频 - http://www.asp.net/visual-studio-team-system/videos/how-do-i-enable-code-coverage-and-profiling-in-product-应用程序

我是吗这里缺少一些东西

I'm using vsperfmon to collect code coverage inforation for an asp.net mvc website. My ultimate goal is to collect code coverage data while I'm running browser automation tests against the website. Here is what I'm doing right now

  1. Use vsinstr.exe to instrument the DLL of the asp.net mvc website
    vsinstr.exe /coverage
  2. Start perfmon in coverage mode
    vsperfmon /start:coverage /output:c:\result.coverage /user:

    Here for username I have tried "Network Service", "Everyone" and the user configured for the app pool of my website. I have also tried cross session option.

  3. Browse the website for few minutes
  4. Shutdown the perfmon

    vsperfcmd /shutdown

    I have also tried shutting down iis before running step 4

After this, when I look at results.coverage in visual studio, it says coverage file is empty.

I'm following this video - http://www.asp.net/visual-studio-team-system/videos/how-do-i-enable-code-coverage-and-profiling-in-production-applications

Am I missing something here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文