You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Yin T <bu...@hotmail.com> on 2008/03/03 17:24:52 UTC

Ofbiz testing, testing frameworks

I would like to get info about testing in ofbiz...

Is there currently a standard for testing at a component level and system
level?
Is there currently a framework that exist in ofbiz that developers can make
use of in writing their tests cases?
Could someone recommend any testing tools (or even methodologies) that they
may be using that could help in testing ofbiz?
How is regression testing performed on ofbiz?

Thanks
-- 
View this message in context: http://www.nabble.com/Ofbiz-testing%2C-testing-frameworks-tp15807524p15807524.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Ofbiz testing, testing frameworks

Posted by David E Jones <jo...@hotwaxmedia.com>.
On Mar 3, 2008, at 9:24 AM, Yin T wrote:

>
> I would like to get info about testing in ofbiz...
>
> Is there currently a standard for testing at a component level and  
> system
> level?

Yes

> Is there currently a framework that exist in ofbiz that developers  
> can make
> use of in writing their tests cases?

Yes, see the testtools component.

> Could someone recommend any testing tools (or even methodologies)  
> that they
> may be using that could help in testing ofbiz?

We just use very standard testing practices along with the tools in  
OFBiz.

> How is regression testing performed on ofbiz?

With automated tests.

-David