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-673719384d88d064357797/] 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