Home »
MCQs »
TestNG MCQs
Annotations like ____, or @BeforeClass are examples of Before and After annotations
13. Annotations like ____, or @BeforeClass are examples of Before and After annotations.
- @BeforeSuite
- @BeforeTest
- @BeforeGroups
- All of the above
Answer: D) All of the above
Explanation:
Annotations like @BeforeSuite, @BeforeTest, @BeforeGroups, or @BeforeClass are examples of Before and After annotations.