简体   繁体   中英

JMeter Regular Expression Extractor Not Working For IFrame

I have web Apps.There is one JSP page that contains Iframe. For Load testion of That JSP page i am using regular expression extractor for sending value to post URL.

In that Extractor:

Regular Expression is :
name="name" value="(.+?)"

In JSP page:

<body>
<iframe>
<input name="name" value="3" />
</iframe>
</body>

This JSP page appears after GET URL.After that GET url i have wriiten post extractor in JMETER so that i can manupulate variables and send it to post. Please give me solution. My problem is i am not getting values in extractor it is setting it to DEFAULT value.

It does work for me with jMeter 2.9.

Regular expression extractor as below.

请参阅此处的正则表达式定义。

And the result is as below.

结果在这里。

Use jmeter http url rewriting modifier

Worked fine in my case :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM