Unanswered question

Correlation - I can't seem to locate the Dynamic Variable?

My script logins in Gmail and sends a mail. When I run the recording (Check Virtual User), the action is not executed yet the script passes. I am trying to locate the Dynamic Variable (session ID) which is returned by server after a request is sent.

Sibusiso M.
Sibusiso M.

Sibusiso M.

Level
0
5 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Some of dynamic parameters may have been generated through Javascript. You should look at the recorded JS resources if you find anything related to that SessionID.

Be aware that sometimes if you search for all the ID value you won't find it because it is URL encoded. Try to find a subset of the value if necessary.