RE: Web Service issue

2006-08-25 Thread Harinath Mallepally
You need activation.jar too. Thanks Harinath http://harinath.tk -Original Message- From: Amit Vashistha [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 12:07 PM To: 'JMeter Users List' Subject: Web Service issue Hi all, I am trying to test web service of my project I uploaded

RE: Web service test does not work

2006-07-27 Thread Harinath Mallepally
What is the error you are having? Don't forget to add mail.jar, activation.jar to the lib folder of Jmeter. If you are behind a proxy and if you are trying to test a external webservices, then you can give the proxy/username/pwd etc details as command line arguments while starting Jmeter. ---

web service testing with jmeter

2006-07-11 Thread Harinath Mallepally
Hi, How do we parameterize the web services method parameters for testing web services using Jmeter? Suppose the following is the request SOAP data. I need to parameterize the <> attribute of the method sayHello() http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http:///xsd";>

RE: A repository for extensions/plugins?

2006-06-07 Thread Harinath Mallepally
Did u try aggregate report? -Original Message- From: Gaƫl LHEZ [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 9:01 PM To: 'JMeter Users List' Subject: A repository for extensions/plugins? Hi, I'm looking toward new plugin for jMeter, and I'd like to know if there was some ki

looping and incrementing the thread count in the jmeter script

2006-06-06 Thread Harinath Mallepally
Hi, I need to run jmeter scripts with multiple no of threads. Say I want to run my script for 5 users (10 minutes duration), 10 users (10 minutes duration), 15 users (10 minutes duration), 20 users (10 minutes duration). As of now I am doing it manually. I am setting the thread count an

for each controller

2006-05-28 Thread Harinath Mallepally
Hi All, I want to plan my load testing in incremental fashion. I want to start with 10 users (no of threads in thread group) and then at regular intervals I want this to go up 20, 30, 40, 50 etc. Is it possible to achieve this using for each controller? I have many different scenarios so I

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
extractor for multiple regular expression evaluation? Thanks Harinath http://harinath.tk -Original Message- From: Harinath Mallepally [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 11:33 AM To: JMeter Users List Subject: RE: regarding hidden fields Yes, I am going through the Wiki and

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
WIki. On 27/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: > > Thanks sebb, > > That is good to know. > > How do I use this reg extractor? Can you just give me a brief idea about > it or any web links which will help me. > > -Harinath > > > -Or

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
: regarding hidden fields On 25/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: > > Hi, > > > > How can we enforce that hidden fields are used with http requests > automatically? That is, when I browse a web page and submit a form, > there will be some hidde

regarding hidden fields

2006-05-24 Thread Harinath Mallepally
Hi, How can we enforce that hidden fields are used with http requests automatically? That is, when I browse a web page and submit a form, there will be some hidden fields specific to that user, which are been passed between the webserver and the browser. When I want to record a transaction

query regarding session specific parameters

2006-05-24 Thread Harinath Mallepally
Hi I have a query regarding request parameters. Suppose, there are some hidden fields or session variables for a specific user credentials. I am recording the http requests for a specific user. And want to generalize the transaction for many users using CSV file. All is fine (like username,pa

RE: Recording problem

2006-05-24 Thread Harinath Mallepally
You need to use parameterization for you're the request parameters. Possible solutions are: Use "User Parameters" Use "CSV files" (Thread group ->add->config element ->CSV data set) give the CSV file name (comma separated values) and the field names in the csv file. Example: Filename - input_

using user parameters

2006-05-23 Thread Harinath Mallepally
Hi, I am using user parameters to parameterize the Http Requests. I have my user parameters like this Name User_1 User_2 User_2 Email[EMAIL PROTECTED] [EMAIL PROTECTED][EMAIL PROTECTED] Now, in the http request, where I need