Tag: seleniumhosts

  • Performance testing with Selenium and JMeter

    In this blog I will show a way to do performance testing with Selenium. The reason I use Selenium for performance testing is that some applications use proprietary protocols between the application layer in the browser and the server. So just capturing the traffic between the server and replaying modified traffic is not that simple.…