I'm having trouble getting custom extensions to work. I've been
successful in running Tellurium and getting it to test my UI but have
not been able to get past this stumbling block.
I'm setting up Tellurium as follows:
TelluriumEasybTestCase tellurium = new
TelluriumEasybTestCase();
tellurium.setCustomConfig(true, 5555, "*firefox", true, null,)
tellurium.start()
tellurium.connectSeleniumServer()
tellurium.connectUrl("http://localhost/wfc/logon")
Then I've created a custom user extension file and a custom class as
shown in the following document:
http://code.google.com/p/aost/wiki/UserGuide070TelluriumBasics#User_Custom_Selenium_Extensions
For some reason I'm getting an error "Cannot invoke method doCommand()
on null object". Am I setting Tellurium up incorrectly or trying to
access the custom command incorrectly?
Thanks for the help,
KevinO
--
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.