How 2 methods in different class use method dependency in testNG -
i wanted access test method class , b
class a{ @test(dependsonmethods="verifyelementsonprofilescreen",alwaysrun = true) public void verifymyselfprofilevisibility(){} } class b @test(dependsonmethods="testdemo",alwaysrun = true) public void verifymyselfprofilevisibility(){}
Comments
Post a Comment