留言板

Need help to resolve an issue with Liferay framework while using Jmeter

ram k,修改在10 年前。

Need help to resolve an issue with Liferay framework while using Jmeter

New Member 发布: 1 加入日期: 13-12-20 最近的帖子
Hi,

I am facing an issue with jmeter while testing liferay application using Jmeter.
The application is a corporate enterprise social website which enables the employees to share and interact with colleagues. I can post a comment/attached an image on my wall and share it. It will be visible to other colleagues.

While recording the above mentioned scenario in Jmeter, I noticed that the attaching an image, post of the comments or writing new text on wall is not recorded in Jmeter. Has anyone experienced the similar behaviour on Liferay application while working with Jmeter. If so, can you please help me to resolve this issue.

Thanks for your help in advance.
---------------------
Ram
Dmitri T,修改在9 年前。

RE: Need help to resolve an issue with Liferay framework while using Jmeter

New Member 发布: 1 加入日期: 14-7-8 最近的帖子
JMeter may not be able to recognize/record XHR/Ajax calls so you'll have to use a sniffer tool (the most powerful of them is Wireshark) and add relevant HTTP requests manually or consider using JMeter Google Chrome Extension which runs directly in browser so you won't need to worry about proxies, certificates in case of HTTPS/SSL, Cookies and Cache settings, etc.