urlencode - JMeter: url encoded embedded resources -
i'm setting tests jmeter, , i've seen it's throwing out error trying download embedded resources inside web page, have path following:
www.mydomain.com/resources?getitem={someid}
the problem characters need url-encoded, following url should follow pattern:
www.mydomain.com/resources?getitem=%7bsomeid%7d
now, how instruct jmeter replace these characters, when found on urls embedded resources in web page? i've been looking @ beanshell preprocessors, i'm not sure how's best way handle scenario.
thanks!
you facing bug:
until bug fixed, option disable embedded download , use :
css/ jquery post processor extract urls
use foreach controller iterate on urls
this simulate serial download not parallel one.
update 15th july 2015:
bug has been fixed yesterday night, can give nightly build try:
read:
installing jmeter runtime download _bin , _lib files unpack archives same directory structure other archives not needed run jmeter.
Comments
Post a Comment