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 the

Re: Random testing feasible?

2010-07-30 Thread Deepak Shetty
ou 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 f

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 feasibl

Re: Random testing feasible?

2010-07-30 Thread Deepak Shetty
hi Depends on how random you want this to be. You could also just have the CSV DataSet Config and have your 250 threads just pick the next line , it will be random in a sense because threads would pick up different pages and the order would vary by each iteration(simplest) If you wanted something m

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