Data-Driven Testing (via Database) with Selenium & TestNG
Offered By: Coursera Project Network via Coursera
Course Description
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 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
Related Courses
Advanced TestNG Framework and Integration with SeleniumCoursera Project Network via Coursera Automate an e-commerce web application using Selenium & Java
Coursera Project Network via Coursera Behavior Driven Development with Selenium and Cucumber
Coursera Project Network via Coursera Building Test Automation Framework using Selenium and TestNG
Coursera Project Network via Coursera Building Test Automation Framework - Selenium, C# & NUnit
Coursera Project Network via Coursera