Test NG
Everything on SkillVeris tagged Test NG — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Assertions and Soft Assertions
Understand the difference between hard and soft assertions in Selenium test frameworks, and when to use TestNG's SoftAssert or AssertJ.
Data-Driven Testing
Learn how to separate test logic from input data in Selenium frameworks using TestNG's @DataProvider and JUnit 5's @ParameterizedTest.
Selenium with TestNG
Learn how TestNG's annotations, grouping, and reporting turn raw Selenium WebDriver scripts into a structured, parallelizable, CI-ready test suite.