TestNG Annotations

TestNG Annotations are as follows:

@Test
@BeforeTest@AfterTest,
@BeforeMethod@AfterMethod,
@BeforeClass, @AfterClass,
@BeforeSuite, @AfterSuite,  
@BeforeGroups, @AfterGroups.