Typing in jMeter

会有一股神秘感。 提交于 2019-12-11 03:26:18

问题


Is there any option how to simulate keyboard typing in jMeter? Ive got filter field with autosuggestions and I want to test response time of it. I want to start typing something like "W","Wa","Wash","Washi" etc. but for values loaded from CSV.


回答1:


JMeter operates on HTTP protocol level, not browser level. Therefore you shouldn't try to emulate typing. What you can do is to capture (record) HTTP request triggered by such change, and later run this as part of your JMeter test.

My advice is - try not to overcomplicate it. JMeter (or perf testing in general) & async calls can be tricky!



来源:https://stackoverflow.com/questions/31940244/typing-in-jmeter

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