TestNG Framework
  • Introduction
  • Install TestNG and Execute TestNG Project
  • Annotation in TestNG
  • Setting the Priority of test cases in TestNG
  • Setting groups in TestNG
  • Set Dependency in Methods in TestNG
  • Running Single test cases mutiple time with different data using dataprovider
  • Cross Browser and Parallel testing in TestNG
  • What is Listeners and how to implement it in TestNG
  • How to Run Failed test cases using xml report file in TestNG
  • How to run failed test cases using RetryAnalyzer in TestNG
  • How to Create Custom Report with and without IReporter listner in TestNG