1.

How Testng Allows To State Dependencies?

Answer»
  • TESTNG allows TWO WAYS to declare the dependencies.
  • Using attributes dependsOnMethods in @TEST ANNOTATIONS 
  • Using attributes dependsOnGroups in @Test annotations 



Discussion

No Comment Found