質問

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)

役に立ちましたか?

解決

You can use http://trx2html.codeplex.com/ which provides an easy way to convert an rtx file into an html document.

他のヒント

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.

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

  1. Download the Trx2Excel application from here and run the application.
  2. Select the option: Get data from one file or from a folder.
  3. Select the result file (for single file option) or result folder (for multiple files option).
  4. Select the location and the saved file (the output file).
  5. Click the Convert button.
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top