Well, that is really a good question. We had plan to port Tellurium Core to Ruby, but postponed it. We like to wait for the Framework to become very solid then consider to port it to other languages. After 0.7.0 is out, we will work on 0.8.0 to focus on stability and code quality. After that, Tellurium core is ready to port to other languages.
With the new Tellurium Engine and UI module caching on Engine, the process to port Tellurium core to other languages should be much easier now since many core functionalities have been moved to the Engine side. For example, you don't need to use Tellurium core to generate runtime locators any more if you use UI module caching. That is to say, you only need to port the UI module parser, jsonify the UI module, and then send them directly to the Engine via Selenium RC. Ideally, you can call the DSL method such as click "GoogleSearch.Search" directly to tellurium Engine. Thanks, Jian On Tue, Jan 19, 2010 at 3:06 PM, David Liu <[email protected]> wrote: > Hi, > > I am a Ruby on Rails user. I really like Tellurium. Do you have any plan to > port Tellurium to Ruby? > > Thanks, > > David > > -- > 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.
