Forum Discussion

blakejesch's avatar
blakejesch
New Contributor
6 years ago
Solved

Exporting Test Execute Reports

Is it possible to run test execute and have it generate a format that i can put into TFS? I'd like to convert the output to mstest/junit format so i can upload to TFS and track runs/history.

 

I see the export results can be .mht,tcLogX,html,htm. But i do not see a way to parse this data. Is there a way to do that?

  • Not straight out of the box, no.  You would have to write some sort of script code work to parse an exported log file format and generate the file type you want.  Alternatively, you could manually write the output to a database and then use some sort of SSIS job to process the data into the desired format.

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Not straight out of the box, no.  You would have to write some sort of script code work to parse an exported log file format and generate the file type you want.  Alternatively, you could manually write the output to a database and then use some sort of SSIS job to process the data into the desired format.