Re: BeanShell PreProcessor question

2010-03-29 Thread Andrew Melnyk
ampler which appears > once). > There is a section on scoping of various elements etc in the manual .. > regards > deepak > > On Mon, Mar 29, 2010 at 9:39 AM, Andrew Melnyk >wrote: > > > I've uploaded both screen shot of the test plan and jmx : > > T

Re: BeanShell PreProcessor question

2010-03-29 Thread Andrew Melnyk
come through. you will have to upload somewhere and post a > link. Like I said you probably need to create this pre processor as a child > of the first sampler.. > > regards > deepak > > On Mon, Mar 29, 2010 at 9:27 AM, Andrew Melnyk >wrote: > > > Deepak you are

Re: BeanShell PreProcessor question

2010-03-29 Thread Andrew Melnyk
egards > deepak > > On Mon, Mar 29, 2010 at 8:56 AM, Andrew Melnyk >wrote: > > > Gentlemen, > > > > I'm seeing an interesting issue I have following code in the > > BeanShellPreProcessor : > > > > The idea is to get new random word every

BeanShell PreProcessor question

2010-03-29 Thread Andrew Melnyk
Gentlemen, I'm seeing an interesting issue I have following code in the BeanShellPreProcessor : The idea is to get new random word every time from the array // array of Strings String[] args={"Test", "Test1","Test2"}; // This is an random element i'm going to extract from the array int randomEl

Re: How to generetae reports using ant from multiple files

2009-12-08 Thread Andrew Melnyk
I woudn't use ant xslt processor otherwise your reports will take hours to be generated. Use saxon to parse xml quickly, example and description is http://amelnyk.blogspot.com/search/label/Apache%20JMeter not in english but google translator will help you. Regards, Andrew 2009/12/8 Harry_ > > H

Upgraded xsl file from programmerplanet.org

2009-10-14 Thread Andrew Melnyk
Gentlemen, Enjoy the upgraded xsl template which will create additional rows in the results table: median, 50%,70%,90% http://rapidshare.de/files/48520343/jmeter-results.xsl.html Your are welcome to give a feedback. Andrew

Two thread groups with the same name?

2009-10-14 Thread Andrew Melnyk
Hi gentleman, I'm using two thread groups in my test plan with the same name. Things work fine but i wonder if there is any prohibition i should be aware of? Andrew

Is it possible to stick a thread to the particular Vuser if we use scheduler ?

2009-09-02 Thread Andrew Melnyk
I use "start time" and "end time" thread group properties in order to control test execution time. Also there is counter with increment 1 and it changes the Vuser number iteratively. The problem: when test duration is long the threads can emulate work with different Vusers when they are initializ

Re: Do we have a mechanism to execute test(s) specific amount of time ?

2009-07-17 Thread Andrew Melnyk
ntroller > > On Fri, Jul 17, 2009 at 5:55 AM, Andrew Melnyk >wrote: > > > Hi guys, > > > > I wonder if Jmeter provides a mechanism to set up test(s) execution time > > frame. For example, i want test A to be executed for a 5 minutes. > > >

Do we have a mechanism to execute test(s) specific amount of time ?

2009-07-17 Thread Andrew Melnyk
Hi guys, I wonder if Jmeter provides a mechanism to set up test(s) execution time frame. For example, i want test A to be executed for a 5 minutes.

Re: Calculating average response time for each transactions when it contains many images

2009-07-06 Thread Andrew Melnyk
Can anybody expand on the problem below mentioned? 2009/7/5 Jmeter_User > > Hi All, > I have started using Jmeter recently. I am having a query on how to find > out the average respone time of the transaction when it includes images and > java scripts as > > part of its transaction. Because I c

Re: Variances between automated and manual tests

2009-06-23 Thread Andrew Melnyk
Hi Kevin, There are several reasons why you can see such picture: 1.) Your jmeter scripts don't do what they intended to do. Make sure that you have implemented in your tests assertions which guarantee that tests doing right things. 2.) Jmeter not a browser so if there is a rendering of content o

Does is possible to use Jmeter against ASP.NET ?

2008-10-15 Thread Andrew Melnyk
Hi gentleman, I wonder to know if it's possible to use Jmeter against ASP.NET application. I'm able to login into asp.net application but what about to sumbit post request + viewstate? Have you tried it ? I'm appreciate any feedback as for this problem. Thanks, Andrew

Wait until resource becomes available instead of setting up static think time value

2008-09-03 Thread Andrew Melnyk
Hi gentleman, I'd like to know if is it possible to wait until some resource becomes available and use it (for example when page appears i'm going to clik a button on it or submit e.t.c.) instead of using static think time to wait that page, which could more than it's really necessary?. Thanks in

Does Jmeter provide ip spoofing functionality ?

2008-09-02 Thread Andrew Melnyk
Hi guys, I want to know if Jmeter provides at the moment ip sppofing functionality and if yes a brief description how to set it up. I know that this functionality wasn't supported by Jmeter in previous releases, but might be it exist now. Thanks, Andrey

Re: JMeter for flash application

2008-08-20 Thread Andrew Melnyk
Jmeter doesn't allow to test flash based applications. You need some kind of gui oriented tool to perform this task. Regards, Andrew http://www.linkedin.com/in/anmelnyk 2008/8/20 sebb <[EMAIL PROTECTED]> > On 20/08/2008, Rajesh varma <[EMAIL PROTECTED]> wrote: > > Hi All > > > > > > > > Can we

How do you prefer to monitor the hardware while running Jmeter tests?

2008-08-12 Thread Andrew Melnyk
Obvious fact that the big lack of Jmeter is the absence of any build in hardawre monitoring monitors. I'm interested in the best practices about monitoring hardware while Jmeter tests are beeing executed. At the moment my tool for this purpose is perfmon, i can't say that i'm happy with it but it's

Re: Number of threads on one machine

2008-08-12 Thread Andrew Melnyk
I would pay attantion also on you network throughput. Let's assume you have 1000 users running from single box, are you sure that your network is able to handle that traffic? 2008/8/12 vladimir100 <[EMAIL PROTECTED]> > > What is the maximum number of threads you can run on one machine? > I need to

Re: How can I measure the CPU and Memory utilization using JMeter

2008-08-11 Thread Andrew Melnyk
Jmeter,unfortunally, doesn't provide the functionality for gathering hardware metrics at the moment. So you have to use other tools in order to get the specified metrcis on board. Regards, Andrey 2008/8/11 Bhagwan Sahai <[EMAIL PROTECTED]> > How can I measure the CPU and Memory utilization usin

Again about 90% line calculations

2008-08-06 Thread Andrew Melnyk
Hi gentleman, There were a lot of discussion about the meaning of 90% line property of Aggregate graph. I would like to know the exact formula which used to count this value. Thnaks in advance, Andrey