Re: Transaction Controller

2011-10-04 Thread Bruce Ide
Simple Controller seems to mostly be used to group your tests into logical components. This makes it easier to only show the parts of your test that you're interested in, and to move or copy functional units around. The transaction controller seems to fail if any of the statements in it fail. I

Re: Transaction Controller

2011-10-04 Thread ZK
A simple controller is useful if you want make your call modular, i.e. like calling subroutines (example here: http://www.sourcepole.com/2011/1/4/making-your-jmeter-test-modular) or as Bruce states also useful for grouping certain calls A transaction controller is useful if you want to get

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread itsbritto
I think We are not do with HTTPS in jmeter proxy recording.. Record it in badboy and and make use of it in jmeter On Tue, Oct 4, 2011 at 4:42 AM, Jain, Kapil kapil.j...@logica.com wrote: Can you try the same through badboy? - Original Message - From: Bhuiyan, Hasan (Hasan)

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread Philippe Mouawad
Hello, JMeter does https recording fine with proxy without special config since 2.4. Did you follow this: - http://wiki.apache.org/jakarta-jmeter/JMeterAndHTTPS Steps: - Create a Recording Controller under Thread Group - Add a proxy to your workbench (use 8080 for example) - IN

Re: Regular expression extractor

2011-10-04 Thread ZK
newaccountid=(\d*)newpatientid=(\d*)patientid=(\d*)accountid=(\d*) ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-tp4867973p4868138.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Regular expression extractor

2011-10-04 Thread ZK
You need to extract those values from the 'page response' you get BEFORE navigating to: /framework/wc_servlet.jsp? ie: page 1 (extract values with regEx) page 2: /framework/wc_servlet.jsp?(populated with previous extracted values) ZK -- View this message in context:

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread itsbritto
Hi phillip, I tried to record https site in jmeter2.4 and i'm not able record anything.Is there any particular changes i need to mention in the proxy server. and later tried with spoofing in final no luck. On Tue, Oct 4, 2011 at 3:38 PM, Philippe Mouawad philippe.moua...@gmail.com wrote:

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread sebb
On 4 October 2011 14:24, itsbritto brittobt...@gmail.com wrote: Hi phillip,  I tried to record https site in jmeter2.4 and i'm not able record anything.Is there any particular changes i need to mention in the proxy server. and later tried with spoofing in final no luck. Does the browser

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread Bruce Ide
Check your browser (or windows if it's IE) settings for proxies. It should be proxying through your jmeter address and port, and there should be NO local exceptions. Local exceptions are not proxied and therefore Jmeter will not record them. It is common to add your internal corporate network to

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread itsbritto
Yes the browser is good enough. I tried the same for normal http requests.itworks fine for me. But when i tried to record HTTPS site problem starts.And also you taking about local exceptions i can access my corporate network in my browser already added the certificates. FYI i'm using firefox 3.6

Re: Performance Test via JMeter on multi windows session

2011-10-04 Thread itsbritto
multiple windows session can u elaborate? On Tue, Jun 28, 2011 at 5:13 PM, Jain, Kapil kapil.j...@logica.com wrote: Hi, I want to run a performance test using JMeter on a multiple windows session? If any once has done this kind of testing then please share your experience with me ?

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread Basim Baassiri
I'm experiencing the same issue with the latest release 2.5.1 On Sun, Oct 2, 2011 at 9:57 AM, sebb seb...@gmail.com wrote: On 1 October 2011 15:52, Basim Baassiri ba...@baassiri.ca wrote: HI just to confirm that this is the bug that might resolve my issue

Re: Issue related Proxy Webservice(SOAP)Request+SOAP/XML-RPC

2011-10-04 Thread skchoppala
Hi Hari, Why are you using proxy server? Is there any firewall between the host where the client is running and end point? We can simply use SOA/XML-RPC Request by just providing URL and soap action. http://jmeter.512774.n5.nabble.com/file/n4870586/SOAP_XML.png Regards skchoppala -- View

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread sebb
On 4 October 2011 22:43, Basim Baassiri ba...@baassiri.ca wrote: I'm experiencing the same issue with the latest release 2.5.1 Does it say Test has ended ? On Sun, Oct 2, 2011 at 9:57 AM, sebb seb...@gmail.com wrote: On 1 October 2011 15:52, Basim Baassiri ba...@baassiri.ca wrote: HI

Re: I am stuck with https with jmeter v 2.5

2011-10-04 Thread skchoppala
Hasan Bhuiyan, Did you check the check box use the same proxy server for all protocols in browser proxy setting? I am sure this solve the issue. Below are the steps IE = Tools - Internet Options - Connections - LAN Settings - Proxy Server - Advanced - select check box use the same proxy server

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread Basim Baassiri
Test has ended is not written to the logs On Tue, Oct 4, 2011 at 6:04 PM, sebb seb...@gmail.com wrote: On 4 October 2011 22:43, Basim Baassiri ba...@baassiri.ca wrote: I'm experiencing the same issue with the latest release 2.5.1 Does it say Test has ended ? On Sun, Oct 2, 2011 at 9:57

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread Basim Baassiri
my current observations are the initial 90 threads start and finish and the remainder appear to be not shutting down There is a period of almost 55 mins where the logs are not being written to at which point i see another thread shutdown message 2011/10/04 17:07:40 INFO -

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread sebb
On 4 October 2011 23:24, Basim Baassiri ba...@baassiri.ca wrote: Test has ended is not written to the logs In that case, the bug fix has worked here. On Tue, Oct 4, 2011 at 6:04 PM, sebb seb...@gmail.com wrote: On 4 October 2011 22:43, Basim Baassiri ba...@baassiri.ca wrote: I'm

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

2011-10-04 Thread sebb
On 4 October 2011 23:31, Basim Baassiri ba...@baassiri.ca wrote: my current observations are the initial 90 threads start and finish and the remainder appear to be not shutting down There is a period of almost 55 mins where the logs are not being written to at which point i see another thread