https://issues.apache.org/bugzilla/show_bug.cgi?id=56630
Bug ID: 56630
Summary: Module Controller does not work properly in included
script
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Module Controller does not work when it's used in a script that included with
Include Controller.
Steps to reproduce:
1. Create two scripts:
Main script
TestPlan
|--Thread-Group
| |--Debug Sampler1
| |--Include Controller <Second script>
| |--Debug Sampler2
|--View Results Tree
Second script
TestPlan
|--Test Fragment
|--Simple Controller
| |--Debug Sampler3
|--Module Controller <TestPlan > Test Fragment > Simple Controller>
2. Run Main script
3. See Results Tree for results
Actual Results:
Debug Sampler1
Debug Sampler3
Debug Sampler2
Expected Results:
Debug Sampler1
Debug Sampler3
Debug Sampler3
Debug Sampler2
BR,
Alexei
--
You are receiving this mail because:
You are the assignee for the bug.