I\'m trying to run a testing suite using XML and TestNG, but I\'m always getting the same message using both: Eclipse and the command line:
[TestNG] Running:
/
I had done all possible solution that everyone shared here and still does not work.
Heard someone mentioned creating a new workspace.
So I started a new workspace and recreated the whole TestNG suite & methods.
It worked!
Most probably my other TestNg stuff in my previous workspace could have conflicted with the recent Testng setup.
So starting a new workspace solved!