Re: Clarification in Assertions

2009-07-15 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 such a

RE: Steps to record HTTP request

2009-07-15 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

Do Jmeter Support Java Script calls..?

2009-07-15 Thread MITRAJ
-- View this message in context: http://www.nabble.com/Do-Jmeter-Support-Java-Script-calls..--tp24493378p24493378.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Do Jmeter Support Java Script calls..?

2009-07-15 Thread Noel O'Brien
Hi, See the JMeter is not a browser section in http://jakarta.apache.org/jmeter/index.html Regards, Noel - MITRAJ rajesh.mittapa...@gs.com wrote: -- View this message in context: http://www.nabble.com/Do-Jmeter-Support-Java-Script-calls..--tp24493378p24493378.html Sent

get several IDs from several Users

2009-07-15 Thread Knut Wuchtig
Hello, maybe you can help me. I work with JMeter and SOAP Request, like GetObjectByFilter. I have the following problem. Situation: I have an amount of user with a special attribut. I can request the user with GET and get e.g. 100 Users. Now all these users have at least on CompanyID, which

Re: JMeter and Ant Logging

2009-07-15 Thread SGE0
Hi, thx for the response. Please note that the consoleappender is in comment (please note the cross sign at the beginning of the line #) and that the stdout is pointing to a FileAppender ! So basically I want to suppress that logs are coming in the console. Regards, S. Deepak Shetty

Re: Do Jmeter Support Java Script calls..?

2009-07-15 Thread MITRAJ
Thanks Noel In my application have 3 tabs. If i click on the tab, A frame is loaded. Those tabs are based on Java script. (HTTP request url is not there for these tabs). Is there any way to test tabs..? Thanks Raj Noel O'Brien wrote: Hi, See the JMeter is not a browser section in

How to test login accounts?

2009-07-15 Thread ziohausam
Hello All, we are moving our accounts (4000) from an old to a new system. I need to conduct a test using jmeter to make sure that all will successfully log in. how can i do this ? i have user names and passwords in an excel file. i can only create this for a single user. i need to know how to

Re: How to distinguish performance drawback source

2009-07-15 Thread ziohausam
Deepak Shetty wrote: 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

Re: get several IDs from several Users

2009-07-15 Thread Tony Lotts
What should JMeter do with the CompanyIDs once it gets them? On Wed, Jul 15, 2009 at 5:55 AM, Knut Wuchtig knu...@gmx.net wrote: Hello, maybe you can help me. I work with JMeter and SOAP Request, like GetObjectByFilter. I have the following problem. Situation: I have an amount of user

Re: Do Jmeter Support Java Script calls..?

2009-07-15 Thread Tony Lotts
It sounds like what you want to test is the load time of the frames. Is each frame defined in a different HTML document? If so, just request each HTML document with an HTTP GET. You may also want to check 'Download Embedded Resources...'. On Wed, Jul 15, 2009 at 8:07 AM, MITRAJ

Re: Do Jmeter Support Java Script calls..?

2009-07-15 Thread Noel O'Brien
How is the content of the tab gotten from the server? Is it pre-loaded or loaded on demand.? Either way, it's probably obtained using a http call. Try using a tool like wireshark to to analyze the call flow or you could use JMeters HTTP Proxy to recore the call flows directly. Regards, Noel

Re: How to test login accounts?

2009-07-15 Thread Tony Lotts
See CSV Data Set Config, and Response Assertion. On Wed, Jul 15, 2009 at 9:01 AM, ziohausam ziohau...@gmail.com wrote: Hello All, we are moving our accounts (4000) from an old to a new system. I need to conduct a test using jmeter to make sure that all will successfully log in. how can i

HTTP Proxy Server problems

2009-07-15 Thread ianp622
Hi everyone, I'm having a problem with HTTP Proxy. At times I was able to get it to work perfectly, but now something seems wrong and I don't know how to fix it. I am using Jmeter version 2.3.4 and Java 5. I start the server, and I have the proxy for Safari set up to go to the Jmeter proxy.

Re: Steps to record HTTP request

2009-07-15 Thread Deepak Shetty
Hi no javascript support, AJAX requests are supported depending on what you want (an AJAX request is still an HTTP request). The main thing is JMeter is not a browser , it can make HTTP requests and get its response . If you want to run a test within a browser then you should look at

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

2009-07-15 Thread Deepak Shetty
Not true. A REST client has to support PUT,GET,DELETE (and other HTTP verbs) , not just POST regards deepak On Tue, Jul 14, 2009 at 10:41 PM, Mathumathi Palani Bommu, EAS-Chennai mathumat...@hcl.in wrote: Sampler -- Web Services will work for this

Re: Modifying data while filling forms and basic Jmeter help

2009-07-15 Thread Deepak Shetty
You have to use one of the Post Processors (e.g. Regex) to extract this token from the Servers response into a variable and post the data back to the server whenever its needed regards deepak On Wed, Jul 15, 2009 at 2:33 AM, phanikishan phanikis...@gmail.com wrote: Deepak Shetty wrote:

Re: JMeter and Ant Logging

2009-07-15 Thread Deepak Shetty
hi whoops sorry, didnt read your message carefully. Possibly a different log4j.properties file is being used - i.d change the name to something other than log4j.properties and use -Dlog4j.configuration to explicitly specify this file You also have log4j: setFile called: c:/brol7/application3.log,

Re: How to distinguish performance drawback source

2009-07-15 Thread Deepak Shetty
hi There is a HTTP Cache Manager in JMeter but Ive never tried it. the first thing is , is this your problem though ? Enable View results tree and see the requests and check what is taking time in jmeter / what response times you are getting v/s what you see on the browser (say using firefox and

Re: JMeter and Ant Logging

2009-07-15 Thread SGE0
Hi, I agree, I messed up a little bit but it was already late that evening So I'll do it all again: I start ant/meter with following script: set ANT_OPTS=-Dlog4j.debug -Dlog4j.configuration=log4j.properties ant -listener

Re: How to test login accounts?

2009-07-15 Thread ziohausam
Tony Lotts wrote: See CSV Data Set Config, and Response Assertion. Thanks very much I did it -- View this message in context: http://www.nabble.com/How-to-test-login-accounts--tp24497458p24502868.html Sent from the JMeter - User mailing list archive at Nabble.com.

Reading File Content into Variable

2009-07-15 Thread Andre Arnold
Hi All First, is there a simple way to provide the functionality of reading a file as a whole into a variable. (simular to the _StringFromFile Function) What I want to do is providing the name of an xml files in a csv for varying the testdata easily. then I want to repeat the test for each