scottb
11 years agoContributor
How do you use the Log system to track test failures?
When I look at the TC Log system it looks like a mix of log4j and pass/fail logging. I am wondering if anyone has a different take on using the Log system.
The reporting system looks confusing to me. It reports script failures as test failures, which is incorrect. I'm wondering if it might be useful to use Events to slurry off the log4j type of stuff to a filesystem file and just allow intended tests to make entries into the Log. Or might it be better to put the intended test results somewhere else, like a .CSV file or SQLite table or something.
The reporting system looks confusing to me. It reports script failures as test failures, which is incorrect. I'm wondering if it might be useful to use Events to slurry off the log4j type of stuff to a filesystem file and just allow intended tests to make entries into the Log. Or might it be better to put the intended test results somewhere else, like a .CSV file or SQLite table or something.