https://bz.apache.org/bugzilla/show_bug.cgi?id=65129
Bug ID: 65129
Summary: Foreach logic controller cannot understand two or more
input variable prefixes
Product: JMeter
Version: 5.4
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER 5.4.1
Created attachment 37730
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37730&action=edit
I visit https://www.catalog.update.microsoft.com/home.aspx , query all the
information of kb4474419, and decide whether to process ID according to the
title
When I use two extractors to extract 'title' and 'id', and set the "Match NO"
value to -1, I get two array objects title and id at this time, and I want to
use the forEach controller to process them in a loop These two arrays;
When the title_1 element is processed, the id_1 element can also be processed,
and when title_2 is processed, the id_2 element can also be located, but the
forEach controller can only recognize one input variable;
Because title and id appear in pairs, I need to process title according to
title, but forEach cannot pass more than one input variable.
--
You are receiving this mail because:
You are the assignee for the bug.