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 -- Megha Purkayastha

