I am a new learner of C# so my question may be irrelevant. I have written a test suite in C# but the summary report gets created as .trx file. I have another tool to convert .trx to .html file. Can anybody tell me how can i integrate the tool in C# test project so that the result of testing can also be saved as .html file?
I did some trial and error but found no solution as .trx is created once the testing is over and no more execution of methods are left. So i am not able to call the trxConverter class also.
Your valuable suggestions are required.