Following topic has been covered in this video tutorial
1. How to execute your automated script using TestNG Annotations?
TestNG Annotations will get executed in the following sequence
@BeforeSuite
@BeforeTest
@BeforeClass
@BeforeMethod
@Test
@AfterMethod
@AfterClass
@AfterTest
@AfterSuite