testing - JMeter save unencoded Request (Sampler) parameters -


i've made test plan , set samplers, assertions, listeners , on.
http samplers post xml data url sending parametrized encoded http request.

in listeners i'm able save many info sample, i'm not able save in sample information xml request sent in request parameter without encoding.

is there way this?

update

here example of exported listener:

<httpsample t="1001" ts="1376663141980" lb="caso 1 (vi16)" rm="ok" by="648">     <assertionresult>         <name>response assertion</name>         <failure>false</failure>         <error>false</error>     </assertionresult>     <responsedata class="java.lang.string">&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?&gt; [... rest of html encoded response ...]</responsedata>     <cookies class="java.lang.string"></cookies>     <method class="java.lang.string">post</method>     <querystring class="java.lang.string">data=%3cfastbankrichiesta+%3e+%0a%09%3ctestata+nomemessaggio%3d%22vi16%22+timestamp%3d%2220130816162541928%22 [... rest of url encoded request ...]</querystring> </httpsample> 

so, request , response encoded, while response correctly html encoded (because choosed xml export), request url encoded; how apply decoding text , html encoding in order see request , response correctly web browser?


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -