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=**+jopjvu8lpahrezmqucxucxmq16h7x4cfscbflg(feqjpce7dbyumnq%2fbra9y8jizul41glge3vgwc93nyqlxf0s6tz8o4bje2gvmehx218yah4twul91ragipoqyw9op"** onsubmit="javascript:return webform_onsubmit();" id="form1">
can give me regular expression
please use below regular expression configuration path
.
- add
regular expression extractor
request right click >add > post processors > regular expression extractor
, config below values shown below.
regular expression strquerystring=(.+)
output
please use below regular expression configuration body
.
- add
regular expression extractor
request right click >add > post processors > regular expression extractor
, config below values shown below.
regular expression strquerystring=(.+) on
Comments
Post a Comment