Connect to DataBase in Java and Selenium Implementation
For initial understanding on database and SQL queries, refer MySQL Basics To automate database testing, we will use selenium with java language. JDBC (Java DataBase Connectivity) is an API (using Java language) to connect and play with database with SQL queries. In this post, let’s understand how we can connect with database using Java, and how…