Re: question: what coverage tools to use with jmeter?

2012-02-21 Thread Bruce Ide
of functional tests we've developed for our web application, and we kick it off whenever a new build is deployed to our integration machines. Seems to work pretty well. We're currently experimenting with HP Quality Center for coverage tracking, but personally I don't like it very much. -- Bruce Ide

Re: Sharing arrays between threads.

2012-02-10 Thread Bruce Ide
with everything that Groovy does. It's atrocious (my code, not groovy.) Just google on opening and writing files with whatever language you're using. It should put the file in your current test directory, if I recall correctly. -- Bruce Ide flyingrhenqu...@gmail.com

Re: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread Bruce Ide
... -- Bruce Ide flyingrhenqu...@gmail.com

Re: For Each Controller

2011-12-01 Thread Bruce Ide
Sounds like you need the technique described at http://theworkaholic.blogspot.com/2010/03/dynamic-parameters-in-jmeter.html -- Bruce Ide flyingrhenqu...@gmail.com

Re: How to get user defined variables in test plan by java API?

2011-11-10 Thread Bruce Ide
object references into variables. You can browse any of my source online at https://github.com/FlyingRhenquest if you need concrete examples. Or just dig around in the JMeter source code (That's what I did :-) -- Bruce Ide flyingrhenqu...@gmail.com

Re: [JMeter]: Getting issues in JMeter with the requests having images embedded with Oracle ADF

2011-11-08 Thread Bruce Ide
, in your later requests. -- Bruce Ide flyingrhenqu...@gmail.com