Hello devs,
I am Kasun Pinsara, an undergraduate in University University of Colombo Sri Lanka. I have an idea of involving Google Summer of Code 2012 [GSOC-2012] <http://www.google-melange.com/gsoc/homepage/google/gsoc2012> . I am interested in Apache OFBiz project and would like to work with the team and gain a good experience. I have some experience in working with software development with open source technologies(java,maven,ant,spring,Struts,svn, tomcat etc). If there are any project ideas for the program please give me some help. So that I can focus more and submit a good proposal for the GOSC program. It would be a great support for me. Best Regards, Kasun Pinsara |
Le 13/03/2012 04:15, Kasun Siriwardhana a écrit :
> Hello devs, > > I am Kasun Pinsara, an undergraduate in University University of Colombo > Sri Lanka. I have an idea of involving Google Summer of Code 2012 > [GSOC-2012]<http://www.google-melange.com/gsoc/homepage/google/gsoc2012> . > I am interested in Apache OFBiz project and would like to work with the > team and gain a good experience. I have some experience in working with > software development with open source > technologies(java,maven,ant,spring,Struts,svn, tomcat etc). If there are > any project ideas for the program please give me some help. So that I can > focus more and submit a good proposal for the GOSC program. It would be a > great support for me. > > > Best Regards, > Kasun Pinsara > here are all the GSoC tasks for the ASF: http://s.apache.org/gsoc2012tasks At the moment, there is only one for OFBiz. Cheers, -- Erwan de FERRIERES www.nereide.biz |
Hi Erwan,
*Thanks for the reply. I had a look in to that jira issue. Does it says to write integration tests for entire application ? * *I would like to know other possibility of this ofbiz product. For an example a new feature implementation . Now I am going through the documentations on the site.* * * On Tue, Mar 13, 2012 at 11:33 AM, Erwan de FERRIERES < [hidden email]> wrote: > Le 13/03/2012 04:15, Kasun Siriwardhana a écrit : > >> Hello devs, >> >> I am Kasun Pinsara, an undergraduate in University University of Colombo >> Sri Lanka. I have an idea of involving Google Summer of Code 2012 >> [GSOC-2012]<http://www.google-**melange.com/gsoc/homepage/** >> google/gsoc2012<http://www.google-melange.com/gsoc/homepage/google/gsoc2012>> >> . >> >> I am interested in Apache OFBiz project and would like to work with the >> team and gain a good experience. I have some experience in working with >> software development with open source >> technologies(java,maven,ant,**spring,Struts,svn, tomcat etc). If there >> are >> any project ideas for the program please give me some help. So that I can >> focus more and submit a good proposal for the GOSC program. It would be a >> great support for me. >> >> >> Best Regards, >> Kasun Pinsara >> >> Hi Kasun, > > here are all the GSoC tasks for the ASF: > http://s.apache.org/**gsoc2012tasks <http://s.apache.org/gsoc2012tasks> > > At the moment, there is only one for OFBiz. > > Cheers, > > -- > Erwan de FERRIERES > www.nereide.biz > |
Le 18/03/2012 05:21, Kasun Siriwardhana a écrit :
> Hi Erwan, > > *Thanks for the reply. I had a look in to that jira issue. Does it says to > write integration tests for entire application ? * Hi Kasun,* I added the wiki page, where the proposal is more explained. Please take a look. > *I would like to know other possibility of this ofbiz product. For an > example a new feature implementation . Now I am going through the > documentations on the site.* At the moment, there is nothing more. Regards, -- Erwan de FERRIERES www.nereide.biz |
In my opinion it would be better to design the component as an independent piece of code containing:
* all the jars that are required for Selenium * an ant script to run the tests (it would be nice to dynamically retrieve the tests to run from the implementationinstead of having to add configuration for each of them) * a configuration file (or mechanism) to select the Driver at runtime, the url of the server etc... * a folder containing all the automated tests available for OFBiz, categorized in some way: in my opinion, in several occasions, each functional test may span over more than one OFBiz application so it doesn't necessarily make sense to have tests split by component In this way it will be very easy to add new tests without touching the configuration files of ootb (or custom) components: it will be an external application. Jacopo On Mar 18, 2012, at 7:23 AM, Erwan de FERRIERES wrote: > Le 18/03/2012 05:21, Kasun Siriwardhana a écrit : >> Hi Erwan, >> >> *Thanks for the reply. I had a look in to that jira issue. Does it says to >> write integration tests for entire application ? * > Hi Kasun,* > I added the wiki page, where the proposal is more explained. Please take a look. >> *I would like to know other possibility of this ofbiz product. For an >> example a new feature implementation . Now I am going through the >> documentations on the site.* > At the moment, there is nothing more. > > Regards, > > -- > Erwan de FERRIERES > www.nereide.biz |
Hi,
This steps sounds great for me. I think it is better to categorize automated tests from functionality so we can use them in different components. Thanks, Udesh |
Hi jacopo,
Thanks for you suggestions. Basically here I thought we need to identify the test cases we need to cover. I mean there can be several types.May be some validations should complete the entire flow(For an example grab the user credential from the db and then assert the loging , static content test , Ajax testing ) . And also I need to know whether there may be a sauceLabs integration or not. Thanks Kasun On Sun, Mar 18, 2012 at 1:08 PM, Udesh Liyanaarachchi < [hidden email]> wrote: > Hi, > > This steps sounds great for me. > I think it is better to categorize automated tests from functionality so we > can use them in different components. > > Thanks, > Udesh > |
Le 18/03/2012 09:21, Kasun Siriwardhana a écrit :
> Hi jacopo, > > Thanks for you suggestions. Basically here I thought we need to identify > the test cases we need to cover. I mean there can be several types.May be > some validations should complete the entire flow(For an example grab the > user credential from the db and then assert the loging , static content > test , Ajax testing ) . And also I need to know whether there may be a > sauceLabs integration or not. > no saucelabs integration. -- Erwan de FERRIERES www.nereide.biz |
Free forum by Nabble | Edit this page |