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

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -