You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/02/12 19:11:33 UTC

[Bug 62099] New: Include controller from Jmeter API -issue with samplers , post and pre processors

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: issues@jmeter.apache.org
          Reporter: rathishmenchery@gmail.com
  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.

[Bug 62099] Include controller from Jmeter API -issue with samplers , post and pre processors

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62099

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Bugzilla is not a support forum, particularly for custom code.

Please use JMeter user mailing list and provide more elements:
- jmeter.Log
- Show your test plan
- Clarify what you mean by :
"But its not working from JMeter API (I am using StandardJMeterEngine )."

-- 
You are receiving this mail because:
You are the assignee for the bug.