Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulrathore44/trx2excel

Utility to Convert MSTest trx file to excel report file
https://github.com/rahulrathore44/trx2excel

excel report trx trx-to-excel

Last synced: about 2 months ago
JSON representation

Utility to Convert MSTest trx file to excel report file

Awesome Lists containing this project

README

        

### 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

```c
Trx2Excel.exe
```

### 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](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Trx.PNG)

![Cmd file](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Capture.PNG)

![Excel Spreadsheet](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Excel1.PNG)

![Excel Charts](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Excel2.PNG)