Hi All,

I am putting some jmeter string functions in a user defined variable like below 
:-

testdata = 
${__char(165)}${__char(165)}My${__unescape(\r\n)}Deepak${__unescape(\r\n)}Play${__changeCase(Deepak\,
 change case,UPPER,)}

But when I am passing this value in request Body Data as ${testdata}, jmeter 
string functions are not resolving and I see below request in view result tree 
listener Request Body tab:

${__char(165)}${__char(165)}My${__unescape(\r\n)}Deepak${__unescape(\r\n)}Kumar${__changeCase(Deepak\,
 change case,UPPER,)}

However, when I pass above same data directly in request Body Data instead of 
${testdata}, it works perfectly fine as per view result tree listener request 
body data:-

¥¥My
Deepak
PlayDEEPAK, CHANGE CASE

I am using Jmeter 5.3 on Windows 10 with OpenJDK 14.0.1. Kindly help me anyone 
at earliest. One of my colleague is not facing the same issue.

Thanks & Regards,
Deepak
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to