Hi,

In my JMeter test plan, I have two CSV Data Config elements.  

- CSV Data Config-element-requestBodies: variables: requestBody

- CSV Data Config-element-subject: variables: subjectDn

The requestBody variable contains an XML request, with a placeholder string and 
I want to replace that placeholder with the contents of the subjectDn variable, 
and then use the modified requestBody variable in the HTTP Request element.  In 
other words:

1) Replace the placeholder string in the ${requestBody} with the value in the 
${subjectDn}, then

2) Use the ${requestBody} in the HTTP Request

How can I do that?  What is the easiest/least overhead way of doing that?

Thanks,
Jim





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to