Why jmeter/blazemeter is not recording web actions which are in angular?

40 views Asked by At

I have a portal which is mix of both liferay and angular. Although its recording all actions that are in liferay, its not recording actions which are in angular at all. Any possible causes?

1

There are 1 answers

1
Ivan G On

JMeter/BlazeMeter (if you're talking about the BlazeMeter Chrome Extension) will record only those "actions" which trigger HTTP requests

If the "action" happens only on client/browser side it won't be recorded. So check i.e. "Network" tab of your your browser developer tools and see if any HTTP request is being fired when you perform an "action". If it is the case - check jmeter.log file for any suspicious entries