Forum Discussion
Hello Chris,
I am not aware of performance issues with exporting Log. How long does it take TestComplete to export the Log data on your machine? Can you reproduce this issue if you create a new simple project and make it export the Log data in a similar way? Can you send us your TestComplete project?
- chicksRegular ContributorDid this get resolved?
I am also having hanging IE / slow export files when using this. Here's my code:
function GeneralEvents_OnStopTest(Sender)
{
Log.Message("about to save results on stop test event");
Log.SaveResultsAs("c:\\TestCompleteLogs", 1, true);
Log.Message("done saving results");
}
I've seen both hanging IE a(test execute) as well as taking 30 minutes to log a test script that ran in less than 30 minutes with no errors. TestComplete 8.6
Curt Hicks - chris_reynoldsOccasional ContributorYes, I received a patch from SmartBear support that resolved the problem.
I haven't upgraded to 9.0 yet but I expect the patch has made its way into the TC9.0 build. - chicksRegular ContributorThanks very much !
Regards, Curt
Related Content
- 14 years ago
- 14 years ago
Recent Discussions
- 17 hours ago