Return-Path: Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 35228 invoked from network); 22 Aug 2003 18:08:09 -0000 Received: from zensutra.com (128.121.224.206) by daedalus.apache.org with SMTP; 22 Aug 2003 18:08:09 -0000 Received: from srao3 ([202.62.95.11]) by zensutra.com (8.12.9) id h7MHeBH3077444 for ; Fri, 22 Aug 2003 11:40:13 -0600 (MDT) Reply-To: From: "Sandeep Rao" To: "'JMeter Users List'" Subject: RE: UserParametrs Date: Fri, 22 Aug 2003 23:10:36 +0530 Organization: ZenSutra Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you had read the documentation you would know why. Just by keeping the parameter names same in both place won't work. A user Paramter can be referenced in the HTTP samplers and other places by using the following synatx: ${name} Specify the parameter as follows: taskid = ${taskId} And this should work. Sandeep -----Original Message----- From: Shaik Afgal Bhasha [mailto:shaikb@intelligroup.co.in] Sent: Friday, August 22, 2003 7:25 PM To: jmeter-user@jakarta.apache.org Subject: UserParametrs Hi All, I am trying to use userparameters to pass different values for my threads.Like i got a search page basing on task id it gives response.now in my useparameters i defined the parameters name as "taskId "(this is my variable to be sent along with HTTP Request sampler) and i ahve added neatly 20 users with different taskid values.Now my doubt is how do my HTTP Request Sampler knows that taskIDd should be picked from User Parameters or does it pick it automatically.for me all the requests are having the same taskid as i defined it in the HTTP Request sampler.I tried even without giving any value for taskID in Http Request sampler.but the JMeter seems to hang here.can anyone tell me how to set this right? Thanx in advance. Afzal. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org