Reg: Testing a desktop product using JMeter

2009-12-01 Thread Muthu Shanmugam
Hi There,

 

I am evaluating JMeter for its ability to test a desktop product. So far I
have heard that JMeter won't be able to test a desktop product. Do we have
any scope for making JMeter to test it? Please find below the product
details,

 

It is a desktop product coded in Java Swing with client and server
architecture.

Framework: Axis for web services (SOAP)

Web server: Apache and Sun Java system

DB: SQL server

Traffic between client and server: HTTP (for now), Web services (SOAP) (In
future)

 

Fyi: Looks like the tool named 'The Grinder' is capable
http://grinder.sourceforge.net/#Key+features  of load testing anything
that has a Java API. So, desktop products too may fall under their scope.

 


Thanks  Regards,
Muthu Shanmugam
Aspire Systems || India
Tel:+91 -44-67404000 Extn:4446
 http://www.aspiresys.com www.aspiresys.com



 

This e-mail message and any attachments are for the sole use of the intended
recipient(s) and may contain proprietary, confidential, trade secret or
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited and may be a violation of law. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies of the original message.

 



How to configure JMeter to not use proxy for some requests and use it for other requests

2009-12-01 Thread Harry_

Hi,

I am doing performance testing for HTTP requests  with Retrieve all embedded
resources from HTML file option on. 

I am running this test plan via proxy server. Now I do not want request sent
to our server via proxy but only the external resources referenced. So is
there any way of telling jmeter to skip using proxy for requests to say
localhost, staging, test. The way we can do it in browsers.

I am using ant for running the test plan. If something can be done at that
end do let me know. 

Thanks and Regards
-- 
View this message in context: 
http://old.nabble.com/How-to-configure-JMeter-to-not-use-proxy-for-some-requests-and-use-it-for-other-requests-tp26590269p26590269.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



Removing variables

2009-12-01 Thread Ryszard Łach
I'm preparing a test profile using regexp and xpath extractors quite
extensively. Each matching extractor creates some variables local to thread
and if the thread is looping over the thread group, then there is a risk,
that variables from previous thread group run will be used in the next one.
Is there a smart way for avoiding this? I've tried to add beanshell sampler
at the and of profile removing those variables, but it is hard to maintain
with big profile. Is there a 'clear variables each iteration' checkbox
similar to that one for cookies?

Maybe changing testing strategy e.g. that way:

* add constant timer e.g.60 000 ms to the profile
* set big amount of threads (1)
* set long ramp-up period (3600 s)
* set thread group so, that every thread goes through it only once

What do you think about?

R.

-- 
First they ignore you. Then they laugh at you. Then they
fight you. Then you win. - Mohandas Gandhi.


Re: How to configure JMeter to not use proxy for some requests and use it for other requests

2009-12-01 Thread sebb
On 01/12/2009, Harry_ harjitwo...@gmail.com wrote:

  Hi,

  I am doing performance testing for HTTP requests  with Retrieve all embedded
  resources from HTML file option on.

  I am running this test plan via proxy server. Now I do not want request sent
  to our server via proxy but only the external resources referenced. So is
  there any way of telling jmeter to skip using proxy for requests to say
  localhost, staging, test. The way we can do it in browsers.


-Dhttp.nonProxyHosts=localhost,staging,test

  I am using ant for running the test plan. If something can be done at that
  end do let me know.

  Thanks and Regards

 --
  View this message in context: 
 http://old.nabble.com/How-to-configure-JMeter-to-not-use-proxy-for-some-requests-and-use-it-for-other-requests-tp26590269p26590269.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



-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: Removing variables

2009-12-01 Thread sebb
On 01/12/2009, Ryszard Łach ryl...@gmail.com wrote:
 I'm preparing a test profile using regexp and xpath extractors quite
  extensively. Each matching extractor creates some variables local to thread
  and if the thread is looping over the thread group, then there is a risk,
  that variables from previous thread group run will be used in the next one.
  Is there a smart way for avoiding this? I've tried to add beanshell sampler
  at the and of profile removing those variables, but it is hard to maintain
  with big profile. Is there a 'clear variables each iteration' checkbox
  similar to that one for cookies?

  Maybe changing testing strategy e.g. that way:

  * add constant timer e.g.60 000 ms to the profile
  * set big amount of threads (1)
  * set long ramp-up period (3600 s)
  * set thread group so, that every thread goes through it only once

  What do you think about?

