how to create JUnit tests: a document

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

how to create JUnit tests: a document

hans_bakker
Everybody seems to be convinced now we need more tests. I was looking
for some description but not find any.

So we wrote one:
http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML#N22444

If anybody has any comments, the document can be updated in SVN in the
file:
framework/documents/UnitTest.xml

Regards,
Hans

--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: how to create JUnit tests: a document

Jacques Le Roux
Administrator
Thanks Hans,

Great to see OFBiz power in action!

Jacques

From: "Hans Bakker" <[hidden email]>

> Everybody seems to be convinced now we need more tests. I was looking
> for some description but not find any.
>
> So we wrote one:
> http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML#N22444
>
> If anybody has any comments, the document can be updated in SVN in the
> file:
> framework/documents/UnitTest.xml
>
> Regards,
> Hans
>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>

Reply | Threaded
Open this post in threaded view
|

Re: how to create JUnit tests: a document

Jeroen van der Wal-2
In reply to this post by hans_bakker
Hi Hans,

Thanks for writing this document on testing but I'm wondering why you
use the CMS. I wrote a proposal to update the wiki
http://cwiki.apache.org/confluence/display/OFBIZ/Wiki+Reorganization+Proposal
but the idea doesn't get much support. And now that you create
developer documentation inside the CMS does this mean that the wiki is
dead? And is there a roadmap to move all documentation to the CMS?

Best,

Jeroen van der Wal
Stromboli b.v.
+31 655 874050



On Thu, Dec 24, 2009 at 9:21 AM, Hans Bakker
<[hidden email]> wrote:

> Everybody seems to be convinced now we need more tests. I was looking
> for some description but not find any.
>
> So we wrote one:
> http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML#N22444
>
> If anybody has any comments, the document can be updated in SVN in the
> file:
> framework/documents/UnitTest.xml
>
> Regards,
> Hans
>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>
>
Reply | Threaded
Open this post in threaded view
|

Re: how to create JUnit tests: a document

hans_bakker
Hi Jeroen,

as i outlined in the document itself, using the OFBiz content component
has several big advantages.
see: http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML

In my opinion the wiki has a different function more in the direction of
open discussion and could be the bases for the ofbiz documentation
included inside the system.

We do not really have a roadmap, we do as much as possible in the time
we have although there is the intention to move established
documentation away from the wiki.

Regards,
Hans

On Mon, 2009-12-28 at 15:02 +0100, Jeroen van der Wal wrote:

> Hi Hans,
>
> Thanks for writing this document on testing but I'm wondering why you
> use the CMS. I wrote a proposal to update the wiki
> http://cwiki.apache.org/confluence/display/OFBIZ/Wiki+Reorganization+Proposal
> but the idea doesn't get much support. And now that you create
> developer documentation inside the CMS does this mean that the wiki is
> dead? And is there a roadmap to move all documentation to the CMS?
>
> Best,
>
> Jeroen van der Wal
> Stromboli b.v.
> +31 655 874050
>
>
>
> On Thu, Dec 24, 2009 at 9:21 AM, Hans Bakker
> <[hidden email]> wrote:
> > Everybody seems to be convinced now we need more tests. I was looking
> > for some description but not find any.
> >
> > So we wrote one:
> > http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML#N22444
> >
> > If anybody has any comments, the document can be updated in SVN in the
> > file:
> > framework/documents/UnitTest.xml
> >
> > Regards,
> > Hans
> >
> > --
> > Antwebsystems.com: Quality OFBiz services for competitive rates
> >
> >
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: how to create JUnit tests: a document

Ean Schuessler
Hans Bakker wrote:

> as i outlined in the document itself, using the OFBiz content component
> has several big advantages.
> see: http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML
>
> In my opinion the wiki has a different function more in the direction of
> open discussion and could be the bases for the ofbiz documentation
> included inside the system.
>
> We do not really have a roadmap, we do as much as possible in the time
> we have although there is the intention to move established
> documentation away from the wiki.

I think managing process documentation is one of the most important
features that OFBiz can provide. This is especially true if we can make
the editing process easy and provide access controls that reflect the
user's role in the business. Since our users need this functionality I
think it makes perfect sense to use our own documentation as a testbed.

That said, the current CMS has severe limitations that will make
contribution difficult. I also have questions about the use of DocBook
for making contributions. I understand the value of DocBook but I also
think it might be easier to get there using a conversion process (ie.
transform wiki markup into DocBook XML).

As I've said in the past, we would be happy to help with an
implementation of the WYSIWYG editing environment that we are using on
our projects. The core is checked in, the main limitation is that there
is not a really excellent WYSIWYG browser based editing environment that
is under the ASL. The closest thing is the GWT Rich Text Editor but it
lacks tables and other important mark-up tools.
Reply | Threaded
Open this post in threaded view
|

Re: how to create JUnit tests: a document

Jacques Le Roux
Administrator
From: "Ean Schuessler" <[hidden email]>

> Hans Bakker wrote:
>> as i outlined in the document itself, using the OFBiz content component
>> has several big advantages.
>> see: http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML
>>
>> In my opinion the wiki has a different function more in the direction of
>> open discussion and could be the bases for the ofbiz documentation
>> included inside the system.
>>
>> We do not really have a roadmap, we do as much as possible in the time
>> we have although there is the intention to move established
>> documentation away from the wiki.
>
> I think managing process documentation is one of the most important
> features that OFBiz can provide. This is especially true if we can make
> the editing process easy and provide access controls that reflect the
> user's role in the business. Since our users need this functionality I
> think it makes perfect sense to use our own documentation as a testbed.
>
> That said, the current CMS has severe limitations that will make
> contribution difficult. I also have questions about the use of DocBook
> for making contributions. I understand the value of DocBook but I also
> think it might be easier to get there using a conversion process (ie.
> transform wiki markup into DocBook XML).
>
> As I've said in the past, we would be happy to help with an
> implementation of the WYSIWYG editing environment that we are using on
> our projects. The core is checked in, the main limitation is that there
> is not a really excellent WYSIWYG browser based editing environment that
> is under the ASL. The closest thing is the GWT Rich Text Editor but it
> lacks tables and other important mark-up tools.
>
In the meantime(?) this could to the trick
https://plugins.atlassian.com/plugin/details/7019
http://www.k15t.com/scroll/pricing/#starter (Free Community License)

Don't know yet if infra will agree to embed it

Jacques