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 ...
  • tristaanogre's avatar
    6 years ago

    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.