11 Jul 2019 05:27 AM
11 Jul 2019 07:24 AM
As long as Dynatrace javascript is executed within the browser controlled by the testing automation tool, it will work.
As far as I know JMeter does not run the browser, but just simulates http requests. That means you don't get any DEM functionality including session replay for sessions run from JMeter.
11 Jul 2019 07:30 AM
You can replay scenarios from tools like Selenium which are simulating real users. Neoload and jMeter, as Julius said, are simulating requests sent from browser to test backend of your application, but they are not actually loading page with JS execution at all.
Sebastian