开发者

Using Jmeter to fill out a form?

开发者 https://www.devze.com 2022-12-13 01:52 出处:网络
Can anyone help me figure out how to use jmeter and force it to fill out and submit a form automatically?For example, I need to fill out the googl开发者_运维百科e search box and then click the I\'m Fe

Can anyone help me figure out how to use jmeter and force it to fill out and submit a form automatically? For example, I need to fill out the googl开发者_运维百科e search box and then click the I'm Feeling Lucky button?


Google is not a good example because it uses GET for the form. For example, to search "jmeter" and press Feeling Lucky button, you can just send this URL,

http://www.google.com/search?hl=en&source=hp&q=jmeter&oq=&btnI=1

To do a real post, you need to find the form control field names from a trace or by looking at HTML source and just do something like showed here. The username/password are the field name to post. The action is http://www.example.com/login.

Using Jmeter to fill out a form?


Please note the screen shot is wrong. The method is a "GET" and it should be set to "POST", otherwise the form will not be submitted properly.


Is there a reason why you want to load test Google? If you just want to have a script that tests the functionality of a Website, try selenium: http://seleniumhq.org/. If you are actually trying to load test a form, you have to create the appropriate request. Using a tool like Fiddler can help.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号