Jmeter ForEach controller is not getting/taking all the values from regular expression variable results when match count set to -1.
Jmeter version: 3.1
Jmeter response is in JSON format
Jmeter TestPlan structure:
ThreadGroup
--Req1
--Req2
---RegEx: with Match No. -1
(Debug Sampler shows match count: 4 )
Loop Controller
---ForEach Controller
----Http req using ForEach controller's output variable
Run the test> it is able to successfully iterate through 3 variable values however not interating through one of the RegExp variable value.
Please guide.