I am new to jmeter and would recognize if somebody may assist me out on this.
I recorded a script in jmeter from Login to Logout utilizing firefox as my browser. Once I checked the enter parameters, it’s sending out username, password and an encrypted password (AES) earlier than it may log in into the location.
In Welcome.do web page it has the code for password encryption (AES/256). Within the loginaction.do it returns the parameters together with the masked and encrypted pw (e.g username = testuser1, password = ******, encrypted_password = uicbaicbqibvie20910).
I already tried the boundary expression and it is ready to take the encrypted_pw from welcome.do however I seen that it isn’t the identical because the encrypted_pw(returned from server) when consumer clicks on Signal In button.
- How do I masked the pw in order that the true pw is not going to be logged in server.log?
- How will I get the returned encrypted_pw from server?
- Once I checked the server.log, I additionally seen that it looks like jmeter shouldn’t be in a position to hook up with jboss internet server for pw authentication. Is there a configuration that I would like so as to add with a view to make the wanted connection?
Since it’s unable to efficiently go the authentication stage, it’s returning a Session Timeout Error and consumer is unable to login.
So, I strive logging in from the web site itself and it is ready to efficiently authenticate my take a look at consumer account.
What strategy ought to I do with a view to resolve this concern?
Thanks for replying.