Forum Discussion
Thanks marsha! I had tried some of these already, but it doesn't do what I need.
Thank you
Abhi
There is no "other log file" built in to TestComplete. In order to write out to another file, you'll need to create code to do so using things like aqFileSystem and so forth. To get them to NOT add into the TestComplete log, you'll need to implement OnLogCheckpoint, OnLogWarning, and OnLogError event handlers to suppress the log entries... in fact, it would be those handlers, as well, that would do the work of writing out to the external file so that, once you suppress them, they would be written in the desired location.
As for counts... built in to TestComplete is the following summary on the log. Note that the counts on this summary only pertain to Test items and how many passed or failed and how many had warnings. These counts do not pertain to the log entries you noted but only the actual "Test Items" within the individual projects.
There is an erorr/warning count available as well. This doesn't break it down by project or test item, just gives totals.
so... to do EXACTLY what you want will take code writing, utilizing the link that Marsha gave you and other similar documentation along with the event handlers I mentioned. So, it's possible to do it, just it will have to be written.
Related Content
- 4 years ago
- 6 years ago
- 11 years ago
Recent Discussions
- 2 days ago
- 8 days ago
- 11 days ago