/ Published in: DOS Batch
Simply specify your test class name in SOURCE variable.
Expand |
Embed | Plain Text
@ECHO Connecting to Selenium core server to test TestCreate @java -cp .;%CD%\%JUNIT%;%CD%\%DRIVER% %RUNNER% TestCreate :COMPILE_ERR @ECHO Error encounted during compiling. :MEM @ECHO Compiling TestCreate.java @javac -cp .;e:\code\java\selenium-java-client-driver.jar;e:\code\java\junit-4.0.jar TestCreate.java :HELP @ECHO Options: @ECHO Use /clean to clean *.class :CLEAN @DEL /F /Q *.class :END
You need to login to post a comment.
