Hello,
I want to test projeqtor under jmeter performance tester.
To do this I need to simulate connection with login/password.
When I send the request, the login and the password are crypted.
(some thing like : login=6AGOS7RN5mNsdmXHKtnM&password=6AFJdLRN5mP9%2FODluIt2&isLoginPage=true)
Some one know how these values are obtained ?
Thanks
The more easy is to define password in clear text in table resource, and set crypto to null.
For tests, you'll possibly have ot change code to bypass passwork change when crypto is null.