RE: Load Testing with Variable Request Path

2011-09-11 Thread pawinder
I got that working. Thanks for your help -- View this message in context: http://jmeter.512774.n5.nabble.com/Load-Testing-with-Variable-Request-Path-tp4786122p4791126.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Load Testing with Variable Request Path

2011-09-10 Thread pawinder
Thanks Nerman and Deepak for your suggestions. I am going to try those. I am going to use this as a test harness to do performance tuning for my application. I am planning to use this to baseline the current application performance and then compare all future releases against this baseline. I am p

Re: Load Testing with Variable Request Path

2011-09-09 Thread Deepak Shetty
One of the thing you should be careful about is why are you running this test ? (yes you can read from file as described by nermin). If these are independent requests - and your purpose is to check 404 or something similar then there are no issues. However if your goal is something like I have an

RE: Load Testing with Variable Request Path

2011-09-09 Thread Nermin CALUK
Yes, JMeter can read URL from a text file, just use "CSV Data Set Config" (Config Element) and loop through it. You can setup a "single-column" csv where you put one URL per line. If necessary, you can add additional columns (sometimes I use "NAME,HOST" where I put ${NAME} as a Sampler Name and ${