Unanswered question

Neoload Having problem with the login while playing back

While recording i am able to log in but when checking the virtual user it does not log in as i don't see any html rendering as logged in. Also there are errors on the steps that log in. I tried several different websites to log in but nothing worked

Melvin C.
Melvin C.

Melvin C.

Level
0
38 / 100
points

Answers

Vishnu A.
Vishnu A.

Vishnu A.

Level
0
73 / 100
points

Melvin,

Did you check if there are any session keys in the response that have to be correlated? If not, please check the initial responses of the script for a key which changes for every different session.

Steps to do that:
1.) Create a sample script to log in.
2.)Run Check Vuser to see the differences in validation response and recorded response.
3.)Check for unique identifiers which would be usually alpha numeric values and then correlate it by capturing it into a variable and use that variable wherever a request uses the session key,