Re: Simulate concurrency of a browser

2012-04-16 Thread testerinCO
Hello Oliver thanks for the explanation. I already installed jmeter 2.6. Do I need to configure the pool of connections to take advantage of the concurrency? Could you also guide me in the right direction to simulate multiple asyncronous ajax calls. -- View this message in context: http://

Simulate concurrency of a browser

2012-04-16 Thread testerinCO
Does jmeter support loading several images, resources or making several AJAX style requests concurrently. Basically, can jmeter simulate the concurrency of a browser. Some of the Loadrunner test engineer claim LR supports it, but jmeter doesn't. Can you elaborate? thanks -- View this message i

Re: JMeter Proxy Certificate not accepted by IE 8 Browser (Windows 7)

2012-02-16 Thread testerinCO
Here is the jmeter.log entry: 2012/02/16 08:23:52 ERROR - jmeter.protocol.http.proxy.Proxy: Problem with SSL certificate? Ensure browser is set to accept the JMeter proxy cert: Connection closed by remote host 2012/02/16 08:23:58 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl: Error Response C

JMeter Proxy Certificate not accepted by IE 8 Browser (Windows 7)

2012-02-14 Thread testerinCO
All I added the JMeter Proxy cert to Trusted Root Certification Authorities and Trusted Publishers, but I keep getting the error below in the log. and the following in the sampler result: Thread Name: Sample Start: 1969-12-31 17:00:00 MST Load time: 0 Latency: 0 Size in bytes: 0 Headers size in

Re: Concatenate variable list returned in HTTP GET

2012-02-07 Thread testerinCO
thanks. I got it to work with a Beanshell post processor. -- View this message in context: http://jmeter.512774.n5.nabble.com/Concatenate-variable-list-returned-in-HTTP-GET-tp5453990p5464856.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

Re: Concatenate variable list returned in HTTP GET

2012-02-03 Thread testerinCO
Hello Here is the output of the GET HTTP /getproductIdList {"productIdList":[{"productId":2023345,"product":"4e83addb990ffaeba7d280f9"},{"productId":2023347,"product":"4e83edce990ffaeba7d28109"},{"productId":2023753,"product":"4e93ad2e990f87800aa8df67"},{"productId":2023871,"product":"4e9dc439990

Concatenate variable list returned in HTTP GET

2012-02-03 Thread testerinCO
Hello I need some help. I have an HTTP call that returns a list of products for a user. The returned list of products may very from user to user. Here is the string returned by the HTTP call: ["[com:product:location:store]:ABC12345","[com:product:location:store_product]:199","[com:produ

Does Jmeter support AutoResponder Rules?

2011-12-02 Thread testerinCO
All I have a web application that uses fiddler which has several autoresponder rules set up. ie If URI matches: regex:(?insx)3\.0\.0\.0/ecxd\.html then respond with: http://static.ecollege-labs.com/ecxd/3.0.0.0/ecxd.html When I start recording in jmeter (proxy server), the fiddler proxy i

Foreach Controller - Only extract 1st 20 values from list

2011-11-28 Thread testerinCO
I have a foreach controller with 100+ items, but I'm only interested in the 1st 20 items. How can I restrict the controller to only extract the 1st 20 items and then quit? Thank you. -- View this message in context: http://jmeter.512774.n5.nabble.com/Foreach-Controller-Only-extract-1st-20-value

Does jmeter support CMAC encryption

2011-11-22 Thread testerinCO
I working on a script with many tokens. Part of the token is encrypted. Does jmeter support CMAC encryption? Fitnesse has a method called "org.eclg.fitnesse.tools.CryptoFixture". Is there a way to do this in jmeter? Thanks -- View this message in context: http://jmeter.512774.n5.nabble.com/D

Re: Changing the property of the __time function for YMDHMD

2011-11-22 Thread testerinCO
Thank you. I got it to work. -- View this message in context: http://jmeter.512774.n5.nabble.com/Changing-the-property-of-the-time-function-for-YMDHMD-tp5013291p5013644.html Sent from the JMeter - User mailing list archive at Nabble.com. -

Changing the property of the __time function for YMDHMD

2011-11-22 Thread testerinCO
Hello I modified the time.YMDHMD property to the following: time.YMDHMD="-MM-dd'T'HH:mm:ss.SSSZ" I tried different character escape options, but I always get the same error when trying to run it. Base: Cannot find .className property for htmlParser, using default 2011/11/22 04:26:12 INFO -

RE: Help with Reg Expression

2011-11-17 Thread testerinCO
Thank you. For some reason, my regular expression did not work. I used yours and it worked just fine. -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-with-Reg-Expression-tp4995226p5001382.html Sent from the JMeter - User mailing list archive at Nabble.com.

Help with Reg Expression

2011-11-15 Thread testerinCO
Hello How can I capture the information after the "=" sign up to the ampersand sign. openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0& Here is my reg exp statement Reference Name: OPENID.NS Regular Expression: openid.ns=(.+?)& Template: $1$ Match No: 1 Default Value: Not found. It alwa