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 DiscussionsProcess "crashed" and test fails when closing the application in testName mapping goneTestComplete: Connect to Azure Cosmos DB
Related Contentgroovy script errorsjavax.net.ssl.SSLException: Connection reset errorZephyr Error Codes ??