Home »
MCQs »
TestNG MCQs
What is/are the advantage(s) of TestNG?
5. What is/are the advantage(s) of TestNG?
- It is easier to understand annotations in TestNG than in Junit.
- For implementation, it produces HTML reports.
- Logs are also generated by it.
- All of the above
Answer: D) All of the above
Explanation:
The advantages of TestNG are -
- It is easier to understand annotations in TestNG than in Junit.
- For implementation, it produces HTML reports.
- Logs are also generated by it.