I don't think data-driven makes difference between Tellurium and Selenium2. Based on my knowledge these two frameworks are aimed to resolve different problems. Tellurium defines ui modules to separate UI defintion and testing process, while Selenium2 combines Webdriver to enhance the testing engine power, such as multi-frame handling, and webdrive test runs don't need real browsers. Please correct me if my points are wrong.
On Fri, Sep 24, 2010 at 6:09 PM, Mark <[email protected]> wrote: > Sounds nice too... I guess that given the time I should try them out > both. :) > Thanks for your answers. > > On Sep 23, 4:10 pm, Jade <[email protected]> wrote: > > Tellurium supports data driven tests and I don't think that Selenium2 > > has this support? We like the data driven tests because we can write > > one test and then run that test with a variety of data. > > > > Jade > > > > On Sep 22, 1:48 am, Mark <[email protected]> wrote: > > > > > Hello, > > > > > I'm wondering what are the advantages of tellurium over selenium v2 > > > which seems to tackle the same issues... > > -- > 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.
