You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by guo weizhan <gu...@gmail.com> on 2009/04/22 05:01:21 UTC

How to run single test suite by the suite name?

Hi All,

How can I run single test suite by the suite name or any other way? I just
want to run the cases we added.

Thank you!

Re: How to run single test suite by the suite name?

Posted by guo weizhan <gu...@gmail.com>.
Is there any document about the testtools?

2009/4/22 guo weizhan <gu...@gmail.com>

> Hi All,
>
> How can I run single test suite by the suite name or any other way? I just
> want to run the cases we added.
>
> Thank you!
>

Re: How to run single test suite by the suite name?

Posted by guo weizhan <gu...@gmail.com>.
Thank you

2009/4/23 Brett Palmer <br...@gmail.com>

> You can run tests for a specific ofbiz component (e.g. entity, etc)
> with the following command:
>
> ofbiz$ java -jar ofbiz.jar -test -component=entity
>
>
> This is described in the following link:
>
>
> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
>
>
> Brett
>
> On Tue, Apr 21, 2009 at 9:01 PM, guo weizhan <gu...@gmail.com>
> wrote:
> >
> > Hi All,
> >
> > How can I run single test suite by the suite name or any other way? I
> just
> > want to run the cases we added.
> >
> > Thank you!
>

Re: How to run single test suite by the suite name?

Posted by Brett Palmer <br...@gmail.com>.
You can run tests for a specific ofbiz component (e.g. entity, etc)
with the following command:

ofbiz$ java -jar ofbiz.jar -test -component=entity


This is described in the following link:

http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide


Brett

On Tue, Apr 21, 2009 at 9:01 PM, guo weizhan <gu...@gmail.com> wrote:
>
> Hi All,
>
> How can I run single test suite by the suite name or any other way? I just
> want to run the cases we added.
>
> Thank you!