JMeter with session variables

2007-04-22 Thread Tracy12
Hi, How can the JMeter reads the session variables? I would like to know what is the practice that I should follow to retrieve the session variable. Currently I got stuck in the jmeter script as I cant retrieve the session variable. In order to go to the next page I need the value of the Dynamic

RE: WSDL testing with parameters

2007-04-22 Thread David Schulberg
Hi, Can create a user defined variable and substitute it into your SOAP request data. David Schulberg Object Consulting email: [EMAIL PROTECTED] consulting | development | training | support our experience makes the difference

Re: Caching

2007-04-22 Thread Haikal
Dear Lakshmi, This question has been answered by sebb: http://www.mail-archive.com/jmeter-user@jakarta.apache.org/msg09940.html FYI, we can search topics within this mailist archive in this url: http://mail-archive.com/jmeter-user@jakarta.apache.org/ Regards, Haikal 2007/4/21, lakshmi palania

possible to set cookie by beanshell

2007-04-22 Thread chris
hi! i want to set cookie data (like session id) manually, with a preprocessor. for the httpsampleresult, i found the method prev.setCookies(...). if i call this method, i see the cookie data in my "view results tree" at the request tab, but at the "sampler result" tab another jsession id is set

Dynamic URL's

2007-04-22 Thread Mike Bonar
One of the toughest problems I have had to face as a web tester is when the application generates dynamic URL's for each individual user. For example, after the user logs into the application, the links on the page are unique to that user. Scripting requires that you parse the page for the URL's

Re: Problems with distributed testing

2007-04-22 Thread sebb
A search of the JMeter User archives suggests that the problem might be due to the IPs being in different subnets. So you need to check that: 172.16.2.44 and 172.16.40.117 are in the same subnet. I don't know why RMI reports the problem as applying to 127.0.0.1. S/ On 21/04/07, Indraneel Chowdh