If all you need is the ability to change the url that is targetted see
http://theworkaholic.blogspot.com/2009/06/testing-multiple-environments-with.html
which basically consists of having a HTTPRequestDefault element and using
something like
${__property(run.server,,yourdevserver.com)}
and varying the value at runtime

The exact answer however depends on your specific test(s) , but all *should*
follow the principle above i.e. you have to figure out which parts of your
test vary and parameterise those parts.
(e.g. do you have anything like JDBC samplers? in which case you need to do
this for the connection settings. Does the url itself vary in which case you
might do it this way or use a post processor? does the input data vary (e.g.
CSV data for user name password in which case you might have to vary the
file or replace the file with a build).

regards
deepak

On Wed, Oct 28, 2009 at 9:04 PM, gpub <affablepr...@gmail.com> wrote:

>
> Hi friends
>
> i have recorded the script in one environment(e.g XXXXXXXX.XXXX.com:8005)
> ,
> now i would like to run the same script on new environment (e.g
> YYYYYYY.XXXX.com:8001).
>
> if yes, to use the old script to run for new env then what and where do i
> need to do changes. please let me know
>
> if no: please specify the reason.
>
> Thanks
> Gp
> --
> View this message in context:
> http://www.nabble.com/Can-Jmeter%28same-version%29-script-excute-on-another-enviorement--tp26105468p26105468.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to