How to run on all browsers (IE, FF,Edge,chrome) simultaneously or parallel and also how to handle reporting in that situation????? | Selenium C# Forum
S
Sudheer Chada Posted on 14/06/2019

How to run on all browsers (IE, FF,Edge,chrome) simultaneously or parallel and also how to handle reporting in that situation?????


G
gunjan Replied on 16/06/2019

In order to run your test cases parallely, you will have to use Nunit's [Parallelizable] attribute and extent report will be generated accordingly in that situation.