Parallel execution of script in multiple browsers using selenium
Single script can be ran in multiple browsers. To perform that we need to define browser configurations in testng.xml file. [crayon-6a0c331419416177108475/] In class name we can mention script name. We can mention same script name or multiple script names. If you want to run in 3 different browsers then just copy test
Read more