>ID is unique,
Sorry i should have been clear. Say your first request extracts id
1,2,3,4,...,9,10
Say you request Page with id 1, is there a chance that you will get any of
the previous ids (at any level)
>and my volumes are not large,
Ok. That should allow you to use in memory.
>so if I don't spe
Hi Deepak,
as you asked, ID is unique, and my volumes are not large,
I've read spidering a site, so if I don't specify a loop count or something
else which is fixed,
waht's the best way for it?
thanks!
Deepak Shetty wrote:
>
> whats your terminating condition? are the id's always unique ? do
whats your terminating condition? are the id's always unique ? do you care
if you fetch the same id multiple times? what volumes are you talking about
here?
Your test looks like a sort of spider which isn't easy to do in JMeter
Thread group
+Request
++Extract Id's into say fetchIds
+while (someVa
Hi all
I am trying to make a jmeter plan to realize following regression loop:
TestPlan
Thread Group
Http InitPage
XPath ID
For Each ID
Http Request: Path:.../files/${ID}
XPa
Based on some of the replies in my previous post about testing of WADL i
learnt that it can be tested with the HTTP sampler but i am of the
opinion that it is better to have to separate sampler for WADL / Rest
services.
Thanks
Jatin
jeanlouis.pastu...@orange-ftgroup.com wrote:
As i talked a
Hi
http://theworkaholic.blogspot.com/2010/01/jmeter-graphs-and-ant.html
shows how to generate charts (with JFreeChart) , run it with ANT, and
customize the XSLT to include these graphs into the HTML report
regards
deepak
On 13/01/2010, Evandro Grezeli wrote:
> Hi,
>
> Does the SSL Manager (GUI) load only one certified per interface?
> There's a way to make a pool of certifies and randomly the thread pick's one
> to it's assertions?
> To be more precise, i have a thousand of certifies to be used with 1000
> us
On 13/01/2010, Heiko Robert wrote:
> sebb,
>
> thanks a lot - that works !!! ;-)
>
> For everybody who tries to populate a GUID into a HTTP-Header variable here
> is the full solution:
>
> define a user variable:
> MyGUIDScript =
> var chars = '0123456789abcdef'.split(''); var uuid = [], rnd
Thanks Deepak, that solved my issue. Weird no?
C.
On 12/01/2010 17:43, Deepak Shetty wrote:
Hi
Im not sure exactly why this happens , but the way around it is to wrap each
element you wnat to reuse with a simple controller
Module Cache ThreadGroup
+Simple Controller1 --> Add this
++IF Controll
Hi,
Does the SSL Manager (GUI) load only one certified per interface?
There's a way to make a pool of certifies and randomly the thread pick's one
to it's assertions?
To be more precise, i have a thousand of certifies to be used with 1000
user's, can i set a pool for a script?
I read an issue fro
Hi, Thibaut!
Sampler potentially does what I need, but I don't want fake samples to be
recorded in my results.
Also I'd like to conveniently manage a list of variables similar to UDV's
list.
Also I'm not familiar with beanshell and don't know how to set variables
there.
Also I'm afraid of beanshel
sebb,
thanks a lot - that works !!! ;-)
For everybody who tries to populate a GUID into a HTTP-Header variable
here is the full solution:
define a user variable:
MyGUIDScript =
var chars = '0123456789abcdef'.split(''); var uuid = [], rnd =
Math.random, r; uuid[8] = uuid[13] = uuid[18] = uuid
Hi,
You can easily create or modify a variable with a beanshell sample placed
anywhere in the script. Variable creation or modification will be done when
the sample will be executed, as for beanshell preprocessors or
postprocessors.
Beanshell Code:
vars.get("VARIABLE_NAME");
vars.put("VARIABLE_NA
Hi,
I have a question - how can I use function in test plan to set variable "in
runtime"? Which component type I should use to do that?
Especially I'd like to define variable in one place and later redefine this
variable value in another.
I've experimented with pre-processors, but it's unapplicable
On 13/01/2010, Andrey Pohilko wrote:
> Hi,
> I have a question - how can I use function in test plan to set variable "in
> runtime"? Which component type I should use to do that?
If you want to ask a new question, please start a new thread with a
relevant subject.
-
Hi,
I have a question - how can I use function in test plan to set variable "in
runtime"? Which component type I should use to do that?
Especially I'd like to define variable in one place and later redefine this
variable value in another.
I've experimented with pre-processors, but it's unapplicabl
On 13/01/2010, Heiko Robert wrote:
> Hi,
>
> when I use HTTP Header Manager to set HTTP header variables old values are
> used. Has anybody an idea what I'm doing wrong?
Header Manager is a Configuration element, and is processed before the
thread starts.
You can use functions on the Test Plan
Hi,
when I use HTTP Header Manager to set HTTP header variables old values
are used. Has anybody an idea what I'm doing wrong?
My Testplan: user defined variables: GUID = not set
BSF PreProcessor: setting values to variable GUID
Simple Controller
HTTP Request ${GUID}
HTTP
Hi,
I'm new to JMeter and was just trying to implement the distributed tutorial
step by step in my own environment.
During the course of the tutorial, tests that executed by the remote / slave
jmeter-server are NOT working.
What does work:
- I killed my distributed testing session, and ran a s
Hi jmeter gurus,
to brake my issue down:
when using sample_variables (e.g. GUID) in jmeter.properties to log
variable values the logged value is not identical to the value used in
the sampler or with other words the sampler uses variable values from
the _previous sample:
log entry 01 GUID =
As i talked about in another thread what about a JMeter WADL/REST Sampler in
next release ?
http://adjoovo.com/cms/products/trestle.html
Cordialement / Best regards
Jean-Louis Pasturel
*
This message and any attachments (the "message") are confidential and in
21 matches
Mail list logo