regex - Jmeter - Extracting query string in URL and BODY -


i want extract below querystring. implemented in url , body

this path

common/electronicsignatureacceptance.aspx?strquerystring=+jopjvu8lpahrezmqucxucxmq16h7x4cfscbflg(feqjpce7dbyumnq%2fbra9y8jizul41glge3vgwc93nyqlxf0s6tz8o4bje2gvmehx218yah4twul91ragipoqyw9op 

this body

<form name="form1" method="post" action="electronicsignatureacceptance.aspx?strquerystring=**+jopjvu8lpahrezmqucxu‌​cxmq16h7x4cfscbflg(feqjpce7dbyumnq%2fbra9y8jizul41glge3vgwc93nyqlxf0s6tz8o4bje2gv‌​mehx218yah4twul91ragipoqyw9op"** onsubmit="javascript:return webform_onsubmit();" id="form1">  

can give me regular expression

please use below regular expression configuration path.

  1. add regular expression extractor request right click > add > post processors > regular expression extractor , config below values shown below.

regular expression strquerystring=(.+)

path config

output

output

please use below regular expression configuration body.

  1. add regular expression extractor request right click > add > post processors > regular expression extractor , config below values shown below.

regular expression strquerystring=(.+) on

config

output

output


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -