Home »
MCQs »
TestNG MCQs
Upon completion of all the test methods of the classes in the folder, the @____ method will be executed
35. Upon completion of all the test methods of the classes in the folder, the @____ method will be executed.
- AfterSuite
- AfterTest
- AfterClass
- AfterMethod
Answer: B) AfterTest
Explanation:
Upon completion of all the test methods of the classes in the folder, the @AfterTest method will be executed.