08 May 2019 07:21 PM
Hi,
When going to my web site manualy i found User Session but when going with my Neoload script i can not found my user session.
Please Help
Best Regards
Solved! Go to Solution.
08 May 2019 09:54 PM
Hello EBA'A,
Are you tagging your user sessions that are being run from the script? This would make it much easier to find them in the UI.
Another thing you can try is to filter the user sessions by "user type: synthetic" to help limit the available options by the ones generated by your script.
Thanks,
David Nicholls
09 May 2019 02:00 PM
If your load test tool is executing JavaScript you should also find user sessions. Try to filter user sessions on the IP address or if user tagging is not working, you can even search for the Dynatrace user cookie: rxVisitor (with the user tag filter).
A note to the previous comment: Dynatrace uses the "udger.com" database for classification of real users versus robots. Synthetic is used only for our own Dynatrace synthetic solution.
10 May 2019 09:15 AM
Hello, Neoload is tool that in general is simulating frontend traffic by executing test steps with assigned web requests. This means that it not actually click through you website. In this case javascript isn't executed so you will not be able to see user session.
Sebastian