nandini92
7 years agoNew Contributor
Saving logs takes too much time
Hi Community,
I've executed 12 testcases from Test Items and at the end I've called SaveResultAs method to save the logs for the complete project in a seperate folder..
So after executing all the testcases, it is calling SaveResultAs method to save the logs. Its taking too much time to save them and hence I'm facing performance issue. Is there any way to resolve this?
Regards,
Nandini
My guess is you're not doing anything to limit the number of images being saved. Take a look at Log.LockEvents. It will prevent the log from saving every single even image, and save just a specified amount leading up to an error.