Data-Driven Testing (via Database) with Selenium & TestNG
Coursera Project Network via Coursera
No Longer Offered
Overview
Google, IBM & Meta Certificates – 40% Off
One plan covers every Professional Certificate on Coursera.
Unlock All Certificates
Selenium is one of the most famous UI test automation tool which works well with the TestNG testing framework.
Data-Driven testing is test design and execution strategy where test data is external to your functional tests. One of the ways is to keep the test data in external source like a database.
The library used to read data from the database (MySql) is JDBC (My Sql Connector)
In this two hours guided project, through hands-on, practical experience, you will go through concepts writing reusable and structure code, writing utilities to read test data from an external source like database, and derive test cases through these test data.
Syllabus
- Project Overview
- Selenium is one of the most famous UI test automation tool which works well with the TestNG testing framework. Data-Driven testing is test design and execution strategy where test data is external to your functional tests. One of the ways is to keep the test data in external sources like a database. The library used in this project to read data from the database is MySql Connector (JDBC) and the database used in MySql. In this two hours guided project, through hands-on, practical experience, you will go through concepts writing reusable and structure code, writing utilities to read test data from an external source like database, and derive test cases through these test data.
Taught by
Saurabh Dhingra