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 -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -