Home »
MCQs »
TestNG MCQs
After each test method is executed, the @____ annotation is executed
39. After each test method is executed, the @____ annotation is executed.
- AfterTest
- AfterClass
- AfterMethod
- AfterSuite
Answer: C) AfterMethod
Explanation:
After each test method is executed, the @AfterMethod annotation is executed.