Selenium Framework Tutorial #9 - Data Driven Testing with TestNG DataProvider

preview_player
Показать описание
In this Selenium Framework Tutorial, we will learn how to perform data driven testing with TestNG dataprovider. TestNG testing framework provides functionality to perform data driven testing using DataProvider functionality. In this video we will learn how you can use TestNG data provider to remove hardcoded test data from test scripts and perform data driven testing.

🌟 Please hit LIKE ❤️, SHARE, and SUBSCRIBE for more AMAZING courses:

🌟 TEST AUTOMATION COURSES 🌟

🌟 MANUAL TESTING AND ISTQB COURSES 🌟

🌟 SOFTWARE TESTING MOCK INTERVIEWS 🌟

🌟 SOFTWARE TESTING INTERVIEW QUESTIONS AND ANSWERS 🌟

🌟 RESUME AND CAREER TIPS 🌟

🌟 API TESTING COURSES 🌟

🌟 PROGRAMMING COURSES 🌟

🌟 TEST MANAGEMENT TOOLS 🌟

🌟 AGILE TESTING TOOLS 🌟

🌟 ATLASSIAN JIRA COURSES 🌟

🌟 AGILE PROJECT MANAGEMENT COURSES 🌟

🌟 AGILE BASICS COURSE 🌟

🌟 FOLLOW US ON TWITTER 🌟

🌟 LIKE US ON FACEBOOK 🌟

🌟 OUR TUTORIAL WEBSITES 🌟

🌟 GET MY TRAININGS ON UDEMY 🌟

✨ Tags ✨
selenium framework,selenium framework tutorial,selenium framework using java,selenium framework for beginners,how to perform data driven testing in selenium,testng data provider,testng data driven framework,dataprovider in testng,parameterization in testng,testng dataprovider example,testng dataprovider multiple parameters,dataprovider annotation in testng,how to use dataprovider in testng selenium,data driven testing in selenium,data driven testing using testng

✨ Hashtags ✨
#SeleniumTutorial #SeleniumJavaFramework #SeleniumFramework #Framework #SeleniumWebDriverJava #RcvAcademy #SoftwareTestingMentor

🌟 Join this channel to support my work 🌟
Рекомендации по теме
Комментарии
Автор

Thanks Sir.. Much needed to learn these. I never finded anyone teachings better than your approach.

rmahideep
Автор

Mentor thanks sir, I have a question for example if I have different modules to test e.g login, add to cart, register for a course, and so on, do I follow the same procedure from videos 1-12 to create a framework for each module I want to automate?

GracyIma
Автор

Are you saying that you can input (username, password) pairs into XML and use it for multiple tests, then if needed change or add pairs in XML without modifying Selenium code in multiple places?

AlexanderBrusilovsky
Автор

Hi Sir, for me when I am providing the correct login credentials it is working and after that window will close and again login will happen and with the error message window doesn't closes ? Why so ? Please guide.
Thank you

malavikadborkar
Автор

The test passed successfully when I provided the correct username, but incorrect password. How that can be possible?

catlovers