https://bz.apache.org/bugzilla/show_bug.cgi?id=65583
Bug ID: 65583
Summary: While Controller not getting execute when use more
than twice in Test Plan
Product: JMeter
Version: 5.2.1
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38038
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38038&action=edit
While Controller not getting execute when use more than twice in Test Plan
Test Objective:Loop http sampler unless response contains a specified string
"Success"
Problem Description:Using While controller and regular expression extractor to
implement the test object but observed I can only use this logic only twice in
my test plan.
When I use while controller with same logic 3rd time(for 3rd different
sampler), it do not execute sampler even the condition is true and as a result
my scripting is blocked, I cannot execute my test and really feeling low that
JMeter doesn't support such simple functionality.
I am a JMeter user from last 10 yrs.
Please help here for immediate resolution.I have attached screenshot for the
while controller block I am using.
While controller condition used is
${__javascript("${status}".indexOf("SUCCESS") == -1,)}
--
You are receiving this mail because:
You are the assignee for the bug.