Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

pgUnitTest: run unit test on database queries and insert random data



Hello,

I have realized a tool for PostgreSQL: pgUnitTest. The project page:
http://pgfoundry.org/projects/pgunittest
And a brief description of the capabilities of pgUnitTest:
http://pgunittest.projects.postgresql.org

This program is designed to insert a lot of random data in a database
and then write script to execute unit tests on database queries (check
results, execution time, number of rows).
A first version can be downloaded on the project page. It is in Java
and therefore it is cross-platform: at least it was tested on a PC
under Windows and Linux Slackware and on a Mac. It is a command line
tool: inputs are provided with a scripting language described in the
documentation bundled with the program.

In the future I plan to change the scripting language that is used to
provide the tests. And in a further future I plan, maybe, to include
such a thing as a pgAdmin module.

Please tell me what you think of this project.

Mickael



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group