July 2019
Intermediate to advanced
536 pages
12h 57m
English
In order to provide test results to the IDE console, or to a log file, users must build a test listener class into their framework. There are many open source classes available for use, as well as a TestNG class called TestListenerAdapter, which can be extended to provide custom logging information in real time. In other words, users can get results while the tests are running by logging them to the console, or by logging the data to a file.
How do you use it? How does it keep track of all the test results while the suite of tests are ...
Read now
Unlock full access