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-6854ce3db0b23529303135/] 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