We use selenium to run functional testing in our project, and continue to move this test stories into selenium grid mode to run performance testing. The concern is that, the scalability issue: how many selenium instance should we deploy? Even one real machine with 10 virtual machine, still not easy to simulate the real traffic. If not to use selenium grid, how to simulate a real web page, especially with rich ajax ui for your acceptance testing.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I agree with link provided by Kieren (Grid FAQ). Browsermob .
Selenium is not designed for load testing, rather than it is aimed for web application functional/acceptance testing.
But still if you want to use selenium for load testing you should utilize HTMLUnitDriver
or start with Browser Mob. If you want to achieve parallelism without grid then you can utilize ISFW.