I am new to jmeter and would respect if somebody might 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 will possibly log in into the positioning.
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 is not 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 actual pw won’t 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 as if jmeter is just not ready to connect 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 method ought to I do with a view to resolve this challenge?
Thanks for replying.