Litty_John_1Occasional Contributor14 years agoError In ExportingTestsResultsInHtmlFomatHi,I have a script to export the test results In HTML format .Whenever the tests pass the results are getting exported,but when any of the test fails the results are not getting exported in html format .Iam not getting the index.html file .Please help Thanks,Litty
1 ReplyReplies sorted by Most LikedVLapidusFrequent Contributor14 years agoYou can implement an event handler for the OnStopTest event that exports the test log:Sub GeneralEvents_OnStopTest(Sender) Call Log.SaveResultsAs("C:\Results.mht", 2)End Sub
VLapidusFrequent Contributor14 years agoYou can implement an event handler for the OnStopTest event that exports the test log:Sub GeneralEvents_OnStopTest(Sender) Call Log.SaveResultsAs("C:\Results.mht", 2)End Sub
Recent DiscussionsTrial licenseTestcomplete issue with Java17 ( Javax Swing applications)Can not open "Mapped Objects" and "Aliases" window at the same time
Related Content'Project not defined' errors after updating to 15.77.6.7groovy script errorsjavax.net.ssl.SSLException: Connection reset error