Home »
MCQs »
TestNG MCQs
What is/are the benefit(s) of TestNG Annotations?
44. What is/are the benefit(s) of TestNG Annotations?
- It was very easy for testers to work with TestNG Annotations.
- The additional parameters can be passed to TestNG Annotations.
- A test class does not need to be extended to use TestNG annotations.
- All of the above
Answer: D) All of the above
Explanation:
The benefits of TestNG Annotations are -
- It was very easy for testers to work with TestNG Annotations.
- The additional parameters can be passed to TestNG Annotations.
- A test class does not need to be extended to use TestNG annotations.