How do you run the tests? Through IDE or use scripts like ant scripts?

If use IDE, it is not easy to achieve the goal since the Junit or
TestNG
IDE plugins take control of the execution of tests (i.e., the test
runner)
unless we add extra code to handle the execution flow.

For scripts, you can write scripts to read in data from a list and
replace
the parameters in the configuration file, then run them.

This is very interesting topic and we may add support for distributing
tests to different Selenium servers like Selenium Grid later.

Thanks,

Jian

On Dec 3, 1:24 pm, dominicm <[EMAIL PROTECTED]> wrote:
> Sorry, they'll be serial
>
> On Dec 3, 5:59 pm, [EMAIL PROTECTED] wrote:
>
> > Will the processes be serial or parallel? Which will make a big
> > difference.
>
> > Thanks,
>
> > Jian
>
> > On Dec 3, 12:22 pm, dominicm <[EMAIL PROTECTED]> wrote:
>
> > > Hi Jian,
>
> > > Initially I only need to run the same tests on different browsers and
> > > test environments from the same machine.
>
> > > On Dec 3, 2:43 pm, [EMAIL PROTECTED] wrote:
>
> > > > Hi Dominic,
>
> > > > Are you trying to run tests in a distributed/parallel environment?
> > > > i.e.,
> > > > distribute tests to different Selenium servers? If that is the case,
> > > > we need some function like Selenium HUB.
>
> > > > Thanks,
>
> > > > Jian
>
> > > > On Dec 3, 5:54 am, dominicm <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi,
>
> > > > > I am looking for ways to alter the tellurium configuration at runtime
> > > > > to allow:
> > > > > 1. The same set of tests to be run on different browsers.
> > > > > 2. Easy configuration to point the tests to different test
> > > > > environments.
>
> > > > > Currently I need to manually edit the TelluriumConfig.groovy file to
> > > > > use a different browser or test environment. I could automate this and
> > > > > write code to create a new config file at runtime, but I would prefer
> > > > > if possible to allow the use of glovbal variables, something like
>
> > > > > baseUrl = currenttTestEnvironment
>
> > > > > browser = currentBrowser
>
> > > > > How could I achieve this?
>
> > > > > Thanks,
>
> > > > > Dominic- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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