unit testing with testng - essentials

By attending testNG Essentials workshop, Delegates will be clear with the basic concept of TestNg and will be able to create unit test cases using testNG.

testNG - Essentials Training course covers the features of the testNG tool and how to create unit test cases using testNG.

  • Testing fundamentals
  • Java programming knowledge

Java Developers and Quality Assurance Engineers who wish to learn how to test Java programs with TestNG framework.

COURSE AGENDA

  • What are annotations?
  • Different types of annotations and description
  • Examples :-
    • @Test
    • @BeforeMethod
    • @AfterMethod
  • What is testNG?
  • Installation and configuration
  • Overview on assert statements
  • Different types of assert statements and description
  • Examples :-
    • assertTrue
    • assertEquals
    • assertNull
  • Group anddependsOnGroup features
  • Dependability in test cases
  • Log4j with testNG
  • Overview of Apache Ant
  • Build creation using Apache Ant
  • Grouping mechanism
  • Dependency testing
  • Parameterized testing