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-67b9704a92af7184833659/] 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