1. Source not found: The jar file selenium-java-client-driver.jar has no source attachment stackoverflow.comI am creating test cases using Junit framework and eclipse. Once I complete my execution of script I am getting below error: It also gives me the option to attach the source.
|
2. running junit from command line with jar file stackoverflow.comI have two java file, Point.java and PointTest.java. The work fine in eclipse but I'm trying to compile them through commandline I downloaded the junit 4.8.2 jar file into the same directory ... |