My favorites | Sign in
Google
Projects on Google Code Results 1 - 2 of 2
= COMING SOON = Database Library is a Robot Framework library to test databases. It's based on [http://www.sqlalchemy.org/ SQLAlchemy] module (version 0.4) providing access to many databases such as SQLite, Postgres, MySQL, Oracle. At the moment, only Python is supported. Jython SQLAlchemy su...
== Database testing easily in jUnit== DbAssert is a set of assertion methods for jUnit tests to verify your database data. It uses non-intrusive way for writing unit tests, you don't have to extend any specific class to be able to query and test your database. Initialize DbAssert and start making ...