I would suggest record each path as a thread group, then combine all thread groups into a single script. Set thread group 1 to run 50% of the total threads, thread group 2 25% etc...
Alternative approach would be to record the long path completing the process, then break up those actions into smaller thread groups. Good luck, Carl On 2/12/10 1:35 AM, "Jmeter_Curious" <[email protected]> wrote: > > Hi > I've a scenario for performance testing a web-based application. > It has a checkout process. I want my script to be like this: > Suppose 50 users hit the homepage. > 25 continue to the site by logging in. > 5 just add items to cart,but don't carry out the checkout process. > 5 read contents of different pages. > 10 concurrent users follow the whole process and carry out the checkout > process. > > How can i bifurcate the total number of users to accomplish different tasks > using Jmeter record-playback? > > Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

