On 28/04/06, Massimo Forno <[EMAIL PROTECTED]> wrote:
Hi,
I'd like to have some suggestions for the following scenario:
I need to record a web interaction using JMeter (no problem to do that) for a
web application trying to insert a new person into the web application and
setting some values for it.
The problem arises in case I need to repeat that test, because I'd like JMeter
repeat the test using different person every iteration. Let me give you an
example:
I record the test inserting John Smith, then I'd like to iterate that insertion
for 100 times, using John01 Smith01, John02 Smith02,...,John100 Smith100 in an
automatically way.
Is it possible?
Yes, but unless you want
John1 Smith1
John2 Smith2
...
John10 Smith10
...
you will have to do some extra work to add the leading zero.
Use Counter config to define a variable, e.g. N, the you can use
John${N} Smith${N}
Otherwise, just create a file containing the names, and use CSV Data
Set to read them
Moreover, is JMeter able to read and menade asp.net hidden fields?
Probably; use the Regex Extractor to get the field values.
==
See the JMeter FAQ:
http://wiki.apache.org/jakarta-jmeter/JMeterFAQ
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]