Home »
MCQs »
TestNG MCQs
Before all test cases in a group are executed, the @____ annotation is run only once
40. Before all test cases in a group are executed, the @____ annotation is run only once.
- BeforeTest
- BeforeClass
- BeforeSuite
- BeforeGroups
Answer: D) BeforeGroups
Explanation:
Before all test cases in a group are executed, the @BeforeGroups annotation is run only once.