The RE extractor will clear the old variables before setting up new
ones, so long as you use the same prefix.

It's not possible to clear all variables because some need to remain
across loops.

  R.


  --
  First they ignore you. Then they laugh at you. Then they
  fight you. Then you win. - Mohandas Gandhi.


-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: JMeter Cookie Manager

2009-12-01 Thread Deepak Shetty
Hi
you have to compare your browser with Jmeter's view response tree ,
a. Did you use redirect automatically? in which case change this to follow
redirects.
b. Try changing the Cookie Manager policy to see if there is any difference
regards
deepak

On Mon, Nov 30, 2009 at 5:21 PM, cchee cc...@arising.net wrote:


 With firefox, I can see two cookies were sent back to the server. No
 problem.
 In regarding to your question about same path, both use path=/
 What else do i need to check? Thanks in advance.


 Deepak Shetty wrote:
 
  hi
  when you say same path what do you mean?
  if the path for e.g. is not specified as '/' or '/cgi-bin' in th first
  Set-Cookie then any request to the second url wont have the first cookie.
  Can you use firefox and livehttpheaders and check how your browser
  behaves?
  (It is possible that the behavior you are seeing is correct and there is
  some other issue)
  Another problem is dont use redirect automatically(cookies set here will
  not
  be handled by jmeter) , use follow redirects on the HTTP Sampler
  regards
  deepak
 
  On Wed, Nov 18, 2009 at 2:03 PM, cchee cc...@arising.net wrote:
 
 
  Both have the same domain and path, but different url and name. For
  example,
  SID (session id) from url website/cgi-bin/login
  XX_AT (authentication token) from url website/cgi-bin/pin
 
 
  Deepak Shetty wrote:
  
  It seems jmeter http cookie manager only keep one cookie per domain.
   Not true.
   What do the two set-cookies look like? Note that there are domain and
  path
   parameters that can be set which influence whether or not jmeter will
  send
   the cookie with the request
  
   regards
   deepak
  
   On Wed, Nov 18, 2009 at 9:49 AM, Chester Chee cc...@arising.net
  wrote:
  
  
   Hi,
  
   I am using JMeter 2.3.4 on Ubuntu 9.10 hitting a web server with web
  apps
   that uses two phases authentication. To complete the authentication,
  two
   cookies from the website (same domain) must to presented in the GET
   request
   to the server.
  
   I had debug enabled for HTTP Cookie Manager and based on the
  information
   presented in jmeter.log, I know for sure that the server did send two
   Set-Cookie: with different cookie names back in its responses. And
 the
   jmeter log indicate both are received and store. But only one is
 found
   when
   look up and that was the last one being sent.
  
   It seems jmeter http cookie manager only keep one cookie per domain.
  
   Is this true? If so, I don't think this the case with normal browser
   nowadays. Is there a workaround for this? May be configuration
  parameter
   i
   can specified to overcome this in jmeter.properties? Or this is a
 bug?
   Anyone experience the similar issue?
  
   Your kind attention and prompt responses are very much appreciated.
   Thanks
   in advance.
  
   Regards,
   Chester
   --
   View this message in context:
   http://old.nabble.com/JMeter-Cookie-Manager-tp26412473p26412473.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://old.nabble.com/Re%3A-JMeter-Cookie-Manager-tp26415243p26416606.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://old.nabble.com/Re%3A-JMeter-Cookie-Manager-tp26415243p26585084.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




Re: Reg: Testing a desktop product using JMeter

2009-12-01 Thread Deepak Shetty
Fyi: Looks like the tool named ‘The Grinder’ is 
capablehttp://grinder.sourceforge.net/#Key+featuresof load testing anything 
that has a Java API. So, desktop products too may
fall under their scope.
So can JMeter.
The question is what do you want to test in your desktop product? If it is
the invoking of webservices, yes Jmeter can be used for that purpose.  if
you want to be able to click buttons on the client , no Jmeter cannot do
that (atleast not directly)

regards
deepak


