I am currently working on the selenium web driver and testng on Eclipse IDE. I usually run the test from the XML file that i have created which runs all the methods in the eclipse.
Now i want to create a simple executable jar which should do the same i.e its running point should be the XML file so that each test is executed .
I am trying hard on this. Please give me some advice on how to go further with it