Login
Remember
Register
Ask a Question
What are the types of reports generated in TestNG by default?
+1
vote
asked
Apr 19, 2021
in
TestNG
by
rajeshsharma
What are the types of reports generated in TestNG by default?
#testng-reports
testng-reports-generation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 19, 2021
by
rajeshsharma
TestNG generates two types of reports by default after the execution of all the test methods finishes. They are:
Emailable Reports
Index Reports
Subsequently, you can learn more about it here, What are emailable and index reports in TestNG?
...