Read the status of .mht file which is already Exported
Hi Team,
I am trying to read the status of log file which is already exported by using the TestComplete Command Line using powershell script.
please help me out with the logic to achieve the same.
thanks in advance.
Thanks and Regards,
Sathish Kumar K
Hi,
.mht files are archives that contain the whole web page along with all required additional resources.
Something from below might inspire you with some sort of solution applicable for your project:
https://forum.katalon.com/t/saving-web-page-as-mhtml-in-katalon-studio/49368
https://stackoverflow.com/questions/3230305/how-to-read-or-parse-mhtml-mht-files-in-java
https://www.google.com/search?q=jscript+parse+mht+file
P.S. Somewhere in time there was a sample project published either on this forum or on SmartBear's site about analysis of the .mht log, but I don't have it at hand at the moment.
Update: Found it. It appeared to be not TestComplete project but just a powershell script. Though it looks like that it contains what you are looking for.