I don't think this jmeter is going to be a lot of use to you. Maybe for DB
load, but there are better alternatives.
For WPF testing, why wouldn't you be using MS tools for your automation?
-Original Message-
From: Amit Kumar [mailto:amit.sr...@gmail.com]
Sent: Wednesday, 10 April 2013
Thanks , Sebb, that is exactly what I needed.
Charlie
> -Original Message-
> From: sebb [mailto:seb...@gmail.com]
> Sent: Wednesday, 10 April 2013 5:06 AM
> To: JMeter Users List
> Subject: Re: when is a sample not a sample?
>
> On 9 April 2013 07:25, Stott, Char
Alternatively, you could re-benchmark after each change to obtain a new
baseline and then use comparative adjustments as required.
You wouldn't really want to be stuck on the same version forever, would you?
> -Original Message-
> From: Kostas Papadopoulos [mailto:kos...@methodosit.com
Hi,
I am wondering if and how it is possible to exclude the results of a specific
sample (or at least disregard it) from the results.
We have a dual stripe system which can be tested in online or offline mode. To
automate the decision we can request a status page, and act on the results.
Not
You will find most of the users of this list in another timezone, so responses
cannot be expected immediately.
You will also find that minimal questions get minimal responses.
The more information you provide, and the less work you expect us to do, the
better the quality and quantity of replies
There are listeners in jmeter-plugins extension that may work better for you.
You can graph tps or response times, record the details to file, reproduce the
graphs from CLI, or browse the log data during test or on completion.
Another option is to use an external monitor, like graphite, which c
It's in the jmeter.properties configuration file.
> -Original Message-
> From: Sai Zhang [mailto:racezh...@gmail.com]
> Sent: Sunday, 24 March 2013 4:51 AM
> To: user@jmeter.apache.org
> Subject: How to save result data (related to the
> jmeter.save.saveservice.output_format property)?
>
Hi Jakob,
> * suppose I created a set of functions in an external script file - how to
> call
> these from my script
a) Read the file into a variable, then 'run' the variable using __javaScript
function.
Or
b) Use the beanshell pre-processor and enter the filename in the 'Script file'
field.
Hi,
We have an existing monolithic test plan, containing all our smoke tests, for
all our target systems, some of which are mutually exclusive. We use this as
source to generate a 'runnable' test plan.
We then have sed and xmlstarlet scripts which process the source, disabling
test elements b
We use xmlstarlet and the xsl files provided in jmeter extras folder.
Charlie.
-Original Message-
From: Jakob van Bethlehem [mailto:ja...@jet-stream.nl]
Sent: Tuesday, 12 March 2013 5:59 PM
To: JMeter Users List
Subject: Re: Is there some tool/function available that converts a .jmx
tes
I think he was advertising testing services to testers.
Actually, did you hear about the software engineer who outsourced his job
(several jobs, in fact).
Perhaps there is an opportunity here :)
What's the going hourly rates, OP?
> -Original Message-
> From: apc [mailto:a...@apc.kg]
gt; Too bad there isn't an open source framework to already do this.
> >> > > > > >
> >> > > > > > Building this is a yak shave, and I need to be testing, not
> >> > building
> >> > > a
> >> > > > > tes
s
> > > > > > > (HttpFox, livehttpheaders, ieHttpHeaders) to see what HTTP
> > requests
> > > > are
> > > > > > > made for AJAX calls for just the requests & responses I'm
> > > interested
> > > > > in,
> > >
on the entire load
testing process, start to finish, and what challenges may face the poster along
the way.
> On Mon, Feb 4, 2013 at 4:42 PM, Stott, Charlie wrote:
>
> > You can use webdriver from jmeter. Create a webdriver class that
> > performs the requests and runs the
First solve your out of memory issues, then you may be able to load a large
file into memory.
Most common cause of memory issues in gui are listeners, particularly results
tree. Try only recording errors if you need it at all. Gui is intended for
testing your tests, rather than doing your loa
You can use webdriver from jmeter. Create a webdriver class that performs the
requests and runs the javascript via the browser, then run/call it from a BSF
or JSR sampler.
> -Original Message-
> From: Zippy Zeppoli [mailto:zippyzepp...@gmail.com]
> Sent: Tuesday, 5 February 2013 9:28 A
Seems our dev setup is not so rare, I think many corporations use Windows on
the metal, and Linux for production/test servers.
Depending on the OS, we need to fix up a few different parameters and setup
resources, so it is not as simple as using a relative path.
I have used a javascript call to
d environment.
>
> Is your java sampler use via the gui? Or the command-line?
>
> -Original Message-
> From: Stott, Charlie [mailto:cst...@tnsi.com]
> Sent: Tuesday, January 22, 2013 9:15 PM
> To: JMeter Users List
> Subject: RE: Issue with Jmeter and Maven
>
>
er Users List
> Subject: Re: How to make JMeter support transaction mix ?
>
> Hi Scott,
>
> How do you do that ? Could you share ?
>
> 2013/1/22 Stott, Charlie
>
> > I use a random number generator and an If controller, or a switch
> > controller i
Haven't tried the chronos plugin.
I have successfully created a java class derived from WebDriver, maven build
and drop the jar into lib/ext, then call from a java sampler (BSF/JSR/etc).
Is chronos necessary?
Charlie
> -Original Message-
> From: Payne, Michael [mailto:michael.pa...@dan
I use a random number generator and an If controller, or a switch controller if
there are more than two txn types.
> -Original Message-
> From: 郭鑫 [mailto:barney@gmail.com]
> Sent: Monday, 21 January 2013 5:25 PM
> To: user@jmeter.apache.org
> Subject: How to make JMeter support trans
You have asked an entirely subjective question.
Perhaps you could publish your own findings and start a discussion, rather than
asking us all to run experiments for you. Clearly it is something you think is
an issue, but it is apparently not so to others.
Charlie
> -Original Message-
Look at distributed jmeter testing...
http://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.pdf
Allows you to scale up to and beyond your requirements.
Charlie
> -Original Message-
> From: Ravindra Gupta [mailto:rav.gu...@gmail.com]
> Sent: Thursday, 13 December 2
> On Mon, Dec 3, 2012 at 6:31 PM, sebb wrote:
> > On 3 December 2012 07:02, Dongsheng Song
> wrote:
> >> On Sun, Dec 2, 2012 at 8:03 PM, sebb wrote:
> >>>
> >>> Yes, because as I previously wrote, User Parameters is executed for
> >>> every sampler.
> >>>
> >>> If you want to initialise variable
We are using graphite to track the servers under test. Love it! It has saved
hours of analysis and trawling through logs.
Have not used it yet to track the test clients as well, not sure if jmeter
exposes enough metrics through jmx mbeans, although there is some sort of
interface available (j
+1 Source/version control..
Also, consider test fragments. This can reduce merging issues by separating
tests from framework, and allows for more reuse and collaboration.
Charlie Stott | Integration & Test Engineer | ASIA Pac - Australia |
Transaction Network Services
-Original Message-
Hi Sebb,
> > Samples that are processed in setup thread group respect the value of the
> > property, but samples processed in other thread groups have not got it set
> > yet, although it often becomes set during the processing of the group.
> For a property, that's not possible.
In trying to w
Hi,
Thanks for the reply.
> > I am finding that the setup thread appears to run concurrently with all the
> > other thread groups.
> What makes you think that?
I have a pre-processor which stores a value in a property in the setup thread
group.
Samples that are processed in setup thread grou
Hello fellow jMeter users, I am new to the list, but have been using jMeter
quite extensively, and have a long history in software development.
Tldr; version: How does the 'run thread groups consecutively' switch affect
the running of setup and teardown thread groups?
Detailed version:
I have
29 matches
Mail list logo