In TestNG test are not getting executed parallely on method level, I have set the parallelization of the tests on the basis of method in the xml, please suggest?
Hi Mark,
Please make sure to use the before and after annotations in the base class as "@BeforeMethod"
and "@AfterMethod"