For 0.8.0 SNAPSHOT, the configuration can be changed at runtime by updating
the runtime environment variables.

See the following thread,

http://groups.google.com/group/tellurium-users/browse_thread/thread/a6c0ff5479835f22/ae449388cb12ab70?lnk=gst&q=environment#ae449388cb12ab70

Thanks,

Jian

On Fri, Jul 1, 2011 at 10:44 AM, KevinO <[email protected]> wrote:

> Was support for editing the config ever added?
>
> Thanks,
>
> KevinO
>
> On Dec 3 2008, 5:06 pm, [email protected] wrote:
> > 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 configurationfile, 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.groovyfileto
> > > > > > > use a different browser or test environment. I could automate
> this and
> > > > > > > write code to create a newconfigfileat 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