Selenium – All about testNG frameowrk
testNG is a unit testing framework for Java, helps to run our tests(methods) in a guided manner. testNG stands for ‘test Next Generation’ – as this offers more flexibility over JUnit (another testing framework to run the methods). What testNG offers: Need not to have test names in sorting order User friendly annotations. Support for…