On 15/09/2011 6:13 PM, salah jubeh wrote:
Hello Craig,
I would like to test the software requirement specification .
There are some tools such as pgTAP but I am not sure about
it..
Please reply to the mailing list, not just to me directly.
If you're testing against a spec, you probably want to use JUnit and
Jenkins to test your application's behavior, including JUnit tests
that test your database access and related classes.
If you have stored functions, etc, that you want to test you can
test them via PgJDBC and JUnit.
Regards
From:
Craig Ringer <ringerc@xxxxxxxxxxxxx>
To: salah
jubeh <s_jubeh@xxxxxxxxx>
Cc: pgsql
<pgsql-general@xxxxxxxxxxxxxx>
Sent:
Thursday, September 15, 2011 8:33 AM
Subject:
Re: Jenkins
On 09/13/2011 07:28 PM, salah jubeh
wrote:
Hello.
This might be the wrong place to post my
question, but any help is appreciated.
Did any one used Jenkins for Postgresql
unit testing, and what are the available unit
testing plug-ins?, is there is a tutorial for
that ?
Thanks in advance
I'm not aware of any significant use of Jenkins with Pg,
though I'm sure plenty of Java apps that use Pg via PgJDBC
test against it using JUnit . That might be your best bet
for now, as AFAIK there aren't any dedicated Pg-specific
JUnit plugins.
What sorts of things do you want to test, anyway?
--
Craig Ringer
|