Home »
MCQs »
TestNG MCQs
All test methods in that folder will be executed before the @____ annotated method is executed
34. All test methods in that folder will be executed before the @____ annotated method is executed.
- BeforeClass
- BeforeSuite
- BeforeTest
- BeforeMethod
Answer: C) BeforeTest
Explanation:
All test methods in that folder will be executed before the @BeforeTest annotated method is executed.