scout208 / Trx2Excel

Utility to Convert MSTest trx file to excel report file

Home Page:https://www.udemy.com/user/rahulrathore3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trx2Excel command line utility

Command line application for converting MStest trx result file to Excel spreadsheet

How to use the application

To use the application

	Trx2Excel.exe <Trx result file location> <Excel file spreadsheet location>

Video Tutorial

Visual Studio TRX file to Excel Report Generator : https://www.youtube.com/watch?v=49OxAGZBHgc&list=PLlsKgYi2Lw72Glr4QeuN0WZjuOgdzdAVO&index=4

To see this whole thing running simply checkout this project, build it and run this command:

Trx2Excel.exe "F:\TrxFiles\SeleniumResult.trx" "D:\Reports\SeleniumExcelRep.xlsx"

Report

Trx file

Cmd file

Excel Spreadsheet

Excel Charts

About

Utility to Convert MSTest trx file to excel report file

https://www.udemy.com/user/rahulrathore3/

License:GNU General Public License v3.0


Languages

Language:C# 100.0%