Login
Remember
Register
Ask a Question
How can you prepare customized html report using TestNG in hybrid framework ?
0
votes
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
How can you prepare customized html report using TestNG in hybrid framework ?
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2019
by
john ganales
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
...