below are the steps i followed, 1) Added a BeanShell sampler and add a Bean Shell Preprocessor to the same sampler.
long c = 25478995L;
log.info(c + " - It is long");
vars.put("c",c)
2) I am trying to print the value c in Bean Shell sampler like below,
${c}
3) But when i see in view result tree i am getting the ${c} instead i am expecting to view 25478995.
Can any one help me please. Thanks in advance.
Regards, Hari