Re: Transaction Controller

2011-10-05 Thread vamba
Thanks a lot ...in the report we can get seperate aggreate report for each right or oly 1 report in general ... This controller can be added only after record the request right ? ...or before recording the request ? -- View this message in context: http://jmeter.512774.n5.nabble.com/Transaction-

Counter bug or test plan setup incorrectly?

2011-10-05 Thread David Luu
Hello, I'm using counter via variable method than the counter element. But counter increments by 2 instead of 1 at runtime. Wonder if is bug or if my setup has issue. Here's more details first HTTP request sampler followed by regex extractor that does global match (-1), with single group per matc

Re: Unexpected Page returned

2011-10-05 Thread Oliver Lloyd
You could use a http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor regular expression extractor and an http://jakarta.apache.org/jmeter/usermanual/component_reference.html#If_Controller if controller to have a decision tree where different branches

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

2011-10-05 Thread sebb
On 5 October 2011 18:14, Basim Baassiri wrote: > my comments inline.  I have a workaround and wanted to share my findings > > On Tue, Oct 4, 2011 at 8:09 PM, sebb wrote: > >> On 4 October 2011 23:31, Basim Baassiri wrote: >> > my current observations are the initial 90 threads start and finish a

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

2011-10-05 Thread Basim Baassiri
my comments inline. I have a workaround and wanted to share my findings On Tue, Oct 4, 2011 at 8:09 PM, sebb wrote: > On 4 October 2011 23:31, Basim Baassiri wrote: > > my current observations are the initial 90 threads start and finish and > the > > remainder appear to be not shutting down >

Re: how to do a regular expression on the following value

2011-10-05 Thread Deepak Shetty
name="tempVar"\s*?value="([^"]*)" (assuming name and value are on the same line) - havent tested . there are various online tools that let you test out your regex's regards deepak On Wed, Oct 5, 2011 at 10:08 AM, Bhuiyan, Hasan (Hasan) < mahmud.bhui...@searshc.com> wrote: > > Hi Friends, > > How

how to do a regular expression on the following value

2011-10-05 Thread Bhuiyan, Hasan (Hasan)
Hi Friends, How can I do a regular expression of E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04 from the following string? input type="hidden" name="tempVar" value="E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04"> 630) 869-1490 Regards, Hasan This message, including any attachments, is the property

RE: I am stuck with https with jmeter v 2.5

2011-10-05 Thread Bhuiyan, Hasan (Hasan)
Hello skchoppala, Thanks a lot. It's working just fine. Thanks to all the friends for helping me out here. Best regards Hasan -Original Message- From: skchoppala [mailto:skchopp...@gmail.com] Sent: Tuesday, October 04, 2011 5:14 PM To: jmeter-user@jakarta.apache.org Subject: Re: I am

RE: Unable to record in Jmeter sharepoint application

2011-10-05 Thread Akhilkumar Patel
It seems that the jmeter is facing file reading permission/access issue. Akhilkumar Patel | Software Engineer InfoStretch Corporation -Elevating Confidence -Original Message- From: ramohan [mailto:ra_mo...@yahoo.com] Sent: Wednesday, October 05, 2011 11:08 AM To: jmeter-user@jakarta.apach

Unable to record in Jmeter sharepoint application

2011-10-05 Thread ramohan
I'm getting the below error during recording a sharepoint application. The step in which the failure occurs is where its about to generate a report in word format. On completing the report parameter and doing a submit by clicking the button the below message appears in the brower. java.io.IOExcept

Re: I am stuck with https with jmeter v 2.5

2011-10-05 Thread itsbritto
yes its working for me. Thanks all -brittoC On Oct 5, 2011 3:44 AM, "skchoppala" wrote: > 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

Re: Executing Beanshell not on host but and remote host

2011-10-05 Thread ZK
Not sure, but maybe you could use the function *__machineName* as a way of only launching the batch file on a particular PC see: http://jakarta.apache.org/jmeter/usermanual/functions.html#__machineName ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Executing-Beanshell-n

Executing Beanshell not on host but and remote host

2011-10-05 Thread Lance Ingram
Hi All I thought I pose a question to the JMeter Group to find if there is a way to execute BeanShell script on a remote server instead on the host itself. The beanshell script executes an "Windows Command Prompt"/ or "batch file" on located on a Windows box. The test plan exist on unix/linux b