Running selenium script parallel in multiple browsers using TestNg
We can run selenium scripts parallely in multiple browsers using TestNg.xml configuration. Below is the configuration we need to make in TestNg.xml to run in chrome and firefox browsers. Below is the sample code. It opens mundrisoft.com website in chrome
Read more