Skip to content
Contact me
About me
Demo
DemoForm
TechStuff
Top Menu
Facebook page opens in new window
Facebook page opens in new window
X page opens in new window
YouTube page opens in new window
qavalidation
QA tools and automation testing techniques
HOME
Selenium
Selenium-Java
Selenium-Python
Demo2
Appium
Appium tutorial
WebdriverIO
JavaForQA
Java interview questions for QA
ExcelRW
TestNG
More
Cypress
TestingBasics
MavenBuild
Training
Search:
HOME
Selenium
Selenium-Java
Selenium-Python
Demo2
Appium
Appium tutorial
WebdriverIO
JavaForQA
Java interview questions for QA
ExcelRW
TestNG
More
Cypress
TestingBasics
MavenBuild
Training
TestNG tutorial
You are here:
Home
TestNG tutorial
Watch TestNG tutorial step by step
TestNG intro
TestNG annotation
TestNG annotation attributes
description and grouping testcases
Prioritize test cases
@Test method enabled property
dependsOnMethods
alwaysRun
threadPoolSize, invocationCount, timeOut
Selenium testng.xml and emailable report in detail
TestNG parameterization
– @Parameters & @DataProvider
Use dataProvider in selenium test
Pass excel data to testNG dataProvider and run selenium tests
Ways to run testNG.xml
Ways to run multiple testng xml files
TestNG Listener – customise output with ITestListener
TestNG Listener – customise output with IReporter
Go to Top