You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-plugins
Hi,
I'm trying to use the MD5 function in a next way:
${__MD5(${user_name})}
where user_name is randomly generated string, but this function
returns a constant either the user_name is different.
Could someone helps me to solve this issue?
Artem
Andrey Pohilko
unread,
May 16, 2012, 8:56:51 AM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-...@googlegroups.com
Seems you have some problem with your variable. I've attached demo test plan, it works well.
среда, 16 мая 2012 г., 16:41:04 UTC+4 пользователь Artem Iljin написал:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-plugins
Thanks for the example.
Actually, I was trying to use MD5 function outside of jp@gc plugins,
maybe this is the root of the problem.
Your example works for me, will follow your instructions.