Re: I have doubt abt JMeter recording and playback

2014-03-05 Thread మహేష్™
Hi Shiva, 1.Before recording and play back need to write any code in J Meter. comment: Before recording we no need to do anything.Just record the scenario which you planeed to create. After recording is over then you need to take care some dynamic values i.e session id or viewstate etc so as to re

I have doubt abt JMeter recording and playback

2014-03-05 Thread shiva
Hi, 1.Before recording and play back need to write any code in J Meter. 2.i did recording for flight booking when i run 1st time its hit the server and again i run that script that time its not hit the sever i don't know why so if u have any idea please tel me. ---

Re: response time and load time in listeners

2014-03-05 Thread sebb
On 5 March 2014 22:24, neubyr wrote: > In JMeter listeners, 'sampler results' in the 'View Results Tree' shows > 'Load Time' values. Is this same as the 'Response Time' values displayed > in the 'Summary Report' listener? Yes. > What is the difference between Load Time > and Response Time terms

response time and load time in listeners

2014-03-05 Thread neubyr
In JMeter listeners, 'sampler results' in the 'View Results Tree' shows 'Load Time' values. Is this same as the 'Response Time' values displayed in the 'Summary Report' listener? What is the difference between Load Time and Response Time terms? I tried to look for them in documentation glossary h

Re: Multiple CSV Files with Templates and optional sections

2014-03-05 Thread Everman, Eric
Hello Philippe - To answer your questions under each section: 1) I don't see a good way to remove sections of a template based on a parameter... >Can you clarify wether you want to remove the full block ? what does b/t >mean ? b/t == between. I need to remove the entire section if the ${keywo

Re: Url Encoded Variables

2014-03-05 Thread sebb
On 5 March 2014 15:58, Igor Galić wrote: > > > - Original Message - >> On 5 March 2014 10:04, Igor Galić wrote: >> > >> > Hi folks, >> > >> > yesterday I tried putting together a load test against Alfresco >> > by simply recording a session. >> > >> > Alfresco uses a special Header for CS

Re: Url Encoded Variables

2014-03-05 Thread Igor Galić
- Original Message - > On 5 March 2014 10:04, Igor Galić wrote: > > > > Hi folks, > > > > yesterday I tried putting together a load test against Alfresco > > by simply recording a session. > > > > Alfresco uses a special Header for CSRF protection. Its value > > by comes from a Cookie of

Re: Url Encoded Variables

2014-03-05 Thread sebb
On 5 March 2014 10:04, Igor Galić wrote: > > Hi folks, > > yesterday I tried putting together a load test against Alfresco > by simply recording a session. > > Alfresco uses a special Header for CSRF protection. Its value > by comes from a Cookie of the same name. We tried inserting that > value i

Url Encoded Variables

2014-03-05 Thread Igor Galić
Hi folks, yesterday I tried putting together a load test against Alfresco by simply recording a session. Alfresco uses a special Header for CSRF protection. Its value by comes from a Cookie of the same name. We tried inserting that value into the header, first by simply using ${CSRFToken} Then