Re: Organization of Tests

2021-05-21 Thread Gil Portenseigne
Hello, Please find answers below : - Which test classes belong where? There are two Different types of test (not mentioning selenium webdriver test) * Unit test : Should be quick since compiled and executed at launch of the application, via the gradle tasks :compileTestJava and :compileTe

Re: Organization of Tests

2021-05-21 Thread Nicolas Malin
HI both, Currently I work with Gil for a customer site to different process for implement some integration and unit test dedicate to business case. We will try to share some tips on the following weeks. Nicolas On 20/05/2021 20:46, Carsten Schinzer wrote: > Hello, > > > definitely I am interest

Re: Organization of Tests

2021-05-20 Thread Carsten Schinzer
Hello, definitely I am interested and also would like to work against an aligned standard. For example I found the issue of missing unit tests when refactoring some simple methods to groovy (I promise to finish and submit my started jira tickets in the upcoming Community Days). And I also asked m

Organization of Tests

2021-05-20 Thread Erwin Penner
Hello everybody, I would like to create unit and integration tests for my custom modules in OFBiz. Unfortunately, information on this subject is sparse. For this reason, I checked how it is currently solved in the OFBiz modules. I'll explain what it's about first. At the end of the mail I have so