BTW, don't be surprise to see all the getBundleResponse commands from
Tellurium core,
which is a bundle to hold multiple Selenium/Tellurium API calls, i.e.,
Marco command.

In 0.7.0, everything will be embedded inside this command. Thus, in
the following configuration
section

    bundle{
        maxMacroCmd = 5
        useMacroCommand = false
    }

useMarcoCommand = false just means the bundle size is one, i.e., pass
one command for each
bundle. The combination of Marco Command and UI module should improve
test robust and testing
speed a lot. Anyone has tried out the two new features?

Thanks,

Jian


On Jan 27, 12:09 pm, Jonathan Share <[email protected]> wrote:
> Hi,
>
> It's been a while since I last ran my tests and I'm getting this error
> (see below) as soon as I start my tests (firefox loads the page but
> nothing else happens). Is this some obvious thing that has changed
> that I've not noticed?
>
> Thanks,
>
> Jonathan
>
> com.thoughtworks.selenium.SeleniumException: ERROR: Unknown command:
> 'getBundleResponse'
>         at 
> com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
>         at 
> com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at 
> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)
>         at 
> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
>         at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
>         at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)

-- 
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.

Reply via email to