Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is Parameterized testing in TestNG?
Home
Selenium
What is Parameterized testing in TestNG?
asked
Aug 22, 2019
in
Selenium
by
john ganales
What is Parameterized testing in TestNG?
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
selenium-syllabus
selenium-tools-for-testing
selenium-element
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 22, 2019
by
rahulsharma
Parameterized tests allow developers to run the same test over and over again using different values.
There are two ways to set these parameters:
with testng.xml - Practical Example
with Data Providers – Practical Example
...