Forum Discussion

stm's avatar
stm
Occasional Contributor
5 years ago
Solved

Testcomplete 14 SaveResultsAs does not export summary.htm

Hi,
I use Log.SaveResultsAs(FileNameLogFormatExportVisualizerImagesLogScope) for export Testresults in HTML after the testrun, call is : Log.SaveResultsAs(logpath, lsHTML, true, 0), logpath is defined in a variable.
Testcomplete 14 has the summary report (summary.htm), when I call the export from Testcomplete ID or with commanline parameter, the file summary.htm will be exported, but when I use Log.SaveResultsAs the file summary.htm will be not exported.

 

Is there something wrong with my call for Log. SaveResultsAs or does Log.SaveResultsAs not support the export of summary.htm?

greentings
Martin Stromberger

  • stm's avatar
    stm
    5 years ago

    Hi, I came to the same solution, rework startjobs for local export and power-shell-scripts for moving local export to to a logshare. I'm still considering a downgrade to testcomplete 12 because in my case only the support for newer Firefox versions is required.

    greetings
    Martin Stromberger

4 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Save results saves the log, it doesn't save the summary report because the summary report that you see in TestComplete is created later in the process after the log is saved.  It's not part of the log itself so Log.SaveResultsAs won't save that report.

    • cunderw's avatar
      cunderw
      Community Hero

      Second what tristaanogre said. We had to rework our framework to have our powershell scripts save the logs as opposed to a tear down script inside of test complete to use this feature. 

      • stm's avatar
        stm
        Occasional Contributor

        Hi, I came to the same solution, rework startjobs for local export and power-shell-scripts for moving local export to to a logshare. I'm still considering a downgrade to testcomplete 12 because in my case only the support for newer Firefox versions is required.

        greetings
        Martin Stromberger