Let me answer your questions one at a time. :-)
The log files saves al the event data like Windows was clicked with left mous button.
I have to filter it so it only show messages. But I want all the messages in 1 txt file. |
In TestComplete, under Tools | Current Project Properties | Playback, there's an option (displayed in screenshot below) to limit the number of events showing in the log file. What should happen with that value set is that, in the log, you will only get Messages so long as there are no warnings or errors. If there is a warning or error, the last x number of events (as indicated by the option), will be logged as well to assist in debugging what went wrong. Set this value to a non-zero number and that should help "clean up" your log.
| Is it possible to use the aqFile method in a Keyword test? |
Yes, it is. You will have to use the Call Object Method operation to call the methods on the aqFile object, but it's doable.