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 :

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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -