-
PreparedStatement in JDBC
In my previous blog Getting started with Java Database Connectivity we had seen how to connect to MySQL using the…
-
Getting started with Java Database Connectivity (JDBC)
Many a times in testing, we face a situation where we need to test the data into database. Database testing…
-
Book Review: Selenium WebDriver Practical Guide
Are you trying to switch in to Selenium WebDriver automation and your boss is insisting to automate all web application…
-
-
Understanding and Writing Page Object in Selenium
Let’s first quickly understand the concept of page object before jumping in and writing it. Page object to be concise,…