On Tue, Dec 1, 2009 at 2:27 AM, Muthu Shanmugam 
muthu.shanmu...@aspiresys.com wrote:

  Hi There,



 I am evaluating JMeter for its ability to test a desktop product. So far I
 have heard that JMeter won’t be able to test a desktop product. Do we have
 any scope for making JMeter to test it? Please find below the product
 details,



 It is a desktop product coded in Java Swing with client and server
 architecture.

 Framework: Axis for web services (SOAP)

 Web server: Apache and Sun Java system

 DB: SQL server

 Traffic between client and server: HTTP (for now), Web services (SOAP) (In
 future)



 Fyi: Looks like the tool named ‘The Grinder’ is 
 capablehttp://grinder.sourceforge.net/#Key+featuresof load testing anything 
 that has a Java API. So, desktop products too may
 fall under their scope.




 Thanks  Regards,
 Muthu Shanmugam
 Aspire Systems || India
 Tel:+91 -44-67404000 Extn:4446
 www.aspiresys.com



 This e-mail message and any attachments are for the sole use of the
 intended recipient(s) and may contain proprietary, confidential, trade
 secret or privileged information. Any unauthorized review, use, disclosure
 or distribution is prohibited and may be a violation of law. If you are not
 the intended recipient, please contact the sender by reply e-mail and
 destroy all copies of the original message.





Re: Removing variables

2009-12-01 Thread Deepak Shetty
Hi
if you want to clear all variables, its simple to do this in
beanshell.(JMeterVariables -
http://jakarta.apache.org/jmeter/api/org/apache/jmeter/threads/JMeterVariables.html
lets you get all the variables and you can loop over the key names and
remove them)
If you wanted to clear a subset , then I'd probably go with a naming
convention (all variables to be cleared will be prefixed with clr_ and write
a beanshell script to iterate and remove variables satisfying the condition)
regards
deepak

On Tue, Dec 1, 2009 at 5:58 AM, Ryszard Łach ryl...@gmail.com wrote:

 I'm preparing a test profile using regexp and xpath extractors quite
 extensively. Each matching extractor creates some variables local to thread
 and if the thread is looping over the thread group, then there is a risk,
 that variables from previous thread group run will be used in the next one.
 Is there a smart way for avoiding this? I've tried to add beanshell sampler
 at the and of profile removing those variables, but it is hard to maintain
 with big profile. Is there a 'clear variables each iteration' checkbox
 similar to that one for cookies?

 Maybe changing testing strategy e.g. that way:

 * add constant timer e.g.60 000 ms to the profile
 * set big amount of threads (1)
 * set long ramp-up period (3600 s)
 * set thread group so, that every thread goes through it only once

 What do you think about?

 R.

 --
 First they ignore you. Then they laugh at you. Then they
 fight you. Then you win. - Mohandas Gandhi.



Re: How to configure JMeter to not use proxy for some requests and use it for other requests

2009-12-01 Thread Harry_

Thanks a lot Sebb...

Its working :)



sebb-2-2 wrote:
 
 On 01/12/2009, Harry_ harjitwo...@gmail.com wrote:

  Hi,

  I am doing performance testing for HTTP requests  with Retrieve all
 embedded
  resources from HTML file option on.

  I am running this test plan via proxy server. Now I do not want request
 sent
  to our server via proxy but only the external resources referenced. So
 is
  there any way of telling jmeter to skip using proxy for requests to say
  localhost, staging, test. The way we can do it in browsers.

 
 -Dhttp.nonProxyHosts=localhost,staging,test
 
  I am using ant for running the test plan. If something can be done at
 that
  end do let me know.

  Thanks and Regards

 --
  View this message in context:
 http://old.nabble.com/How-to-configure-JMeter-to-not-use-proxy-for-some-requests-and-use-it-for-other-requests-tp26590269p26590269.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


 
 -
 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://old.nabble.com/How-to-configure-JMeter-to-not-use-proxy-for-some-requests-and-use-it-for-other-requests-tp26590269p26598699.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



BeanShell's the only way to vary load?

2009-12-01 Thread Tech Newbie
Looking for best practice to vary load in non-gui mode.

I have a test plan that has a Constant Throughput Timer.  It is defined as a 
JMeter property and a simple shell script passes in the property value on 
JMeter's startup.

I'd like to vary this load (bell-curve) over time (1 day).  I've read about the 
approach using BeanShell server.  Is this the best way?  I'm hesitating about 
this because it's another process to manage, in parallel with JMeter itself.

Other solutions I've comtemplated:

- Extend the simple shell script to invoke mutiple instances of JMeter, 
serially, with different values for the Constant Throughput Timer.

- Create a test plan with multiple thread groups with different values for the 
Constant Throughput Timer and have JMeter execute the thread group serially.

Please enlight me on the pros and cons.

Thanks.



  

HTTP Header Manager?

2009-12-01 Thread danomano

