Home »
MCQs »
TestNG MCQs
Every test method will be run prior to the @____ annotation
38. Every test method will be run prior to the @____ annotation.
- BeforeMethod
- BeforeTest
- BeforeClass
- BeforeSuite
Answer: A) BeforeMethod
Explanation:
Every test method will be run prior to the @BeforeMethod annotation.