From: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
---|---|
To: | salah jubeh <s_jubeh(at)yahoo(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Jenkins |
Date: | 2011-09-16 02:44:26 |
Message-ID: | 4E72B80A.5070309@ringerc.id.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(at)ringerc(dot)id(dot)au>
> *To:* salah jubeh <s_jubeh(at)yahoo(dot)com>
> *Cc:* pgsql <pgsql-general(at)postgresql(dot)org>
> *Sent:* Thursday, September 15, 2011 8:33 AM
> *Subject:* Re: [GENERAL] 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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2011-09-16 03:02:18 | Re: Problem with the 9.1 one-click installer Windows7 64bit |
Previous Message | adebarros | 2011-09-16 02:43:08 | Upgrading from 9.0->9.1 Ubuntu Best Practices |