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?
You can easily use custom MD5 function from JMeter Plugins set.
This will look like ${__MD5(${username})}.
Here is also demo-script from plugin's author available, attached to conversation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With