Who can use this? This module is intended to help in testing any application that has DB(RDBMS/JDBC) interactions. It gives you an intuitive way of applying changed to DB and validating data in DB. Pre Requisites JDK8/JDK7 Getting Started Lets say you want to test an application with DB interaction as a black box. Create…