我在eclipse和jre编译器中使用java在selenium web驱动程序中编写了一个程序。
现在我需要使用.bat文件运行此代码。
请您指导,如何继续?这样就可以使用这个bat文件运行selenium web驱动程序。
答案 0 :(得分:0)
设置projectLocation = F:\ Selenium \ TestNGBatchExample
cd%projectLocation%
设置classpath =%projectLocation%\ bin;%projectLocation%\ lib *
java org.testng.TestNG%projectLocation%\ testng.xml