Interview Questions

Selenium WebdDriver - From your test script how you can create html test report?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - From your test script how you can create html test report?

To create html test report there are three ways
TestNG: Using inbuilt default.html to get the HTML report. Also XLST reports from ANT, Selenium, TestNG combination
JUnit: With the help of ANT
Using our own customized reports using XSL jar for converting XML content to HTML

(Continued on next question...)

Other Interview Questions