Look into this beanshell examples http://stackoverflow.com/questions/6675711/how-to-use-bean-shell-sampler-in-jmeter
On Mon, Jun 24, 2013 at 9:31 AM, umesh prajapati <[email protected]>wrote: > I have a java class which can return the content for Raw Post Body for each > request...So, If i can call that java class using jmeter would be great > > > On Mon, Jun 24, 2013 at 9:27 AM, umesh prajapati <[email protected] > >wrote: > > > I have tried CSV configuration but CSV configuration is only possible to > > read from a single file...Could give me an example on how to read input > > from a different files using _StringFromFile() > > and I have one other question. Is there anyway we can call java program > > from jmeter. > > > > My requirement regarding if we can read java program from jmeter is as > > follow > > I am trying to do load test on secured web services. And I am using HTTP > > Request sampler with Raw Post Body and I have to load different content > for > > Raw Post Body for each request. So How can I achieve this? > > Your help will be very helpful and great. > > > > > > > > On Mon, Jun 24, 2013 at 9:21 AM, hame <[email protected]> wrote: > > > >> yes it can. You can either use __StringFromFile() function or CSV data > set > >> configuration. You can use either of these per file. > >> By the way what is your complete requirement. I believe most of the > >> requirements are well satisfied by CSV data set configuration. > >> > >> > >> > http://jmeter.apache.org/usermanual/component_reference.html#config_elements > >> > >> > >> > >> On Mon, Jun 24, 2013 at 9:07 AM, umesh prajapati <[email protected] > >> >wrote: > >> > >> > Hi , > >> > > >> > I am wondering if Jmeter can read inputs from multiple file. If yes > how > >> can > >> > I achieve it. > >> > > >> > > > > >
