Hello (Don't you know the netiquette?)
Exactly, you can use Beanshell, as Beanshell can be considered as scripting
in Java. So you can call whatever Java you wrote, create or modify JMeter
Variables in the script and then use it wherever you want.
See
http://jakarta.apache.org/jmeter/usermanual/co
up also adds a certain
> degree of randomness that your threads will be reasonably distributed
> across
> requests.
>
> Most tests where you want to measure the performance would want ramp up.
> Most analysis sort of tests (like the deadlock/ cache tests) would not want
> a ramp up.
Hi,
As Deepal said, This generated URL must be known by the client, or else It
wouldn't be able to request it. You ust always consider that all work is
done on the server, and that the client does not know anything about your
application before connexion to it. That's what lightweight inter/intra
Hi,
A ramp up period is necessary when your application can't handle all user
connexions at the same time.
Connecting everybody at the same time usually does a useless stress on the
server, that will generates bad response times, server hang, or worse, total
failure. Because the servers have to cr
Hi,
My experiments tell me that : After changing an include, launch the test
twice. The second test will have all includes up to date.
Why ? Ask the dev.
But it's a better way than reloading the test plan (for us).
Tibo
On Fri, Mar 26, 2010 at 20:32, Troy Bull wrote:
> Is there a way I can ge
Hello!
You can find your answer here :
http://jakarta.apache.org/jmeter/usermanual/get-started.html#non_gui
An other way to find it, by looking inside the jmeter-n.cmd, you could see
that jmeter is launched with '-n' flag, as the name of the launcher tells ;)
Tibo
On Fri, Mar 12, 2010 at 10:25,
Well, you always can, by scripting it in Beanshell assertions...
Tibo
On Mon, Mar 8, 2010 at 22:49, Janine DeBeradinis wrote:
> I actually noticed the same thing too. I do not see how you can apply one
> assertion to one sub-sample and another assertion to another sub-sample.
>
> Thanks.
> Jan
Hello,
You can find the reference here:
http://jakarta.apache.org/jmeter/usermanual/functions.html#__P
Regards,
Tibo
On Thu, Mar 4, 2010 at 08:19, Mahesh Kharat wrote:
>
> Hello Deepak,
>
> I don't know that whether it is possible through CSV Data Set Config.
> As u said "Pass the name of the
Hi,
The listeners can tell you everything is right, just because every requests
got a HTTP 200 return code.
Even if, you were never connected to the application.
You need to add controller to your samples to check the results for the
listener to know if the test was right.
Add a Tree Result List
Hi,
Instead of looping the whole threadgroup, you could add a loop controller
inside to do the loops.
Add your CSV config outside the loop controller and here is the deal.
Regards,
Tibo
On Thu, Mar 4, 2010 at 11:28, Andre Mud wrote:
>
> Hello,
>
> I have a question regarding CSV datafiles. How
10 matches
Mail list logo