java - Load test with JMeter and Selenium in parralel -


i have jmeter, integrated selenium webdriver. created jp@gc - webdriver sampler, , code runs perfect. when change number of threads (users) 10, open me 10 fireforx browser , idea of load testing not good, because last browser (10th) start after few second (20 sec). how can run in parallel? i want simulate 10 users clicks in site in same time! :)

let's page, want opened in same time:

wds.sampleresult.samplestart() wds.browser.get('http://jmeter-plugins.org') wds.sampleresult.sampleend() 

thanks

put webdriver sampler under synchronizing timer , set "number of simulated users group by" 10.

actually not webdriver sampler should doing. you're supposed create main load jmeter http request samplers , have separate thread group webdriver sampler measure real-life user experience scripts execution time, layout, etc.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -