jr348
5 years agoContributor
Creating a secondary log
Does anyone know if it is possible to create a secondary log in addition to the one TestComplete uses by default?
So in tests we could write to this message related to some application parameters and states so they are not buried in the detail of the main log. This would be supplied to non-technical people.
So in the test we would have something like:
Log_Message_Secondary_Log("Main application opened")
...
Log_Message_Secondary_Log("Create button clicked")
At the end this could be exported in the same way as normal logs in the event of an error for instance as manual steps to reproduce.