Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send data in MD5 format

Tags:

md5

jmeter

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?

like image 467
Neil Avatar asked Mar 27 '26 01:03

Neil


1 Answers

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.

like image 147
Aliaksandr Belik Avatar answered Mar 30 '26 13:03

Aliaksandr Belik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!