Wednesday, May 15, 2013

Selenium WebDriver - Database Connection

Selenium WebDriver - Database Connection

You cannot directly access database with the help of (Selenium) WebDriver. You need to access database with the help of language API which you are using with WebDriver.

Below are some of the links which will help you to check How to connect to Database using Selenium WebDriver:

1. Data Driven Testing Using Selenium (WebDriver) in C#.
2. Tutorial Connecting to DataBase using Selenium WebDriver.
3. Selenium Database Connectivity using Java.
How to use/connect MySQL with Selenium using Java.
4. Selenium – Access Database using JDBC
How to use JDBC to access database considering the Selenium is using Java client driver?
5. Database Connectivity - WebDriver (MySQL database).
6. Selenium SQL Database Connection.
7. Database Connection Using Selenium (MS Access).
8. Connecting to DataBase using WebDriver.
9. Connect to Oracle DB via JDBC driver.
10. Connect to SQL Server Database with an example.
11. Selenium MySQL Database connectivity.
12. Accessing SQL Database in Selenium C# Script.