Sorry for replying late, I was out of town. If you run the test cases sequentially, then, you could use connectUrl(String url) to point to different URLs. But if you want to run the tests in parallel, tellurium itself cannot do that because one Selenium session only supports one browser. For multiple browsers, you need to use Selenium grid to integrate with Tellurium. There are some wiki pages on how to use Tellurium with Selenium grid on Tellurium project site, please do some search.
Thanks, Jian On Wed, Jun 29, 2011 at 2:23 AM, Hari <[email protected]> wrote: > Hi , > I having multiple url "Localhost:8080" and "localhost2:6060".. > I want to run it in single test case in two url... > How to run Multiplebrowsers using tellurium. > Can u help me... > > > Regards, > Hari > > > > > > > -- > 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. > -- 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.
