Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
could let me know where am I going wrong. I have researched a lot on the net but all in futile. Thanks in advance, Ashish Abrol -- View this message in context: http://www.nabble.com/Stress-testing-with-JMeter---HTTP-User-Parameter-Modifier-tp19284107p19307965.html Sent from the JMeter - User

RE: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread Mishra, Ajay
] Sent: Thursday, September 04, 2008 4:25 PM To: jmeter-user@jakarta.apache.org Subject: Re: Stress testing with JMeter - HTTP User Parameter Modifier I tried with the CSV also but of no use. I am attaching the screenshots if you could help me figure out the reason. http://www.nabble.com/file

RE: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
you have to mention ${username} and ${password}. Ajay -Original Message- From: ashish261080 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 4:25 PM To: jmeter-user@jakarta.apache.org Subject: Re: Stress testing with JMeter - HTTP User Parameter Modifier I tried

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread sebb
to mention ${username} and ${password}. Ajay -Original Message- From: ashish261080 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 4:25 PM To: jmeter-user@jakarta.apache.org Subject: Re: Stress testing with JMeter - HTTP User Parameter Modifier I

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
To: jmeter-user@jakarta.apache.org Subject: Re: Stress testing with JMeter - HTTP User Parameter Modifier I tried with the CSV also but of no use. I am attaching the screenshots if you could help me figure out the reason. http://www.nabble.com/file/p19307965/CSV%2BData

Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-03 Thread ashish261080
://www.nabble.com/Stress-testing-with-JMeter---HTTP-User-Parameter-Modifier-tp19284107p19284107.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-03 Thread sebb
don't see the users.xml contents being reflected in the User Parameter Preprocessor screen as given in the screenshot. JMeter manual says there is a preprocessor HTTP User Parameter Modifier but I can find only User Parameter Preprocessor. Please tell me where am I going wrong. Am i using the wrong

HTTP User Parameter Modifier

2003-12-03 Thread russo
Howdy, I see that the HTTP User Parameter Modifier has been deprecated? 1) Did it ever work? Using Win2k + Jmeter 1.9.1 + java version 1.3.1_01 where $JMHOME\bin\users.xml contains two parameters per thread with paramnames userid and password I tried setting up a login request (recorded through

Re: HTTP User Parameter Modifier

2003-12-03 Thread mstover1
Combine the User Parameters with a StringFromFile or CVSRead function and you can then stick your usernames and passwords into a text file very easily. -Mike On 3 Dec 2003 at 13:37, [EMAIL PROTECTED] wrote: Howdy, I see that the HTTP User Parameter Modifier has been deprecated? 1) Did

Re: Deprecation of HTML Parameter Mask and HTTP User Parameter Modifier

2002-12-12 Thread Mike Stover
is part of HTML Parameter Mask ;-( ). Not a shame. That was a while ago, and it is the nature of good software that it evolves. If things work out, a day will come when my last bit of code is replaced. I think my comments concerning HTTP User Parameter Modifier are still relevant however

Http User Parameter modifier again

2002-10-16 Thread Mike Hartley
Hi all, I am using the http user parameter modifier to login a series of users - nothing new there then I here you all say, but within the same users.xml file I want to create a parameter X with multiple values which all the threads can access as a common pool. The xml has an allthreads section

HTTP User Parameter Modifier

2002-10-14 Thread Mike Hartley
Hi, I'm Mike Hartley. I am currently looking at jmeter for some performance testing of a web application. I am attempting to use the HTTP User Modifier Parameter with release 1.7.3 to create usernames and passwords to login to a login page. However, I cannot get the subsitiution to function. I

Re: HTTP User Parameter Modifier

2002-10-14 Thread Mike Stover
I think you are confusing the User Parameter config element and the HTTP User Parameter Modifier. The former is only available in the latest nightlies. To use the Modifier (which uses the users.xml file), your HTTP Request needs to use the same parameter name as in the file. The value

Re: HTTP User Parameter Modifier

2002-10-14 Thread Michal Kostrzewa
Hi Mike I am attempting to use the HTTP User Modifier Parameter with release 1.7.3 to create usernames and passwords to login to a login page. However, I cannot get the subsitiution to function. Namevalue FmUname${user_id} FmPassword${password} I'm afraid

FW: HTTP User Parameter modifier

2002-07-11 Thread Walsh, Mark
Hi Juan, The User Parameter Modifier code is included in the nightly releases. Regards, Mark. -Original Message- From: Joseph Barefoot To: JMeter Users List Sent: 7/11/2002 9:47 AM Subject: RE: HTTP User Parameter modifier No problem, good luck with your testing. :) -Original

HTTP User Parameter modifier

2002-07-10 Thread Juan Dellarroquelle
I was reading the mails in the archives (mails sent in May, this year) and there are a couple of mails referencing an HTTP User Parameter modifier. I'm not quite sure if this modifier was added somewhere in the JMeter CVS repository. Can someone point me where I can find it or email it to me

Re: HTTP User Parameter modifier

2002-07-10 Thread Juan Dellarroquelle
Thanks Joe and Michael, I successfuly get the stuff up 'n running. Thanks a lot! Juan. - Original Message - From: Joseph Barefoot [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 3:50 PM Subject: RE: HTTP User Parameter modifier Juan, I

RE: HTTP User Parameter modifier

2002-07-10 Thread Joseph Barefoot
No problem, good luck with your testing. :) -Original Message- From: Juan Dellarroquelle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:14 PM To: JMeter Users List Subject: Re: HTTP User Parameter modifier Thanks Joe and Michael, I successfuly get the stuff up 'n

Re: FW: Jmeter - HTTP User Parameter Modifier

2002-05-01 Thread david garcia
. . . I then insert a link parser and the User Parameter Modifier into my modification controll er before the form request as per your instructions: Modification Controller HTTP HTML Link Parser HTTP User Parameter Modifier HTTP Request Now in my form should I

FW: FW: Jmeter - HTTP User Parameter Modifier

2002-05-01 Thread Walsh, Mark
Hi David, Sorry for the confusion, my documentation is the cause of your problems. The HTTP User Parameter modifier will only change parameters values in a HTTP Request if the EXACT same parameter name exists in both the HTTP Request and the users.xml file. Using your example