JMeter testing for web application with Active directory login

2011-06-17 Thread anie sahu
Hi, I am new to use JMeter for performance testing. I have looked this forum/mailinglist, but couldn't find an answer. Sorry if this is a known issue. In that case, it would be nice, if you just point me to the respective resource. I am using jmeter v2.4. I have to test a web application built

Re: Constant Throughput timer and using Calculate throughput based on all active threads (shared)

2011-06-17 Thread Oliver Lloyd
Hi Barrie, I'm still new around here and can't directly answer your question but I ran into a vaguely similar issue to the one you describe which might help you, I found that the Shared mode (all active threads) was a bit of a non starter, it seemed to me that using this option removed the

Re: Constant Throughput timer and using Calculate throughput based on all active threads (shared)

2011-06-17 Thread apc
Maybe http://code.google.com/p/jmeter-plugins/wiki/ThroughputShapingTimer Throughput Shaping Timer can help you? -- View this message in context:

CSV data file variable not being replaced intermittently

2011-06-17 Thread magTech
I have a HTTP Request test step where I am making the following call: /admin/getGameData.php?tvuid=${tvuid}key=outgoing_marches The ${tvuid} value is being picked from a CVS data file. The issue I am facing is when I run multiple threads or executions, in some tests tvuid is not being replaced.

Re: CSV data file variable not being replaced intermittently

2011-06-17 Thread sebb
On 17 June 2011 19:36, magTech rmi...@watercooler-inc.com wrote: I have a HTTP Request test step where I am making the following call: JMeter version? /admin/getGameData.php?tvuid=${tvuid}key=outgoing_marches The ${tvuid} value is being picked from a CVS data file. The issue I am facing is

Re: CSV data file variable not being replaced intermittently

2011-06-17 Thread Oliver Lloyd
I think I see what's wrong here. You have 'tvuid' as your header name in the csv file don't you? First time I tried using the CSV Config element I hit this issue. For the first iteration everything is fine but then on the second pass around it sees the header row as just another line of data and