# TestNG

- [Introduction](/seleniumatoz/testng/introduction.md): Introduction about TestNG
- [TestNG Setup](/seleniumatoz/testng/testng-setup.md)
- [First Test Script](/seleniumatoz/testng/first-test-script.md): Creating out first test script and understanding it
- [Some of the features of TestNG](/seleniumatoz/testng/some-of-the-features-of-testng.md)
- [TestNG Annotations](/seleniumatoz/testng/testng-annotations.md)
- [@Test](/seleniumatoz/testng/testng-annotations/test.md): @Test Annotation
- [@DataProvider](/seleniumatoz/testng/testng-annotations/dataprovider.md)