Hi all, I've been attempting to send some custom Header fields in test, yet
for some reason what ever I try, the values I put in the HTTP Header Manager
are simply being ignored (i.e. they are never sent).

I have had the HTTP Header Manager specified at 3 different scores to the
HTTP Request Node:

1) Above (the thread group)
2) Same Level (but placed above in the tree)
3) Added as child to Http Request

What am I missing?


-- 
View this message in context: 
http://old.nabble.com/HTTP-Header-Manager--tp26600411p26600411.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



Re: HTTP Header Manager?

2009-12-01 Thread Deepak Shetty
hi
as far as I know all should work.
What headers are you adding? can you show an example
What makes you think they aren't being sent (i..e did you add a view results
tree and check the values in the request?)
regards
deepak


On Tue, Dec 1, 2009 at 2:45 PM, danomano dshopk...@earthlink.net wrote:


 Hi all, I've been attempting to send some custom Header fields in test, yet
 for some reason what ever I try, the values I put in the HTTP Header
 Manager
 are simply being ignored (i.e. they are never sent).

 I have had the HTTP Header Manager specified at 3 different scores to the
 HTTP Request Node:

 1) Above (the thread group)
 2) Same Level (but placed above in the tree)
 3) Added as child to Http Request

 What am I missing?


 --
 View this message in context:
 http://old.nabble.com/HTTP-Header-Manager--tp26600411p26600411.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




Re: BeanShell's the only way to vary load?

2009-12-01 Thread Deepak Shetty
hi
Ill make an attempt to answer , though bear in mind that I dont have any
particular expertise in the topic you raise.

Since the Constant throughput timer can be varied within the test itself (as
a function of say time or any other variable by writing custom code) then I
would prefer that approach to doing it externally (however this is much less
flexible). Do you also need to distribute the tests to generate the load you
need (irrespective of the mechanism used to vary the load)? if so having a
self contained test is probably better.

What are you trying to model? A system can show different characteristics
for the same throughput. A user sending 100 requests in say 10 minutes may
not be the same as 10 users each sending 10 requests in 10 minutes. In the
latter case you are also looking to vary the number of active sessions
instead of just the throughput and probably having multiple thread groups
may be better.

And lastly you cant have a 'best' way unless you determine what parameters
are important to you. Is flexibility most important? runtime changes needed
depending on how the system behaves? is maintaining/managing the test more
important?
regards
deepak

On Tue, Dec 1, 2009 at 2:30 PM, Tech Newbie tec...@yahoo.com wrote:

 Looking for best practice to vary load in non-gui mode.

 I have a test plan that has a Constant Throughput Timer.  It is defined as
 a JMeter property and a simple shell script passes in the property value on
 JMeter's startup.

 I'd like to vary this load (bell-curve) over time (1 day).  I've read about
 the approach using BeanShell server.  Is this the best way?  I'm hesitating
 about this because it's another process to manage, in parallel with JMeter
 itself.

 Other solutions I've comtemplated:

 - Extend the simple shell script to invoke mutiple instances of JMeter,
 serially, with different values for the Constant Throughput Timer.

 - Create a test plan with multiple thread groups with different values for
 the Constant Throughput Timer and have JMeter execute the thread group
 serially.

 Please enlight me on the pros and cons.

 Thanks.






Re: HTTP Header Manager?

2009-12-01 Thread danomano

Interesting, I learned today that it is in fact ignoring 1 header value
specifically: namely:
Authorization
if I have this field populated, it will not get sent with the requests, but
any fields I add will get sent with the requests...
any thoughts?



danomano wrote:
 
 Hi all, I've been attempting to send some custom Header fields in test,
 yet for some reason what ever I try, the values I put in the HTTP Header
 Manager are simply being ignored (i.e. they are never sent).
 
 I have had the HTTP Header Manager specified at 3 different scores to the
 HTTP Request Node:
 
 1) Above (the thread group)
 2) Same Level (but placed above in the tree)
 3) Added as child to Http Request
 
 What am I missing?
 
 
 

-- 
View this message in context: 
http://old.nabble.com/HTTP-Header-Manager--tp26600411p26601044.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



Running headless Jmeter

2009-12-01 Thread LoD MoD
Is there a way to run Jmeter from a server without an X-server?

-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: Running headless Jmeter

2009-12-01 Thread sebb
http://jakarta.apache.org/jmeter/usermanual/get-started.html#server

On 02/12/2009, LoD MoD lodmod@gmail.com wrote:
 Is there a way to run Jmeter from a server without an X-server?

  -
  To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
  For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: Running headless Jmeter

