TestNG Presentation

Here is the PPT on TestNG. Topics covered include:
  • What is TestNG and it's features.
  • Comparison of TestNG with JUnit 4.
  • Additional annotations in TestNG.
  • Plugins with Eclipse.
  • TestNG - Suite test.
  • TestNG - Grouping and parallel execution.
  • TestNG - Parameterized test using XML and @dataProvider.
  • TestNG - Test Results using Listeners and Reporters.
  • To run existing JUnit tests using TestNG.
  • Examples.
Check out the powerpoint presentation that I had given at my workplace.
Also, download the sample code here - Link

No comments:

Post a Comment