Home »
MCQs »
TestNG MCQs
After all test methods in a suite have been executed, the @____ annotation will run
33. After all test methods in a suite have been executed, the @____ annotation will run.
- AfterSuite
- AfterTest
- AfterClass
- AfterMethod
Answer: A) AfterSuite
Explanation:
After all test methods in a suite have been executed, the @AfterSuite annotation will run.