Why is my Test skipped by TestNG? I haven't mentioned skip exception anywhere. | Selenium Forum
P
Pravin V. Kumbhare Posted on 18/08/2020

Attached herewith is my project.

When I execute suitec.xml (which has TestC and TestCC classses configured), the Tests in the class TestC are automatically skipped. I have no idea, why.

Please help.


A
Ashish Thakur Replied on 19/08/2020

//@Parameters("browser")

 

has been commented in TestC and you are passing the browser parameter


Related Posts