vsperfmon 未收集 ASP.NET MVC 网站的任何覆盖率数据
我正在使用 vsperfmon 收集 ASP.NET MVC 网站的代码覆盖率信息。我的最终目标是在对网站运行浏览器自动化测试时收集代码覆盖率数据。这是我现在正在做的事情
- 使用 vsinstr.exe 来检测 asp.net mvc 网站的 DLL vsinstr.exe /coverage
以覆盖模式启动 perfmon vsperfmon /start:coverage /output:c:\result.coverage /user:
在这里,对于用户名,我尝试了“网络服务”、“所有人”以及为我的网站的应用程序池配置的用户。我也尝试过跨会话选项。
- 浏览网站几分钟
关闭 perfmon vsperfcmd /关闭
我还尝试在运行步骤 4 之前关闭 iis
之后,当我在 Visual Studio 中查看 results.coverage 时,它说覆盖文件为空。
我是吗这里缺少一些东西
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
- Use vsinstr.exe to instrument the DLL of the asp.net mvc website
vsinstr.exe /coverage 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.
- Browse the website for few minutes
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论