On 07/10/2008, sujitkrnayak2006 <[EMAIL PROTECTED]> wrote: > > Sorry for confusion , actualy as i told you earlier i just want to record > different action in multiple HTTP Request while recording thru http proxy > server. > > Different action like login, browsing and search should be recorded on > different HTTP request in one thread group.
Which is precisely how the JMeter proxy server does it. If some of the browser requests are not showing up in the JMeter test plan, then either the browser did not use the JMeter proxy for that request, or there was an error when JMeter tried to capture the request, in which case there will be a message in the jmeter.log file. However, in that case it is unlikely that the browser will see the response. So the most likely is that the browser is bypassing the proxy - e.g. if some pages require https, the proxy cannot capture those. I suggest you experiment with a simple non-SSL site that does not require logins, and have a look at how the JMeter proxy works. > -Sujit > > > > Himanshu Ghai wrote: > > > > Sujit, > > > > i am sorry but i am unable to understand the problem description..please > > find someone around who has experience with jmeter.. > > > > Himanshu > > > > On Mon, Oct 6, 2008 at 12:32 PM, sujitkrnayak2006 < > > [EMAIL PROTECTED]> wrote: > > > >> > >> I want to add multiple request in my thread for multiple action, earlier > >> whatever i did record its added into Thread Group directly instead of > >> HTTP > >> Request. > >> > >> (Note--I have record my action through HTTP Proxy server) > >> please suggest me what to do next. > >> > >> Thanks in advance. > >> > >> > >> sujitkrnayak2006 wrote: > >> > > >> > I have recorded all browser action on single HTTP Requst with one > >> thread > >> > and playback it looks good. > >> > > >> > How do i add multiple request on single thread for different browser > >> > action, for example 1st request should record my login page request and > >> > 2nd request should record my further page after the login succesful. > >> > > >> > I tried but all my action has been recorded on single request, can you > >> > suggest me how i do add 2 different action on 2 different HTTP Request. > >> > > >> > -Sujit > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/How-do-i-record-Multiple-HTTP-Request-on-single-thread.-tp19816124p19844735.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > -- > View this message in context: > http://www.nabble.com/How-do-i-record-Multiple-HTTP-Request-on-single-thread.-tp19816124p19857798.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

