Hello guys ,
Plz plz for goodness sake help me for the below issue .. I have lost my whole holidays for the below doing all permutations combinations for solving this :( -
Below is step wise description for the issue :
1. I created my TESTNG Xml -file(TESTNG_profileChnge_Run.xml) to run selected tests and it was correctly executing in Eclipse IDE by running it .
2. Then I decided to have batch file of it so I created below bat file with below description :
java -classpath "D:\Selenium\Library\TestNG_Jars\testng-6.8.jar";"D:\Selenium\Library\selenium-server-standalone-2.47.1.jar";".\src" org.testng.TestNG "D:\Selenium_workspace\TestNG_Multipletestcase\TESTNG_profileChnge_Run.xml"
pause
but it is throwing error [TestNG] [Error] Cannot find class path.
M not sure why it is throwing me this errors . Can any one kindly help for this one ?