log postprocessing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
log postprocessing
does anybody use log postprocessing?
- remove unwanted entries?
- remove unnecessary Pictures?
- some clever comparison with previous results?
- ...?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the pictures, I would just turn them off in the project properties until the time comes that you need them for debugging.
What other unwanted entries are there?
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are lots of entrries in the log useless for me. An example are the "The window got Focus" Events, but also others
I do use Event handling to get the log I want.
So I could suppress anything I do not really want to have by Event processing, even Pictures. I also take TC Event items and put in my application data there as controltype and caption.
The Problem is, that TC 11 messes up the Picture logging sequence when I apply my test libraries. The Support was not able to reproduce the error, and I was not allowed to let them have our application.
The test libraries are based on ODT.
As a Workaround, when I Keep the unwanted Event items, the Picture sequence is resynched again.
So, I can't turn off the Picture logging. 😞
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You Can try this. it may help you.
log.LockEvents
' here is your statements which is generate log like - Window got focus/Window was click/Keyboard input
log.UnlockEvents
