TestNG annotations – @BeforeTest annotation
In this post, we will study the @BeforeTest annotation in TestNG. What is its use? and how to use it? What is the use of @BeforeTest annotation in TestNG? @BeforeTest annotation is used to do some prerequisite tasks needed to execute the test cases, like preparing some test data. So, when does this @BeforeTest annotated […]
TestNG annotations – @BeforeTest annotation Read More »
