Different ways to run testng.xml file
Basics of testng.xml is covered in last post, now let’s see different ways to run testng.xml Using code editor pane In Eclipse / InteliJ editor, right click on the project, select Run As -> TestNG Test or You can run specific testNG test methods, by clicking on the green play icon left to each @Test…