Good question. Tellurium Engine plays the same role as Selenium Core. In Tellurium 0.6.0, the architecture looks as follows,
Tellurium Core( Object - Locator Mapping ) - Selenium API -> Selenium RC -> Selenium Server -> Selenium Core. For Tellurium 0.7.0, the architecture becomes Tellurium Core (UI module parse and command bundling) -> Bundle request -> Selenium RC -> Selenium Server -> Tellurium Engine + Selenium Core. You may notice, tellurium 0.7.0 uses the bundle request, not any API directly. That also means you don't need to extend the Selenium class if you want to add your own methods. All commands will be bundled together. The Tellurium Engine does not totally decouple with Selenium core yet and that is why you can switch between them very easy. But hope someday in the future, only Tellurium Engine exists. For Selenium RC and Selenium Server, we haven't put any effort into it yet. If there is any need, we will replace them as well. But the question is how can we improve them? Please don't be confused by the trunk Engine project, which actually build the custom Selenium server with Tellurium Engine embedded inside. Thanks, Jian On Tue, Jan 26, 2010 at 7:53 PM, Cindy Fu <[email protected]> wrote: > Hi, > > I saw many posts about Tellurium Engine, but I am not clear what is the > role of the > Engine and how does it work with Tellurium Core? > > -- > 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]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > -- 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.
