I am looking for a way to write to different log files in one test.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017
04:15 AM
09-12-2017
04:15 AM
I am looking for a way to write to different log files in one test.
What I am looking for is something like
log1 = logfile("log1.txt")
log2 = logfile("log2.txt")
log1.Message("test started")
log2.Message("special message for the other log")
log1.Message("test failed!")
log2.Message(..)
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017
04:47 AM
09-12-2017
04:47 AM
Hi,
This should help you: https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqfile/writetotextfile.htm...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017
05:00 AM
09-12-2017
05:00 AM
This would be helpful for you -
https://support.smartbear.com/testcomplete/docs/testing-with/log/posting/messages.html
