Hi Jian,
You may also want to add to that how-to that you need to include the
following external libraries in addition to the ones listed:
antlrworks-1.4.jar
json_simple-1.1.jar
stringtree-json-2.0.5.jar
And, you have to go hunting to find selenium-java-client-
driver-1.0.1.jar because Selenium does not have that on their
downloads page and DefaultSelenium will not resolve without it. I had
hoped that the Seleniun RC zip would work in place of this jar but it
didn't. It seems like it would make sense for that to be included in
the Tellurium 0.7.0 tarball.
Also, the TelluriumConfig.groovy in the how-to doesn't work with 0.7.0
so I had to follow the URL in the runtime error to go find one that
would.
Now, I am seeing:
groovy.lang.MissingPropertyException: No such property: ui for class:
NewGoogleStartPage
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:
49)
at
org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:
86)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:
241)
at NewGoogleStartPage.defineUi(NewGoogleStartPage.groovy:15)
at
GoogleStartPageJavaTestCase.initUi(GoogleStartPageJavaTestCase.java:
13)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod
$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:
15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:
41)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
27)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:
31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:
46)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
467)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
683)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
197)
I cannot find anything in the wiki for this and I just do not
understand Groovy enough to make sense of this. So far all of my
errors have been syntax changes from one version of a jar to another
so I assume this probably is as well but I do not know what.
Thanks.
-Kristin
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.