JMeter : How to click on a particular element ?

∥☆過路亽.° 提交于 2019-12-25 16:59:15

问题


I am using using JMeter for load testing I am facing following problem:

I have a video creation website to test and i want to click on create and play video button by multiple users.


回答1:


This tutorial explain how to play actions in jmeter by many users, you must record action and then play it many time http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf For more informations, jmeter can't register Javascript actions , it's only HTTP request. To make sure that the action on your website will be captured in Jmeter proxy, you can use firebug with firefox, this is very helpful.



来源:https://stackoverflow.com/questions/23364201/jmeter-how-to-click-on-a-particular-element

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!