In my project there is a scenario that
user will log in -> browse some pages -> then he will click on the logout link .
to test this scenario in JMeter, I used CSV config so that I can test this scenario for 50 users. during logout, each user unique userid is sent as request in the MD5 format.
How can I sent the userid in MD5 format in JMeter?