Excel 格式的 Microsoft 测试结果
是否有任何工具可以将 trx 文件转换为 Excel 格式?
我正在寻找能够在测试套件执行时自动发布单元测试结果的东西(不需要微软团队服务器)
Is there any tool exist that transfroms trx file into Excel format?
I am looking for something that will automate unit test result publishing at the time of test suite execution (without requiring microsoft team server)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 http://trx2html.codeplex.com/ 它提供了一种将 rtx 文件转换为一个 html 文档。
You can use http://trx2html.codeplex.com/ which provides an easy way to convert an rtx file into an html document.
如果您只需要有关测试名称以及是否通过或失败的信息,您可以从测试结果 UI(在 Visual Studio 中)复制列并粘贴到 Excel 上。
If you just need the information about the test name and whether passed or failed, you could copy the columns from Test Results UI (in Visual Studio) and paste on excel.
我为此建议创建了一个工具,trx 文件将转换为包含有用信息的 Excel 2010 格式。
请尝试:https://youtu.be/G7VASkhim7I
说明
I created a tool for this propose, the trx file will be converted to Excel 2010 format with useful information.
Pls try: https://youtu.be/G7VASkhim7I
Instructions