TestNG + Selenium – Load Testing Example
In this tutorial, we will show you how to use @Test attributes invocationCount and threadPoolSize to perform a load test or stress test on a website. Tools used : TestNG 6.8.7 Selenium 2.39.0 Maven 3 P.S We are using the Selenium library to automate browsers to access a website. 1. Project Dependency Get TestNG and …