On Tue, Sep 22, 2009 at 3:54 PM, Deepak Shetty <[email protected]> wrote: > if you can use ant sure. However note that your test wont work from gui or > without this pre step > > You might consider passing the environment as a Jmeter property in which > case you can specify a default. > ${__property(run.env,,dev)}_myDataSet.txt >
Nice! I like that idea. (The ant idea would work also and allow you to run from the gui.. albeit it would be a bit awkward since you'd have to modify the gui test file (form the gui) which would have odd paths in it like @e...@_mydataset.txt and then save it... THEN run ant which would actually make for you a copy of the test script with the correct substitutions and that copy is what you'd actually have to then start up and run. Too many steps, I like the approach you mention much better! Thanks.) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