2009-12-01 Thread sebb
Also:

http://jakarta.apache.org/jmeter/usermanual/get-started.html#non_gui

On 02/12/2009, sebb seb...@gmail.com wrote:
 http://jakarta.apache.org/jmeter/usermanual/get-started.html#server


  On 02/12/2009, LoD MoD lodmod@gmail.com wrote:
   Is there a way to run Jmeter from a server without an X-server?
  
-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
  
  


-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: HTTP Header Manager?

2009-12-01 Thread sebb
On 02/12/2009, danomano dshopk...@earthlink.net wrote:



  Deepak Shetty wrote:
  
   hi
   as far as I know all should work.
   What headers are you adding? can you show an example
   What makes you think they aren't being sent (i..e did you add a view
   results
   tree and check the values in the request?)
   regards
   deepak
  


 Yes I am using the View Results Tree.  I am currently sending 2 headers
  values for a PUT Rest call, namely:

  Content-Type: application/xml,charset=UTF-8
  Authorization: Basic SOMEGARBAGE

  The Authorization header never makes it through..


Because that's what the Authorization Manager is for ...


  --
  View this message in context: 
 http://old.nabble.com/HTTP-Header-Manager--tp26600411p26601045.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



-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Re: Running headless Jmeter

2009-12-01 Thread LoD MoD
You rock. Thank you.

On Tue, Dec 1, 2009 at 4:31 PM, sebb seb...@gmail.com wrote:
 Also:

 http://jakarta.apache.org/jmeter/usermanual/get-started.html#non_gui

 On 02/12/2009, sebb seb...@gmail.com wrote:
 http://jakarta.apache.org/jmeter/usermanual/get-started.html#server


  On 02/12/2009, LoD MoD lodmod@gmail.com wrote:
   Is there a way to run Jmeter from a server without an X-server?
  
    -
    To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
    For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
  
  


 -
 To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



Querystring variables

2009-12-01 Thread Bayard Randel
Hola!

 

I'm currently load testing an application that has the unfortunate
characteristic of passing  sessionId and md5 hash strings via
querystring. Is there any way to store these values in jmeter?
Unfortunately the app is compiled and I have no way of writing the qs
values to the document to evaluate with XPath.

 

Many thanks,

 

Bayard Randel

 


##
PGG Wrightson is New Zealand’s largest – and only nationwide – provider to the 
agricultural sector. We offer a wide range of products, services and solutions 
to farmers, growers and processors in New Zealand, and to processors and 
end-users internationally. For further information refer to 
www.pggwrightson.co.nz
We are not responsible for changes made to this email or its attachments after 
sending.  This email (and any attachments) is intended solely for the use of 
the addressee and may contain information that is confidential or subject to 
legal professional privilege.  Any unauthorised use of the email or its 
contents is expressly prohibited.  If you are not the intended recipient, you 
must not read, use, distribute or copy the contents of this email. If you have 
received this email in error, please advise us immediately and then delete this 
email together with all attachments. We do not warrant that attachments to this 
email are free from viruses or defects.  Any attached files are provided, and 
may only be used, on the basis that the user accepts all responsibility for any 
loss, damage or consequence resulting from their use.  The liability of PGG 
Wrightson is limited in any event to either the resupply of the attached files 
or the cost of having the attached files resupplied. 
PGG Wrightson is acting solely as the selling agent for the vendor of any 
property referred to in this email, and is not responsible for the accuracy and 
completeness of the information contained in this email or any document 
attached to this email.  PGG Wrightson has not verified the information and, 
accordingly, will not be liable to any party for the accuracy or completeness 
of such information.
You may use the following link (mailto: unsubscr...@pggwrightson.co.nz) to send 
us an unsubscribe message if you do not want to receive any further email 
messages from PGG Wrightson.
Please consider the environment before printing this email
##


Re: Querystring variables

2009-12-01 Thread Deepak Shetty
Hi
you can extract these out using regular expression extractor and store them
as variables.
regards
deepak

