q a wrote: > Hi, > > I am new to webtest and would like to know if it is possible to invoke > webtest with some command line parameters that can be read and used > inside of my testcase. > > For example, from my testcase, I would like to be able to read in a > string - search the webpage for that string and click the corresponding > link. > > > Thanks, > Jeff
all properties (http://ant.apache.org/manual/using.html#properties) can be specified on the command line with the -DmyProp=something syntax. Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

