Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
2.3k views
by Master (1.2k points)
Jmeter #PerformanceTesting #DynamicPassword.

For the application in which password is encrypted and changed in every login request.

That is every time when I login into an application under browser>console network tab a new encrypted password is generated.

So the question is how to handle such type of password in Jmeter script?

3 Answers

0 like 0 dislike
by
There might be some code at browser which would be decrypting the password before sending it.

You need to get that code.

Capture the value and pass it in that code before sending it.

It might be written in javascript, else check what it is doing and replicate same in BeanShell.
0 like 0 dislike
by
Your developer will help you to acjeach.

Try understand the how it is encypencr.

You can write similar code in Java/Java Script using Beanshells
0 like 0 dislike
by
This should be handled in Correlation form, where we handled the response, store the data in response with the help of "Regular expression extractor".


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...