如何测试 Windows 错误报告?
我的公司通过 Winqual 参与 Windows 错误报告。我们想使用 WERRegisterMemoryBlock 在崩溃报告中添加一些额外的数据。显然,我们希望在发布下一个版本之前确保其正常运行。我们如何测试它?
有没有办法在本地精确预览将要发送的内容?这是否真实地再现了我们能够从 Winqual 检索到的内容?
或者,我们可以从开发人员机器生成真实报告,然后从 Winqual 检索该报告吗?我们如何将该测试用例与其他 Winqual 数据区分开来?
My company participates in Windows Error Reporting via Winqual. We'd like to add some additional data to our crash reports, using WERRegisterMemoryBlock. Obviously we'd like to make sure this is working before we ship our next version. How can we test it?
Is there a way to locally preview precisely what is going to be sent? Does this realistically reproduce what we are going to be able to retrieve from Winqual?
Alternatively, can we generate a real report from a developer machine, then retrieve the report from Winqual? How would we distinguish this test case from the rest of our Winqual data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最好的测试是映射产品的仅测试版本。您可以验证是否存在预期信息,然后确保在发货前更改版本并上传新的产品映射文件
The best test would be to map a test only version of your product. You can verify that the expected information is present and then make sure you change the version and upload a new product mapping file before shipping