A Repository of Performance Testing and Engineering Articles Link
How do you decide Ramp-up time???
Hi Shivani,You have to choose the ramp-up/down wise fully.The more ramp-up time is given then more users become async. I will explain you.Let's say you have 5 users and running for 1 iteration only. But the iteration is completed in 10 minutes.Case 1: Ramp-up 2 minutes per userThen when the last user enter then the first will be exited. Hence no concurrency of 10 user will be achievedCase 2: Ramp-up 2 seconds per usersIn such case you will get practical result because all 10 users will be active in the system at least for 9 minutes and 50 seconds
How do you decide Ramp-up time???
ReplyDeleteHi Shivani,
DeleteYou have to choose the ramp-up/down wise fully.
The more ramp-up time is given then more users become async. I will explain you.
Let's say you have 5 users and running for 1 iteration only. But the iteration is completed in 10 minutes.
Case 1: Ramp-up 2 minutes per user
Then when the last user enter then the first will be exited. Hence no concurrency of 10 user will be achieved
Case 2: Ramp-up 2 seconds per users
In such case you will get practical result because all 10 users will be active in the system at least for 9 minutes and 50 seconds