On Tue, Dec 1, 2009 at 8:10 PM, Bayard Randel bran...@pggwrightson.co.nzwrote:

 Hola!



 I'm currently load testing an application that has the unfortunate
 characteristic of passing  sessionId and md5 hash strings via
 querystring. Is there any way to store these values in jmeter?
 Unfortunately the app is compiled and I have no way of writing the qs
 values to the document to evaluate with XPath.



 Many thanks,



 Bayard Randel




 ##
 PGG Wrightson is New Zealand’s largest – and only nationwide – provider to
 the agricultural sector. We offer a wide range of products, services and
 solutions to farmers, growers and processors in New Zealand, and to
 processors and end-users internationally. For further information refer to
 www.pggwrightson.co.nz
 We are not responsible for changes made to this email or its attachments
 after sending.  This email (and any attachments) is intended solely for the
 use of the addressee and may contain information that is confidential or
 subject to legal professional privilege.  Any unauthorised use of the email
 or its contents is expressly prohibited.  If you are not the intended
 recipient, you must not read, use, distribute or copy the contents of this
 email. If you have received this email in error, please advise us
 immediately and then delete this email together with all attachments. We do
 not warrant that attachments to this email are free from viruses or defects.
  Any attached files are provided, and may only be used, on the basis that
 the user accepts all responsibility for any loss, damage or consequence
 resulting from their use.  The liability of PGG Wrightson is limited in any
 event to either the resupply of the attached files or the cost of having the
 attached files resupplied.
 PGG Wrightson is acting solely as the selling agent for the vendor of any
 property referred to in this email, and is not responsible for the accuracy
 and completeness of the information contained in this email or any document
 attached to this email.  PGG Wrightson has not verified the information and,
 accordingly, will not be liable to any party for the accuracy or
 completeness of such information.
 You may use the following link (mailto: unsubscr...@pggwrightson.co.nz) to
 send us an unsubscribe message if you do not want to receive any further
 email messages from PGG Wrightson.
 Please consider the environment before printing this email
 ##



RE: Querystring variables

2009-12-01 Thread Bayard Randel
Wow, so you can! That's brilliant, thank you Deepak!

-Original Message-
From: Deepak Shetty [mailto:shet...@gmail.com] 
Sent: Wednesday, 2 December 2009 5:13 p.m.
To: JMeter Users List
Subject: Re: Querystring variables

Hi
you can extract these out using regular expression extractor and store
them
as variables.
regards
deepak

On Tue, Dec 1, 2009 at 8:10 PM, Bayard Randel
bran...@pggwrightson.co.nzwrote:

 Hola!



 I'm currently load testing an application that has the unfortunate
 characteristic of passing  sessionId and md5 hash strings via
 querystring. Is there any way to store these values in jmeter?
 Unfortunately the app is compiled and I have no way of writing the qs
 values to the document to evaluate with XPath.



 Many thanks,



 Bayard Randel




 ##
 PGG Wrightson is New Zealand's largest - and only nationwide -
provider to
 the agricultural sector. We offer a wide range of products, services
and
 solutions to farmers, growers and processors in New Zealand, and to
 processors and end-users internationally. For further information
refer to
 www.pggwrightson.co.nz
 We are not responsible for changes made to this email or its
attachments
 after sending.  This email (and any attachments) is intended solely
for the
 use of the addressee and may contain information that is confidential
or
 subject to legal professional privilege.  Any unauthorised use of the
email
 or its contents is expressly prohibited.  If you are not the intended
 recipient, you must not read, use, distribute or copy the contents of
this
 email. If you have received this email in error, please advise us
 immediately and then delete this email together with all attachments.
We do
 not warrant that attachments to this email are free from viruses or
defects.
  Any attached files are provided, and may only be used, on the basis
that
 the user accepts all responsibility for any loss, damage or
consequence
 resulting from their use.  The liability of PGG Wrightson is limited
in any
 event to either the resupply of the attached files or the cost of
having the
 attached files resupplied.
 PGG Wrightson is acting solely as the selling agent for the vendor of
any
 property referred to in this email, and is not responsible for the
accuracy
 and completeness of the information contained in this email or any
document
 attached to this email.  PGG Wrightson has not verified the
information and,
 accordingly, will not be liable to any party for the accuracy or
 completeness of such information.
 You may use the following link (mailto:
unsubscr...@pggwrightson.co.nz) to
 send us an unsubscribe message if you do not want to receive any
further
 email messages from PGG Wrightson.
 Please consider the environment before printing this email
 ##


-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org



using JMeter with peoplesoft

2009-12-01 Thread Subhasini

Hi, Im new to JMeter, I just wanted to know whether JMeter can be used for
testing peoplesoft CRM applications. If so how to use it. 
-- 
View this message in context: 
http://old.nabble.com/using-JMeter-with-peoplesoft-tp26604793p26604793.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