- How to install the TestNG plugin in eclipse IDE
- What is TestNG and how to run your first test case? ( Video Tutorial )
- What is testng.xml file and how to run cases using XML? ( Video Tutorial )
- How to run testng.xml from the command line?
- Assertions in TestNG ( Video Tutorial )
- TestNG Groups in detail with examples ( Video Tutorial )
- Include and exclude in TestNG ( Video Tutorial )
- Annotations in TestNG ( Video Tutorial )
- Class level annotations in TestNG ( Video Tutorial )
- How to ignore test cases in TestNG ( Video Tutorial )
- Guide to DataProviders in TestNG ( Data-driven testing ) ( Video Tutorial )
- How to retry the failed test cases in TestNG? ( Video Tutorial )
- How to execute the same test multiple times in TestNG ( Video Tutorial )
Misc
- How to integrate Maven with TestNG
- How to make testng.xml at runtime or programmatically ( Video Tutorial )
- More about making a testng.xml programmatically or at runtime
- How to get test case details at runtime in TestNG?
- Method interceptors in TestNG ( To reorder test methods )
- How to generate reports in TestNG
- How to pass parameters to a DataProvider in TestNG?
- How to send emails in Java using SMTP?