Interview Questions

Selenium WebDriver - What is the command line we have to write inside a .bat file to execute a selenium project when we are using testng ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - What is the command line we have to write inside a .bat file to execute a selenium project when we are using testng ?

java -cp bin;jars/* org.testng.TestNG testng.xml

(Continued on next question...)

Other Interview Questions