Disable logging of a single TestedApp
Can I disable logging of a single TestedApp?
Currently in my project I test one application and I want all inputs and data out of this application.
But I also have two other TestedApps in the project, which I don't care about their input logs because they are support applications. I have them as TestedApps mainly for the ease to run them and specify run parameters.
One of the examples of logging that I don't care about these specific apps is "The button was clicked with the left mouse button". But I still want these logs about the main TestedApp.
Is there a way to disable logging for these specific applications?
If the parts of the test that you don't care about are all grouped together somewhere, then you can use this to turn logging off before that section and back on again afterwards.
https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log/enabled.html