客户端 PNUnit 故障排除
我正在使用 PNUnit 框架(基于 NUnit)并行运行测试。基本上,运行程序在客户端计算机上部署 PNUnitAgent 并将 NUnit 测试作为 dll 文件发送给它(这对于 运行 PNUnit 测试)。
问题是测试在客户端计算机上意外失败。我需要对测试如何在客户端运行进行故障排除,但无法使用 Visual Studio,因为它未安装。
我们如何解决 PNUnit 测试失败问题?有没有任何工具或任何简单的方法可以做到这一点?
期待任何快速建议,因为它非常紧急。
I'm using PNUnit framework (based on NUnit) to run tests in Parallel. Basically the Runner deploys the PNUnitAgent on a client machine and sends it an NUnit Test as a dll file (as is normal for running PNUnit tests).
The problem is that the test is failing unexpectedly on the client machine. I need to troubleshoot how the test is running at client end but cannot use Visual Studio as its not installed.
How can we troubleshoot PNUnit test failures? Is there any tool or any easy way to do this?
Expecting any quick suggestions as it is very urgent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Smoke-errors.log 文件中查看测试错误,该文件由 PNunit 启动器自动生成,并默认保存在 PNunit 启动器二进制路径中。
you can review the test errors at the smoke-errors.log file, it's automatically generated by the PNunit launcher and saved, by default, on the PNunit launcher binary path.