_threadNum not working

2003-03-24 Thread Ananda
Hi, I am sending an XML file with a HTTP POST request. In the file I am using hostname${__threadNum} but in the functional test mode results file I find the ${__threadNum} is not getting replaced with 1, 2, 3It remains as it is. I am using jakarta-jmeter-1.8.1 on win2K. Regards, Ananda. Info

RE: Using data from one request in another request

2003-03-24 Thread Casadonte, Joe
Mike -- thanks for the response. What can I look for in a future stable CVS release? A new function or something else? Much thanks! -- Regards, joe Joe Casadonte Global Logistics Technologies, Inc. [EMAIL PROTECTED] 1016 West Ninth Avenue King of Prussia, PA 19406 610-491-9881 > -Origi

RE: Using data from one request in another request

2003-03-24 Thread Mike Stover
On 24 Mar 2003 at 15:49, Casadonte, Joe wrote: > It's bad for to respond to your own question, I know, but I think I figured > out my own answer. I need to use __regexFunction, right? > > The tricky part of WHERE to put it still remains, though. What I have is > not really Requests A&B, but rat

RE: Using data from one request in another request

2003-03-24 Thread Casadonte, Joe
It's bad for to respond to your own question, I know, but I think I figured out my own answer. I need to use __regexFunction, right? The tricky part of WHERE to put it still remains, though. What I have is not really Requests A&B, but rather Requests A-F, where A has the data I want to parse out

Re: Using data from one request in another request

2003-03-24 Thread Gary Rogers
Use a regular expression function to suck the data out of the previous page and put it in your next form submit. On Mon, 2003-03-24 at 14:29, Casadonte, Joe wrote: > Say I have two requests: A & B. Part of the data sent back in response to > Request A is needed as a parameter to B. Is there any

Using data from one request in another request

2003-03-24 Thread Casadonte, Joe
Say I have two requests: A & B. Part of the data sent back in response to Request A is needed as a parameter to B. Is there any existing way to make this work? Thanks! -- Regards, joe Joe Casadonte Global Logistics Technologies, Inc. [EMAIL PROTECTED] 1016 West Ninth Avenue King of Prussia,

RE: ant-jmeter xsl error

2003-03-24 Thread Joseph Fifield
You know, to tell you the truth, I don't even know which xsl processor I am using. I am running this on an out-of-the-box Ant 1.5.2 installation with ant-jmeter.jar added. Looking at the Ant docs for the xslt task, it looks like you might want to try adding Xalan 2 or Saxon to your classpath. Joe

ant-jmeter xsl error

2003-03-24 Thread Michael Lee Jr.
Hey, I'm using the jmeter-ant integration jar that someone posted earlier. The link is below; http://www.programmerplanet.org/ant-jmeter/ It seems to run ok but then I get this error when it tries to transform the results. The ant-jmeter.jar is in the ant\lib dir, otherwise, it wouldnt execute t

RE: Trouble with User Parameters

2003-03-24 Thread Kenny Smith
Guys, I found that if I move the User Parameter Config Element before the requests that use the parameter in my test plan, then the variables did not work. Kenny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

How to Setup SOAP RPC Handler

2003-03-24 Thread JWeeks
Greetings. I am relatively new to the Jmeter users group. Can someone point me at a document or website that outlines some best practices/procedures for using jmeter to test .wsdl's.. specifically, which combination of controllers and listeners are required? How do I pass required parameters

Need to use a java test harness to execute within JMeter

2003-03-24 Thread Nitin Kohli
Hi, I have craeted a java test case that creates the url object and then sends request after reading data from several XML files. I need to run this class as part of my TestPlan in Jmetetr repeatedly in a loop. can Anybody pls help me in doing this. Thanks in advance. Regards Nitin Kohli _

Problem with content type for a SOAP RPC Handler

2003-03-24 Thread Satish K Terala
Hi I am trying to test my listener (sort of a webserver) for SOAP requests with JMeter's SOAP RPC Handler, Problem is that JMeter always sends the content type as application/x-www-form-urlencoded while my webserver expects only text/xml , else it fails. I have tried adding a HTTP HeaderManager

Pointers please

2003-03-24 Thread mike.roberts
A Question, I have a test template where I login and use a to remain logged into the J2EE App until I finnally logout as a final sampler. No as part of the exercise I want to navigate some tree like structures that would potetially have different url parameters for each user/thread. Is the

Re: Jmeter problem

2003-03-24 Thread Benjamin Gantier
Excuse-me but can you tell me more precisely the way to do this. Thank you Ben Mike Stover a écrit : > You can make it dynamic via other methods. Read up on some of the functions > available to you in JMeter. > > -Mike > > On 21 Mar 2003 at 17:48, Benjamin Gantier wrote: > > > Thank Mike, > > Do