TestNG annotations – @AfterTest annotation
Earlier, we have discussed the @BeforeTest annotation, which executes before the <test> annotation, and in this post, we will talk about the @AfterTest annotation of TestNG. @AfterTest annotation executes after all the test cases inside the <test> tag classes are executed. Below XML will illustrate the point of execution of the @AfterTest annotated method. So, […]
TestNG annotations – @AfterTest annotation Read More »
