Forum Discussion

someshg2's avatar
someshg2
Occasional Contributor
11 years ago

Same StartTime and StopTime for every testlog in "Description.tcLog"

Hi..There,



I am trying to export the testlogs to a folder by using the following script



Function getinfo



ResultsFile=Projectsuite.Path



ResultsFile = ResultsFile&"Results\"



Call Log.SaveResultsAs(ResultsFile,0)



End Function



After exporting the testlogs in "Description.tcLog" file , it was surprising that for what ever

result log the start time and stop time is same as shown in screenshot



can u please help me to how to know the start time and stop time in "Description.tcLog" file



Regards,



G.Someswara Rao

2 Replies

  • someshg2's avatar
    someshg2
    Occasional Contributor
    Hi,



    Found the difference in the "Description.tcLog" file start time and stop time are in decimal format so it dint striked for me and after converting the decimal to date format found the difference



    Regards



    G.Someswara Rao