Thanks
I searched the list for JDBC not database. I have found the thread to
mentioned.
Richard Stedham
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: 07 December 2004 17:22
To: JMeter Users List
Subject: Re: JDBC listener
*** WARNING ***
This mail has
hi all,
I'm new at this group and currently working in JMeter.
I'm facing a problem.
While getting a response, i have to extract value of fareindex=0(it keep on
1,2,3... as multiple fareindex exits in response)
i'm using regular expression extractor with:
Reference Name:FD
Regular Expression:(\d+?)
Hi, All,
I used to confused of the fields of Regular Expressions Extractor, and with
help from Kyle, I get it resolved, and hope my mistake won't repeat in your
case.
Regular Expression Extractor:
Reference Name: >>You can name whatever name you like (myName)
Regular Expressions: >>> This
Kyle,
Thanks for the suggestion, and I do believe that regular expressions is main
key for my testing. I bought a book of regular expression from O'reilly,
however, my reading speed cannot catch my working schedule, and I am totally
new to Jmeter and regular expressions, so that makes frustrat
Dear Avian Liao and JMeter Users List:
A regular expression can extract the value between "" and "". That is
one of the commonest tasks we can use regular expressions for.
To extract " Avian's testing " or "Today " from the examples in Avian's message:
Target: target_text
Regex: ]+>([^<]+)
No
Hi, all,
If I need to extract the value after "_object_Event_var = " and also belong to
hyperlink "Avian's testing" , can Jmeter's regular expression extractor do it?
In my page, the value after "_object_Event_Var" change every time when I
execute this page, so I need to use regular expression
I downloaded and configured JMeter 2.0.2 to call a simple Web service.
It works and I get test results if my Web service is on a local
machine. If I try to test a Web service running on another computer
it fails. I have tried this on two computers with the same results.
How can I test against r
Hi, Sebb,
I try to use beanshell sampler to :
1. try to access all the variables or data that Jmeter extractwhen I needed
2. may need to use beanshell to work around with regular expression, when needed
Foe exapmple, when I use View Result in Tree listenser, I saw all the reponse
data, and
Hi, Peter,
My test script works fine, and you can use your time in other more important
issues. Thanks!
-Original Message-
From: Peter Lin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 10:20 AM
To: JMeter Users List
Subject: Re: WARN - jmeter.gui.tree.JMeterTreeListener: Sh
Hi, Kyle,
Now, I know what confused me and my computer. Thanks for clearing that out.
And hope it won't happen to other people.
Avian
-Original Message-
From: Kyle McAbee [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 10:20 AM
To: Liao, Avian
Subject: RE: The Regular Expressi
Hi, Sebb,
The page looks like this:
https://erfx.uat.enporion.com/instance/processPost?_processid=3FFBB12D-AEB8-84B4-4995-B648B69EC797&_component=Main_Page&_selfLoadingURL=%2Fdcmenus%2FMain_Page%2Fmenugui.jsp";
(first Page)
I need to extract the value after _processid=, so I use regular expres
there's many unknowns :)
As long as JMeter works reliably and consistently for you, that's what
matters. If it didn't I'd be concerned and try to figure out why.
peter
On Tue, 7 Dec 2004 12:53:00 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> Hi, Sebb,
>
> You are right, it doesn't matter to
Hi, Sebb,
You are right, it doesn't matter to my execution, and if the reason is unknown,
then I will just leave it that way.
AL
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 2:53 AM
To: JMeter Users List
Subject: Re: WARN - jmeter.gui.tree.J
On Tue, 07 Dec 2004 15:22:08 +, Stedham, Richard
<[EMAIL PROTECTED]> wrote:
>
> Has anybody thought about a JDBC listener so that the results can be
> inserted into a database for reporting purposes? I realise the XML can be
> parsed and inserted into a database but having JMeter do this would
After much trial and error, I resolved this problem.
I extract into regExApplicationId, using Match No. 1 and this regex:
APPLICATIONID=(\d+)
Later in the test plan I place it under "Send Parameters with the Request" as:
Name = APPLICATIONID
Value = ${regExApplicationId_g1}
The para
What is this?
"X-Login-SID"
Thank's
André.
-Mensagem original-
De: CABOU Carl [mailto:[EMAIL PROTECTED]
Enviada em: terça-feira, 7 de dezembro de 2004 14:52
Para: '[EMAIL PROTECTED]'
Assunto: Calling stored procedure
Hi all !!
I'm using Jmeter 2.0.2 to perform load tests on an Ora
Hi all !!
I'm using Jmeter 2.0.2 to perform load tests on an Oracle database.
How can I call an Oracle stored procedure using a jdbc sampler ?
Best regards.
Carl.
Dear Avian Liao and JMeter users:
Try putting your regular expression and web page text in a regular expression
tester. Test the regular expression to make sure it matches the target string
in the web page.
Suggestions that do not matter for your central problem:
You can simplify the expressio
Has anybody thought about a JDBC listener so that the results can be
inserted into a database for reporting purposes? I realise the XML can be
parsed and inserted into a database but having JMeter do this would be
easier.
Not sure what the performance implications are, just sounding out the idea
Folks,
I cannot get a RegEx to extract properly in JMeter, although it works fine in
other RegEx testers.
I have a response page that includes this text:
APPLICATIONID=12210380
This occurs on the page multiple times, but the digits are always the same, so
I don't care which one I extract.
Try it in the startup script, which is processed once for each instance.
S.
On Tue, 07 Dec 2004 14:53:42 +, Eric Laverge <[EMAIL PROTECTED]> wrote:
> Hello again Sedd.
>
> For my variable initialization problem, there is something I dont get. I
> did a simple Test :
>
> Object myObj
Yep, that worked. Thanks for your help!
Paul Kronquist
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Friday, December 03, 2004 5:01 PM
To: JMeter Users List
Subject: Re: BeanShell and Calendar
On Fri, 3 Dec 2004 14:07:40 -0600, Paul Kronquist
<[EMAIL PROTECTED]> wrote:
Hello again Sedd.
For my variable initialization problem, there is something I dont get. I
did a simple Test :
Object myObj = null; // Will be reset avery iteration. Where should I put
this line ?
if(myObj == null)
{
myObj = "random_" + new Object().hashCode();
one of these days we need to get out a 2.1 release with a ton of
changes and updates. the new format you see was done by mike using
XStream. Not only does it load faster, but it has the benefit of being
easier to read.
peter
On Tue, 7 Dec 2004 09:07:22 +0100 (CET), [EMAIL PROTECTED] <[EMAIL PROT
On Mon, 6 Dec 2004 16:47:09 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I try to use regular Expression Extractor to catch the following:
>
> "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7"
>
> and I use the Regular Expression Extractor:
> Reference Name: AAA
> Regular Expression: AAA = (\w*-
On Mon, 6 Dec 2004 18:07:48 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my Log file, I keep having the following message:
>
> " WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here "
I think this has been seen before, but the cause is unknown.
> Should I put the listene
On Mon, 6 Dec 2004 18:20:38 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> Hi, All,
>
> It's me again. Can I write regular expressions in Perl? If I can, where
> should I put it? Beanshell sampler?
JMeter uses Apache ORO for processing regular expressions - see
http://wiki.apache.org/jakarta-jm
On Tue, 7 Dec 2004 09:07:22 +0100 (CET), [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> Hi!!
>
> I have a question regarding to the jmx xml-file format. In a nightly build
> in the past, there was the file format easier to understand and to write.
> But now, the newest jmeter version cannot read
Hi!!
I have a question regarding to the jmx xml-file format. In a nightly build
in the past, there was the file format easier to understand and to write.
But now, the newest jmeter version cannot read such testplans in the new
file format.
Have anyone furhter information?
Best regards,
Carsten
29 matches
Mail list logo