For 0.7.0 and older, you can customize some parameters as follows. http://code.google.com/p/aost/wiki/UserGuide070TelluriumBasics#Customize_Individual_Test_Settings_Using_setCustomConfig
For 0.8.0, you can change the parameters by updating the runtime environments. There are two methods in the TestCase classes. public static void setEnvironment(String name, Object value); public static Object getEnvironment(String name); You should refer the parameter names in the following way, for example, tellurium.test.exception.captureScreenshot tellurium.connector.serverHost On Wed, Apr 13, 2011 at 9:23 AM, ADJ <[email protected]> wrote: > Hi. > > How can I change the value of some fields located in the > TelluriumConfig at runtime ? > Example : > Add the date and time to the the filename used for the output. > > Thanks for your help. > > -- > 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.
