Forum Discussion

rndasa's avatar
rndasa
Occasional Contributor
7 years ago

is there any way to extract log reports

Is there any framework or any functionality is there to export Log file into a required report format?

I am looking for a test summary report in either FE level or User story level or Test case level instead of whole MHT file.

I developed a Data-driven framework, but i am not able to upload my log into user desired model using test complete.

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    There is no built in functionality to format a report in those formats.  This is something you'll have to write the code for yourself to do the appropriate export.

     

    What I would actually recommend doing is, as a part of your DD framework, have it build a custom report from there rather than do a log export.  Each test case you run in your framework can then output the results in the format you desire based upon your framework setup.