Home »
MCQs »
TestNG MCQs
Which of the following is/are the method(s) in ITestListener Interface?
60. Which of the following is/are the method(s) in ITestListener Interface?
- onTestStart()
- onTestSuccess()
- onTestFailure()
- All of the above
Answer: D) All of the above
Explanation:
The following are the methods in ITestListener Interface -
- onTestStart()
- onTestSuccess()
- onTestFailure()