Re: constant rate testing (again)

2010-07-27 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag Just another though to this: If your load is reaching the servers, looks like the max load which your server system can handle is that of one Jmeter server. When you add more servers, the throughput will reduce as the max throughput of the system has already been r

Re: understanding aggregate report throughput values

2010-07-27 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag As you increase the load, both the throughput and the response time increase. There is a knee beyond which throughput would remain constant and the response time would then increase exponentially. Looks like you haven't reached that knee yet at 3.1 req/sec throughp

understanding aggregate report throughput values

2010-07-27 Thread Jörg Godau
Hi All, we have a fairly simple test that logs in to our application. We've setup a Gaussian Random Timer and are monitoring the results in an Aggregate report. My question is about the throughput - if we reduce the delays in the Timer, the time taken to log in to the application increases (wh

Re: constant rate testing (again)

2010-07-27 Thread Felix Frank
> Or an easier option might be having two scripts, one normal & one with > timeouts, and running them both at the same time? When implementing a timeout driven approach, using those two groups is a must, because the timeout group *will* generate a large number of errors, and thus screw up your sta

Re: constant rate testing (again)

2010-07-27 Thread William Oberman
I started the timeout angle last night, and it was showing similar promise (with similar flaws), but it's great to know I'm on a good path! One idea I had overnight (the brain doesn't turn off, even when sleeping I guess): for things that require a full result (to parse the output): -Add a two new

Login through Jmeter

2010-07-27 Thread Riaz Ahmed
Hi All, I am doing performance testing. I am providing user name and password but not providing the response accordingly. I mean showing "Not Authorized to View the Page". I simply followed the instructions provided on http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.ht

Re: JMeter and sterilised/modified URLs

2010-07-27 Thread indireddysankar
Hi, use (\d+) for extracting any number... and go through below link. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor On Tue, Jul 27, 2010 at 3:37 PM, S.Parr24 wrote: > > I am attempting to use Jmeter to load test a .Net web applica

Re: need to test Input/output, can i will be possible with Jmeter

2010-07-27 Thread gsub
Hi Deepak/ALL i have to do some file uploading(pdf) scenario (application is in PHP) what do i have to inculde in my test plan Please let me know Regards GP -- View this message in context: http://jmeter.512774.n5.nabble.com/Is-Jmeter-best-option-for-Share-Point-application-for-Performance-t

Need to record script for Uploading a pdf or word document in Jmeter

2010-07-27 Thread gsub
Hi My application is in PHP and scenario is: Uploading of PDF from 1 module and Uploading of PDF from another module (by getting it from pc) can perform through Jmeter for 200 users load Please let me know if it possible Regards GP -- View this message in context: http://jmeter.512774.n5.

JMeter and sterilised/modified URLs

2010-07-27 Thread S.Parr24
I am attempting to use Jmeter to load test a .Net web application. The system has been developed using URL modifier technology to sterilise the URLs used. The system holds a session variable at the end of the URL e.g. http://testsystem.net/301 With 301 being the sessionID Each thread will

Re: Jmeter support for functionality Testing.

2010-07-27 Thread chaitanya bhatt
Jmeter is not equipped/designed to play with DOMs(Document object model), but Selenium is. Parsing a DOM and checking/validating DOM objects(such as text box/drop down/combo box/radio buttons etc.) is critical to decide whether a test case passed or failed. With Jmeter its just get/post/put/head/de

AW: If Controller after Regular Expression

2010-07-27 Thread Jörg Godau
Thanks Karsten, that statement works! !("${aktenzeichen}".equals("NoAzFound")) Mit freundlichen Grüßen Jörg Godau SCHÜTZE Consulting Informationssysteme GmbH Argentinische Allee 22b 14163 Berlin Tel.: 030/ 802 49 44 Fax: 030/ 8090 39 95 www.schuetze-berlin.de Geschäftsführer: Klaus-Dieter Schüt

Re: Jmeter support for functionality Testing.

2010-07-27 Thread indireddysankar
Hi , Any more suggestions please... Chaitanya, thanks for the response... Can i test using selenium db data, demon running on AUT behaviors...? Can i not use Jmeter for more functional testing integrating with some java programs...? where it lags compare with selenium... Thanks & R