I'm using SP15.5. Is there a way that I can slowly load the users into the system and after X amount of time before they continue executing the script simultaneously? I'm trying to replicate something like Ticket Sales. The tickets do not go on sale until 8:00am but users can log into their account early. So I'd like to ramp up 25 users per 15 seconds for example and then when 5 minutes have passed 500 users will try and purchase tickets. The script itself is simple, a record and paramaterized http script. It has Init and Main, that's all.
↧