Nickolas
4 years agoOccasional Contributor
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 pr...
- 4 years ago
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