Glad to know that your issue is resolved. I guess you are using Jmeter 2.6 or 2.7 for the execution.
I am not sure why it's taking 3-4 mins to run the script. But that 3-4 mins not adding into the response time. Might be Jmeter must be doing prepossessing. I hope someone might have answer for the question. On Thu, Aug 23, 2012 at 12:09 PM, Samaraweera, Ravinda < [email protected]> wrote: > Thanks Niraj it works like this for me, > > When I close the jmeter and open it , it waits for 3 to 4 minutes then > run the script (HTTP HM authentication seems works) but still it waits > for along time, when I access the site through FF browser it is very > fast. (2sec). > > > If I run the script without closing and opening jmeter for 1 more time > then it quite fast (runs normal) > > I have just put HTTP AM just after the Thread group, also tried putting > the same under 1st HTTP request. But still needs to wait 4 to 5 minutes. > > > Why is that. > > thanks > > -----Original Message----- > From: Niraj [mailto:[email protected]] > Sent: Thursday, August 23, 2012 11:26 AM > To: JMeter Users List > Subject: Re: How to login to internal network through jmeter > > To allow the test plan to authenticate with each request, you need to > add > an HTTP Header Manager configuration element to the Thread Group. In it > you > add one field named "Authorization". > > The only thing left is to set the header value, which can be obtained by > looking at the requests of a browser. In > Firefox<http://www.mozilla.com/en-US/firefox/personal.html> this > can be done with the Live HTTP Headers > Add-on<https://addons.mozilla.org/en-US/firefox/addon/3829> > . > > > Just download that Add-on and manually access the site keep add-on open. > You will get the Authentication value. Just add the same in > front of Authorization field in HTTP Header manager config element. > > On Thu, Aug 23, 2012 at 11:19 AM, Samaraweera, Ravinda < > [email protected]> wrote: > > > yes > > > > -----Original Message----- > > From: Niraj [mailto:[email protected]] > > Sent: Thursday, August 23, 2012 11:16 AM > > To: JMeter Users List > > Subject: Re: How to login to internal network through jmeter > > > > Is it HTTP authentication? > > > > On Thu, Aug 23, 2012 at 11:11 AM, Samaraweera, Ravinda < > > [email protected]> wrote: > > > > > What are the steps to follow in order to login to internal network > > (not > > > proxy server) through jmeter. > > > > > > Thanks. > > > > > > > > > *********************************************************************** > > > Disclaimer > > > > > > The information contained in this communication is confidential and > > may be > > > legally privileged. > > > It is intended solely for the use of the individual or entity to > whom > > it > > > is addressed and others authorised to receive it. > > > If you are not the intended recipient you are hereby notified that > any > > > disclosure, copying, > > > distribution or taking action in reliance of the contents of this > > > information is strictly prohibited and may be unlawful. > > > KPMG is neither liable for the proper, > > > complete transmission of the information contained in this > > communication > > > nor any delay in its receipt. > > > > > > *********************************************************************** > > > > > > > > > *********************************************************************** > > Disclaimer > > > > The information contained in this communication is confidential and > may be > > legally privileged. > > It is intended solely for the use of the individual or entity to whom > it > > is addressed and others authorised to receive it. > > If you are not the intended recipient you are hereby notified that any > > disclosure, copying, > > distribution or taking action in reliance of the contents of this > > information is strictly prohibited and may be unlawful. > > KPMG is neither liable for the proper, > > complete transmission of the information contained in this > communication > > nor any delay in its receipt. > > > *********************************************************************** > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > *********************************************************************** > Disclaimer > > The information contained in this communication is confidential and may be > legally privileged. > It is intended solely for the use of the individual or entity to whom it > is addressed and others authorised to receive it. > If you are not the intended recipient you are hereby notified that any > disclosure, copying, > distribution or taking action in reliance of the contents of this > information is strictly prohibited and may be unlawful. > KPMG is neither liable for the proper, > complete transmission of the information contained in this communication > nor any delay in its receipt. > *********************************************************************** > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
