- Introduction to TestNG testing framework
- Installation
- Test-case creation and execution
- TestNG Annotations
- Create Test Suite or TestNG XML file
- Prioritizing or Sequencing of Test Cases
- Skip or Disable Test cases
- Grouping Test cases
- Parameterization in TestNG
- Listeners
- Parallel testing
- IRetryAnalyzer to Retry Failed Test in TestNG