Category:
TestNG
- TestNG provides different assertions that help in checking the expected and actual results.
- It provides parallel execution of test methods.
- We can define the dependency of one test method over others in TestNG.
- Also, we can assign priority to test methods in Selenium.
- It permits the grouping of test methods into test groups.
- It allows data-driven testing using @DataProvider annotation.
- It gives inherent support for reporting.
- It has support for parameterizing test cases using @Parameters annotation