Forum Discussion
googleid_105613
12 years agoOccasional Contributor
I understand your concern with trying to keep the log easy to analyze. I've been using TestComplete for 8 years, and I fully understand how difficult this can be at times. If you're consistent with putting the PopLogFolder call in the Finally block for each function you call, you shouldn't have any issues with the nesting of the log, and you shouldn't have to keep track of the log folder ID's. In order to make it easier, where you have sections in your main test function that you want to group in a folder, make that a separate function.