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.
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 .
How to go further with this?