Forum Discussion
Marsha_R
Champion Level 3
7 years agoDo you know for sure that error test count and warning test count are non-zero inside your test? I would look at that first.
booradley
7 years agoOccasional Contributor
Yes, I verified that several of the tests that ran before I dumped the logs have errors. Interestingly, the "error count" field is > 0 but "error test count" = 0.
When the program stops, the log file that is created shows the correct error test count even though no new tests have been run. Unfortunately, I really need to get the error test count while the program is running. I was hoping to get this from the OnStopTest event handler.