ThreadGroup and User Login Account

2009-05-11 Thread Nguyen Dao
Hi everyone, I need to load test a JSF application with 500 users, and need your tips/recommendations on how to go about doing that. Please help! *MY CURRENT TEST PLAN:* ** ThreadGroup1 (100 threads) -- Login -- Search for a record of type # 1 -- Switching between different views -- Logout

Re: ThreadGroup and User Login Account

2009-05-11 Thread Deepak Shetty
1. You can use a User Parameters Pre Processor to use a different username and password for each thread group. You can use a module controller so that you define the Login test in one place and just change the data you pass to it 2. Depends on your requirement. If you wish to test unique users

Re: ThreadGroup and User Login Account

2009-05-11 Thread Nguyen Dao
Thank you. User Parameters Pre Processor works for getting each thread a unique user login. On Mon, May 11, 2009 at 3:10 PM, Deepak Shetty shet...@gmail.com wrote: 1. You can use a User Parameters Pre Processor to use a different username and password for each thread group. You can use a