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

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -