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.
We use selenium to run functional testing in our project, and continue to move
Share
I agree with link provided by Kieren (Grid FAQ). Browsermob .
But still if you want to use selenium for load testing you should utilize
HTMLUnitDriveror start with Browser Mob. If you want to achieve parallelism without grid then you can utilize ISFW.