August 18, 2018 – Make Selenium Easy

Hello Folks, In this post we will learn an important concept of parameters in TestNG. We know that we can create parameterised methods in a TestNG class and pass parameters to these methods through testng xml. We can pass parameters at four levels: At suite level At test level At class level At method level […]