How to perform load testing using Selenium WebDriver? -


i have perform load testing application using selenium webdriver 100 users. 100 users login , hit server @ time.

how process using selenium webdriver?

update mentioned in comments, bad idea. if considering load testing selenium grid, reconsider purpose , verify whether selenium grid option have.


for free solution:

selenium provides scalable testing framework called selenium grid. can use in conjunction testng create scalable load-testing framework.

from link:

scale distributing tests on several machines ( parallel execution )

manage multiple environments central point, making easy run tests against vast combination of browsers / os.

minimize maintenance time grid allowing implement custom hooks leverage virtual infrastructure instance.

i have leveraged selenium grid load-test our web-app dozen concurrent browser sessions (so far). used several references achieve this:


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -