Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
On 13 October 2011 14:21, dineshkaarthick wrote: > sebb, yes all the further responses are similar to the second ones and not as > accurate as the first request. As requested by you I have attached the > sampler configuration. > > http://jmeter.512774.n5.nabble.com/file/n4899196/JMeter-API-Sampler

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread dineshkaarthick
sebb, yes all the further responses are similar to the second ones and not as accurate as the first request. As requested by you I have attached the sampler configuration. http://jmeter.512774.n5.nabble.com/file/n4899196/JMeter-API-Sampler-Config.jpg FYI, In the above sampler we are invoking a

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
On 13 October 2011 14:08, dineshkaarthick wrote: > sebb, can you please let me know why is the big difference in the response > times for the first and further iterations ? Not without knowing the sampler configuration. Also, you only show two iterations. Are all subsequent times slower? > --

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread dineshkaarthick
sebb, can you please let me know why is the big difference in the response times for the first and further iterations ? -- View this message in context: http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899168.html Sent from the JMeter - User mailing list ar

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
On 13 October 2011 13:59, dineshkaarthick wrote: > http://jmeter.512774.n5.nabble.com/file/n4899140/JMeter-API-Results-Second-Iteration.jpg > > Whenever I run a test for "Java Request" sampler only for the first > iteration the real response times are observed and from the second iteration > onwar

Re: Java Request Sampler: parameters disappearing

2005-11-18 Thread sebb
Do you mean that you used the Add button to create some additional Parameters? If you always need the parameters, then make sure you have added them in the getDefaultParameters() method. It looks as though parameters defined only on the screen are not preserved. This could be a bug. S. On 18/11/

Re: Java Request Sampler: java.lang.IllegalAccessException

2005-10-26 Thread Peter Lin
looks like it couldn't initialize one of your classes. is the constructor or method private/procted? it's hard to tell without seeing the code.. peter On 10/26/05, Michael Riedling <[EMAIL PROTECTED]> wrote: > > hello, > > I want to use the Java Request Sampler from JMeter to test a Java Client

RE: Java Request Sampler

2005-04-28 Thread Anurodh Jain
thankx Sebb. Ya, I am able to run my Java Class by writing my own implementation of JavaSamplerClient interface. Regards Anurodh -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 4:50 AM To: JMeter Users List Subject: Re: Java Request Sampler On 4

Re: Java Request Sampler

2005-04-28 Thread Manjunath N.S.
Can we use same Concept for testing WebService also, write Java Client which implements JavaSampleClient Interface and write code to invoke the WebService something similar to JUnit Java Class which extends TestCase.. please clarify with regards Manju On 4/29/05, sebb <[EMAIL PROTECTED]> wrote:

Re: Java Request Sampler

2005-04-28 Thread sebb
On 4/28/05, Anurodh Jain <[EMAIL PROTECTED]> wrote: > > > Hi, > I am trying to test a Java Class through Java Request Sampler but > not yet successful. Can somebody tell me exactly how to go about > doing it. The Java Request Sampler is not able to test arbitrary Java Classes. >From the online