Custom Software and Offshore Development | LARION

TestNG Tutorial: Install, Annotations, Framework, Examples in SELENIUM

What is TestNG?

So far we had been doing Selenium tests without generating a proper format for the test results. From this point on, we shall tackle how to make these reports using a test framework called TestNG.

TestNG is a testing framework that overcomes the limitations of another popular testing framework called JUnit. The “”NG”” means “”Next Generation.”” Most Selenium users use this more than JUnit because of its advantages. There are so many features of TestNG, but we will only focus on the most important ones that we can use in Selenium.

Related Articles:
http://www.guru99.com/all-about-testng-and-selenium.html

 

 

More interesting resources

Thumbnail