https://bz.apache.org/bugzilla/show_bug.cgi?id=62099
Bug ID: 62099
Summary: Include controller from Jmeter API -issue with
samplers , post and pre processors
Product: JMeter
Version: 3.0
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I have created an Jar file extension to write and read valued to an external
file.
I Have a common test fragment with one http post request, and the fragment has
a child post processor element to write some data to external file.
Say for Eg.
Test Fragment
- Http Post
-- Post processor (Beanshell, or JSR232 or etc)
and has following line of code
import custom.tools.JmeterTools; //importing the package and class
JmeterTools jt = new JmeterTools(); //Initialing an object
jt.setProperties("test.properties","payee","118888009");
and this fragment is included in a master test plan using include controller.
Defect
The post processors in Test fragment working fine when I ran from Jmeter UI.
But its not working from J meter API (I am using StandardJMeterEngine ).
--
You are receiving this mail because:
You are the assignee for the bug.