Jmeter - generate xml
Posted
by Gadi
on Stack Overflow
See other posts from Stack Overflow
or by Gadi
Published on 2010-02-11T22:58:39Z
Indexed on
2010/03/09
9:21 UTC
Read the original article
Hit count: 366
Hi all,
I have a J2EE application that needs some extensive integration testing. I am using Jmeter to generate HTTP POST requests. So far I manage to send them to the server correctly but the xml is static.
I am looking for a way to insert dynamic/random values into the XML and then send it to the server. Something like a PreProcessor but I am not sure how it is done.
Can anyone provide:
1. JMeter tutorials?
2. How to generate dynamic/random xml content to HTTP request
3. JMeter examples
Many thanks,
Gadi.
© Stack Overflow or respective owner