Forum Discussion

kaivi's avatar
kaivi
Contributor
6 years ago
Solved

ExportLogToXMLAlso

Hi,   I'm trying to export the TestExecute log data as XML. I have three runs in TestExecute and three Log.mht, but no xml files. Did I do something wrong?     start /wait "TestExecute" "...
  • tristaanogre's avatar
    tristaanogre
    6 years ago

    The /ExportLogToXMLAlso is only used with UnPacked Stroage... MHT is the packed/compressed.  When you specifiy the file name, you are specifying the format.

    Change the extension on the file you're creating to HTML.

     

    start /wait "TestExecute" "C:\Program Files (x86)\SmartBear\TestExecute 14\Bin\TestExecute.exe" 
    "C:\Development\testcomplete\Testsuite\Testsuite.pjs" /r /p:BoxInfo /e /ns /DoNotShowLog
    /el:"C:\Users\test\Desktop\LogFile_TBInfo.html" /ExportLogToXMLAlso