set name of sampler with specific field value in response #94
Closed
mehrdad2000
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm afraid I don't understand what your problem is.
I don't think it's a good idea to change the Sampler name as you may want to group results by name later on. Also you may want to change the name of the SampleResult the Sampler produces instead of the name of the Sampler itself, for example in a JSR223 PostProcessor: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I want to set name of sampler with specific field value in response, as i debug variable filled with correct value but not show in result tree.
e.g. i create iso8583 sampler to send sample 800 message, after receive response need to put field 2 in response as sampler name.
I use post Boundary Extractor, and it extract variable correctly in debug log but not show in sampler name.
Here is current sampler name: Debit ${NEWPAN}
${NEWPAN} is variable that exist in response of 800 message.
Any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions