Forum Discussion

ankita_sharma's avatar
ankita_sharma
Occasional Contributor
11 years ago

Log.SaveResultas(aPath, IsHTML) doesnot generate a file which have Pass, Fail Status.

Hi All,



I was actually trying to extract the Pass, Fail Status from the Resutl file which is failed.



I used the following code:



'Export logfile

Dim aPath

aPath = "D:\Results\"

Call Log.SaveResultsAs(aPath, IsHTML)



But the files which are saved have only pictures and few files but none of the files have the Pass , Fail information.



Can anybody please guide me in order to extract the information of Pass, Fail TCs which command should I use.



I tried using Log.SaveResultsAs(aPath, IsMHT) but it was of no use.