Home »
MCQs »
TestNG MCQs
All test methods in the suite will be executed before the @____ method runs
32. All test methods in the suite will be executed before the @____ method runs.
- BeforeSuite
- BeforeClass
- BeforeTest
- BeforeMethod
Answer: A) BeforeSuite
Explanation:
All test methods in the suite will be executed before the @BeforeSuite method runs.