performance - load testing by keep increasing the number of concurrent users -


i have 500 users in csv file. doing load testing using jmeter. want run script first 100 hundred users. once execution 100 concurrent user/threads done want automatically increase size of concurrent users 200 , on.

how can achieve ??

you can use constant throughput timer set throughput according test scenario. despite name doesn't have "constant", can put variable "target throughput" input you'll able modify concurrency on fly.

another option easier / more flexible throughput shaping timer available via jmeter plugins

throughput shaping timer


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -