Save log automatically when executing Test in TestComplete through TestExecute
Background: After executing test in Test Complete through Test Execute, Confirm dialog of Test Execute comes up to save the changes in mds file. So basically this confirm dialog comes up to save log file generated after execution of test
My requirement is not to get the confirm dialog after execution.
1 One way is running Test Excute in /SilentMode but what other pop ups will be disabled?(I am apprehensive about this option because i don't want to disable valid related error pop up)
2 Can anyone tell how to automatically save the log file so that confirmation message didn't come up.
3 Or How to Access TestExecute Objects in TestComplete so that through automation i can automatically click yes in confirm button?
4 Or any way to select default option yes in the confirm dialog?