https://bz.apache.org/bugzilla/show_bug.cgi?id=59967

            Bug ID: 59967
           Summary: CSS/JQuery Extractor : Allow empty default value
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: supp...@ubikloadpack.com

As it was done in Bug 58865 it would be very useful to be able to set empty
value to variable instead of not defining it.

Example
with the following CSS selector 'a.titi' for the variable myvar
And code:
<html><body><a href="toto" >test</a></body></html>

and an http argument as
baulpismuth = ${myvar}

and the given html
<input name="baulpismuth" type="text" >
the browser will send baulpismuth=

but jmeter will send baulpismuth=${myvar}
as no match will be found and it's not possible to define an empty
default value

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to