Session Data Problem

2009-06-24 Thread Printz, Robert C
I am testing a web application that stores a lot of the information used between pages in session. For example... Integer variable = (Integer)ctx.getSessionState().get( KEY ); I recorded my script and I am now trying to configure it to use different users. The problem I am facing is that som

RE: How to pass on Session id in case of Web Services

2009-06-24 Thread Zakir Sayed
Yes, Regex is pretty easy. I created a similar test script recently and could pass that sessionID throughout the script. That SessionID was a part of the response that I processed it through Regex. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, June 23, 2

Re: Assertions

2009-06-24 Thread Deepak Shetty
sorry for the repost, doing this to get the response in the correct thread Typically you use Equals when you are asserting a response code or response message (and rarely response text unless it just returns something like success/false) So if you had a test that accesses a secured page without lo

Re: wait time for response

2009-06-24 Thread Deepak Shetty
Typically you use Equals when you are asserting a response code or response message (and rarely response text unless it just returns something like success/false) So if you had a test that accesses a secured page without logging in you say in the Assertion choose Response Code , Equals and 401 in t

Assertions

2009-06-24 Thread ankush jethi
Hi friends, Can any one give some example of the usage of respinse assertion from text. 1. Using Contains 2. Equals 3. Matches Although using contains I successfully implement assertions but still I am not able to get how to use these other two assertion types. any generici example would help --

wait time for response

2009-06-24 Thread ankush jethi
Hi all, How much is the default wait time for jmeter when it executes the script. Means for how long by default i waits for the response. also is there any option to change that. -- Regards Performance learner

Re: TCP Sampler

2009-06-24 Thread sebb
On 24/06/2009, smartfish wrote: > > HI all, > I am new to JMeter I want to open a socket connection and then fire > 100's of commands through that socket connection.. I am using TCP Sampler to > > test this. I have created a thread group of 100 users. Then in that thread > > group i have

Re: CSV File not saving headers

2009-06-24 Thread sebb
On 24/06/2009, Noel O'Brien wrote: > Hi, > > I'm using Meter 2.3.2 for performance testing and I log sample results using > the CSV format. I've configured jmeter.properties as following in order to > capture the information I'm interested in and drop everything else: > > jmeter.save.saveservi

Problem with JMeter recording http put

2009-06-24 Thread Chintan Kachhi
I am using JMeter 2.3.3 to test REST services. I am able to record all my junit tests successfully with the HTTP Proxy server in JMeter for all the requests, except the ones which include the http put. It just hangs when it reaches the tests that involve http put. I browsed through the forum an

TCP Sampler

2009-06-24 Thread smartfish
HI all, I am new to JMeter I want to open a socket connection and then fire 100's of commands through that socket connection.. I am using TCP Sampler to test this. I am created a thread group of 100 users. Then in that thread group i have created a tcp sampler which creates socket connectio

Re: Invokong controller form the BeanShell

2009-06-24 Thread sebb
On 23/06/2009, Stromas, Aaron (NIH/OD) [C] wrote: > Hello, > > My BeanShell handles a list of JASON objects, each of which represents > parameters for an HTTP requests. I would like to pass this list to a ForEach > controller, so that it can call the HTTP request. Is this a doable scenario? >

CSV File not saving headers

2009-06-24 Thread Noel O'Brien
Hi, I'm using Meter 2.3.2 for performance testing and I log sample results using the CSV format. I've configured jmeter.properties as following in order to capture the information I'm interested in and drop everything else: jmeter.save.saveservice.output_format=csv jmeter.save.saveservice.a