开发者

JMeter - MVC : Form posting model that contains dymanic data

开发者 https://www.devze.com 2023-02-27 09:49 出处:网络
Trying to use jmeter to web stress my website. I want to post the page using Jmeter but it has to pass a model 开发者_StackOverflowthat is dymanic data that is generated when that page is loaded. Ther

Trying to use jmeter to web stress my website. I want to post the page using Jmeter but it has to pass a model 开发者_StackOverflowthat is dymanic data that is generated when that page is loaded. There is also some form data that is passed.

Any ideas how i do this in Jmeter?

Thanks in Advance

Sleeper


You can use a regular expression extractor to scrape the data for re-use. Your structure would look like this:

- GET PAGE
-- Regular Expression Extractor
- SUBMIT PAGE

http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor

0

精彩评论

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