I'm working on Selenium2 (Java) with testng 6.7 frame work. I'm using @parameters
for getting the parameters from testng.xml. I have done everything in correct way.
Everything works perfectly. But some times it is not working. Simply all the test cases are skipped. If I removed the @Parameters({"dsfsfdf}}
. It works well.
Can any one help me why this is not working some times.