Forum Discussion
scottb
11 years agoContributor
I am considering adding an event handler for log message to write out test results to a .CSV file. The scheme I am considering using is to create a custom Priority value as a global variable and use it as a parameter when logging a message, and having the event handler trap messages with that priority. The trapped messages would be written to a .CSV file. I would only need to check the .CSV file to see the results of the test cases. The .CSV file could be imported into a master QA database.
To me the TC Log is more like a log4j type of log that records script execution results. But it also mixes test case results with the runtime results. That is the problem we are both trying to solve.
Let us know what you come up with. I am very interested in this topic.
TIA
To me the TC Log is more like a log4j type of log that records script execution results. But it also mixes test case results with the runtime results. That is the problem we are both trying to solve.
Let us know what you come up with. I am very interested in this topic.
TIA