Hi, 

My Script got failed
How can i change the value in Referer?

i have already did some modification 

GET http://abcndef1234.company.com:8013/applist.html(Required)

no cookies

Host: pqrst1234.company.com:8005/ (not required)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
InfoPath.1)
Accept-Language: en-us
Referer: http://pqrst1234.company.com:8005/ (not required)

please let me know where do i need to do changes. 

Thanks
Gp




gpub wrote:
> 
> hi 
> 
> i have changed the server name and port 
> but my script got failed and getting errors:
> 
> 
> GET http://abcndef1234.company.com:8013/applist.html
> 
> [no cookies]
> 
> Request Headers:
> Connection: keep-alive
> Host: pqrst1234.company.com:8005
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
> InfoPath.1)
> Accept-Language: en-us
> Referer: http://pqrst1234.company.com:8005
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> application/x-shockwave-flash, application/vnd.ms-excel,
> application/vnd.ms-powerpoint, application/msword, */*
> 
> 
> I suppose jmeter is taking the host of old script, but i have already
> changed the servername in HTTP request default and the port no. ?
> where else do i need to change the same?
> 
> Please let me know 
> 
> Thanks
> Gp
> 
> 
> Deepak Shetty wrote:
>> 
>> 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
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can-Jmeter%28same-version%29-script-excute-on-another-enviorement--tp26105468p26109289.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