Interview Questions

Selenium WebdDriver - How can you prepare customized html report using TestNG in hybrid framework ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - How can you prepare customized html report using TestNG in hybrid framework ?

There are three ways
Junit: With the help of ANT
TestNG: Using inbuilt default.html to get the HTML report. Also XST reports from ANT, Selenium, TestNG combinations Using our own customized reports using XSL jar for converting XML content to HTML

(Continued on next question...)

Other Interview Questions