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: /
if the @Test method is public boolean() with return type as true/flase it doesnot execute.. strange but worked in my-case.