RE: Steps to record HTTP request

2009-07-14 Thread Vijay
Hi Deepak Does Jmeter supports Javascript and AJAX request since we use these both at maximum -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, July 15, 2009 12:02 AM To: JMeter Users List Subject: Re: Steps to record HTTP request Hi >I am accessing an

Re: Clarification in Assertions

2009-07-14 Thread Pramod_bambore
Thanks for the reply, I will try this out ~Pramod mahesh kumar-3 wrote: > > Hi, > > This can be solved in another way. You know that if a particular page is > not > loaded correctly then which type of error page it will display(like page > cannot be displayed). so you can put a assertion in su

Re: Clarification in Assertions

2009-07-14 Thread mahesh kumar
Hi, This can be solved in another way. You know that if a particular page is not loaded correctly then which type of error page it will display(like page cannot be displayed). so you can put a assertion in such a way that if it is not "page cannot be displayed" then it is passed. You can use the o

RE: Which Sampler to use to test RESTful Web Service?

2009-07-14 Thread Mathumathi Palani Bommu, EAS-Chennai
Sampler --> Web Services will work for this From: Deepak Shetty [shet...@gmail.com] Sent: Wednesday, July 15, 2009 11:03 AM To: JMeter Users List Subject: Re: Which Sampler to use to test RESTful Web Service? hi Sampler > HTTP Request (with HTTPClient or t

Re: Which Sampler to use to test RESTful Web Service?

2009-07-14 Thread Deepak Shetty
hi Sampler > HTTP Request (with HTTPClient or the normal one) regards deepak On Tue, Jul 14, 2009 at 10:17 PM, Anwaruddin Mohammad < anwaruddi...@ocimumbio.com> wrote: > Dear Team, > > I was told that JMeter can be used for testing RESTful webservice. I was > wondering whether to use "Sampler >

Clarification in Assertions

2009-07-14 Thread Pramod_bambore
Hi, This may be a very basic question regarding assertion. My problem is i have an response assertion and i am validating against the "Text". I dont want my script to fail when the response is "Search successfully done" or "No data found", when i am performing the search. Assertion is checking u

Which Sampler to use to test RESTful Web Service?

2009-07-14 Thread Anwaruddin Mohammad
Dear Team, I was told that JMeter can be used for testing RESTful webservice. I was wondering whether to use "Sampler > HTTP Request HTTPClient" or "Sampler > WebService(SOAP Request)"? Please guide. Anwar

What is the limit of threads which can be used to get realistic results?

2009-07-14 Thread Anwaruddin Mohammad
Dear JMeter users, For distributed testing of Web Service and for Web Application testing, what is the limit of virtual users or threads to be used to get a realistic load test results? We have systems of 1GB RAM and 2.3GHz Processor speed. Thanks in advance. Anwar

Re: JMeter and Ant Logging

2009-07-14 Thread Deepak Shetty
Hi im not sure what your question is. The log4j.properties file specifies a console appender , so you would get to see the messages appearing on your console regards deepak On Tue, Jul 14, 2009 at 1:55 PM, SGE0 wrote: > > Hi, > > I have been using Ant & Jmeter successfully the last months. > > N

JMeter and Ant Logging

2009-07-14 Thread SGE0
Hi, I have been using Ant & Jmeter successfully the last months. No I want to use the log4j package to have more control on the logging of messages I have a log4j.properties file with following contents: log4j.rootCategory=WARN,application,stdout, #out to console #log4j.appender.s

Jmete reports have nagtive values

2009-07-14 Thread shan kuang
Hi, I am using Jmeter jakarta-jmeter-2.3.3. I have got nagtive values for the response time often (summary report, aggregate report etc). Is it a bug or...? Label # Samples Average Median 90% Line Min Max Error % Throughput KB/sec /revapp/logon 1 82 82 82 82 82 0 12.19512 235.1

Re: Steps to record HTTP request

2009-07-14 Thread Deepak Shetty
Hi >I am accessing an application from the server machine using http protocol >(just giving the ip address of the server machine - static ip, not thru >internet and also thru internet when connected remotely) Im assuming you are accessing the application with a browser which has been configured to

RE: Steps to record HTTP request

2009-07-14 Thread Vijay
Hi Deepak Thanks for being patient to give a reply to me. The request is http only. Let me explain my scenario I am accessing an application from the server machine using http protocol (just giving the ip address of the server machine - static ip, not thru internet and also thru internet when con

Re: Steps to record HTTP request

2009-07-14 Thread Deepak Shetty
Hi you just click the start button. Are you testing HTTP or HTTPS? If HTTPS did you check use this setting for all protocols? Also ensure that the server you are testing is not listed in "No proxy for" >and why should I change proxy server settings Im not sure what this question means. regards dee

Re: How to simulate login for a single-sign-on site

2009-07-14 Thread MISHRAPRIYA
Hi , I am doing the load testing where the 10 users need to pass throgh the login process by entering username and password and navigate to other pages. 1- I recorded the login sequence through HTTP proxy server . 2- Add Once only controller in thread group. 3- Add the HTTP request for login

RE: Steps to record HTTP request

2009-07-14 Thread Vijay
Yeah, I've set the connection as manual proxy and added the appl. Ip with port no. 8080 on ff 3.5. How to start the proxy server and why should I change proxy server settings? I am not clear on that -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, July 14,

Re: Steps to record HTTP request

2009-07-14 Thread Deepak Shetty
Did you configure your browser to use your proxy server (and started the proxy server) ? On Tue, Jul 14, 2009 at 7:33 AM, Vijay wrote: > Hi > > > > Kindly guide me thru recording http request > > > > Steps followed: > > 1. From work bench, created a Non test element -> Http proxy server > 2

Re: How to distinguish performance drawback source

2009-07-14 Thread Deepak Shetty
hi possible problems that i can think of are a. You have loaded the Jmeter client with more load than it can handle (as a rule of thumb i wouldn't run more than 20-25 threads from a single client jmeter). You would need to distribute your test across multiple machines (You can check whether your m

Re: Steps to record HTTP request

2009-07-14 Thread Jose Pablo Sarco
Hi, Try reading this guide: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf Best Regards, Jose On Tue, Jul 14, 2009 at 3:33 PM, Vijay wrote: > Hi > > > > Kindly guide me thru recording http request > > > > Steps followed: > > 1. From work bench, created a Non

Steps to record HTTP request

2009-07-14 Thread Vijay
Hi Kindly guide me thru recording http request Steps followed: 1. From work bench, created a Non test element -> Http proxy server 2. In http proxy server pane a. Checked Attempt https spoofing 3. Test plan content a. Target controller - Workbench->http proxy s

Re: starting command prompt

2009-07-14 Thread Noel O'Brien
Hi, Check out the manual here: http://jakarta.apache.org/jmeter/usermanual/get-started.html#running Regards, Noel - "raj dutta" wrote: > > hi all, > i m new to jmeter can anyone help me how to start command prompt. > -- > View this message in context: > http://www.nabble.com/star

How to distinguish performance drawback source

2009-07-14 Thread ziohausam
Hello All, I have a Question. I use Jmeter in my Performance test execution. Actually i always face drawback when number of users increases and of course this is normal. what is not normal is that while i check the performance live with the test execution running, i open a browser session for

starting command prompt

2009-07-14 Thread raj dutta
hi all, i m new to jmeter can anyone help me how to start command prompt. -- View this message in context: http://www.nabble.com/starting-command-prompt-tp24476382p24476382.html Sent from the JMeter - User mailing list archive at Nabble.com.