Random testing feasible?

2010-07-30 Thread Patty . Wong
Hi, I have a test plan with about 20 pages. I have set up 250 threads for testing. I like to know if I can perform random testing in the following manner: 1. put the urls for the 20 pages in a file 2. have 250 threads randomly go to one of the urls on the file Thank you. Patty

Re: Random testing feasible?

2010-07-30 Thread Patty . Wong
Deepak, thank you. I am going to try what you suggested. Also, I was reading the jmeter materials and I like to check with you if 'Random Controller' is used for random testing. I was playing with it but cannot draw conclusion. Thanks. Patty Re: Random testing feasible? Deepak

Re: Random testing feasible?

2010-07-30 Thread Patty . Wong
deepak, thanks for the clarification. patty Re: Random testing feasible? Deepak Shetty to: JMeter Users List 07/30/2010 11:25 AM Please respond to JMeter Users List In your case with 20 pages , if you are willing to create 20 samplers , then yes you could group these under a

Re: OutOfMemoryError: Java heap space

2010-07-29 Thread Patty . Wong
Thank you. patty Re: OutOfMemoryError: Java heap space Deepak Shetty to: JMeter Users List 07/29/2010 02:24 PM Please respond to JMeter Users List Your environment is configured to run java for files of extension.jar. There is no way as far as i know to do what you want (You could

OutOfMemoryError: Java heap space

2010-07-28 Thread Patty . Wong
Hi, When I set the number of threads up to 120, the plan runs well without issues. However, when I set the number of threads to 130, I will have the following error in the jmeter.log: ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.OutOfMemoryError: Java heap space I have

Re: ways to resolve 'server redirect too many times' in a test plan

2009-11-12 Thread Patty . Wong
Deepak, Thanks for your ideas to poke around this issue. I have tried different ways. When I do the request by itself, I don't have errors. I am going to divide my test plan up then. I do not have errors in jmeter.log even when I have 'server redirect too many times'. Patty

ways to resolve 'server redirect too many times' in a test plan

2009-11-11 Thread Patty . Wong
I set up a test plan with http request and the method is get, I keep on getting this error: java.net.ProtocolException: Server redirected too many times (20) I then uncheck Follow Redirects, Use Keep/Alive and Retrieve all embedded Resources from HTML files I still get the same error. How

Re: ways to resolve 'server redirect too many times' in a test plan

2009-11-11 Thread Patty . Wong
Deepak, Thanks. I do have redirect automatically unchecked. I have no cookies on my Request tab in View Results Tree. I tried on my browser and I did not experience any errors. I do not have a code 3xx though. Something very strange and I still cannot figure out is: on my http request: I put