TRX files are Visual Studio test results
file. For any reason, if you end up having multiple TRX file you still
can merge all of them into one file using utility given below. Multiple
TRX files can generate as a result of test suit failing and a re-run is
required when only failed cases are executed.
Merge TRX files- (only 2 files at a time)
Convert TRX file into more user friendly format like HTML-
Merge TRX files- (only 2 files at a time)
- Download this utility
- Copy all TRX files in the same folder
- USAGE: trxmerger.exe <input1>.trx <input2>.trx <output>.trx
Convert TRX file into more user friendly format like HTML-
- Download this utility
- USAGE: VSTSTestReport.exe "C:\<filename>.trx" <filename>.html
Cheers!
Abhay