سؤال

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