I want to know how can i use listeners in my java code? Also what changes are to made in the xml file if i want to incorporate the listeners? I added org.testng.ITestNGListener then too the program is throwing errors?
Asked
Active
Viewed 7,621 times
1 Answers
1
Do you have any specific questions that are not covered by the documentation:
http://testng.org/doc/documentation-main.html#logging
?

Cedric Beust
- 15,480
- 2
- 55
- 55
-
Getting better reports/logs , is this the only use of **@Listeners** annotations, if not can you help us by giving some example, how can we use this annotations in scenarios – Pushpraj Singh May 14 '13 at 05:28