Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Feng Forum
»
Other Topics
»
Development
»
Architecture
»
Is any kind of testing framework used for OpenGoo?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is any kind of testing framework used for OpenGoo? (Read 4139 times)
Stenner
Newbie
Posts: 8
Is any kind of testing framework used for OpenGoo?
«
on:
April 08, 2009, 09:07:54 am »
I was just wondering if PHPunit or any other testing framework is being used for the development of OpenGoo. It would be an advantage to be able to test and see if a change I made would break something else.
Logged
ignacio
Hero Member
Posts: 1703
Re: Is any kind of testing framework used for OpenGoo?
«
Reply #1 on:
April 09, 2009, 11:49:56 am »
Hi Stenner,
We are not using any unit testing framework for the moment. We thought of using one but haven't decided on this yet. Personally, I don't have too much experience with unit testing to take advantage of it, but if you want to share your knowledge you are welcome to do so
Logged
How to debug an error
Feng Office Wiki
Stenner
Newbie
Posts: 8
Re: Is any kind of testing framework used for OpenGoo?
«
Reply #2 on:
April 14, 2009, 07:35:14 am »
Sorry about the late response. Was out of office during Easter.
I have tried using CruiseControl.net for doing some TDD (Test Driven Development), but that was in C#, so I'll have to look into the proper tools for php. So far I've found CruiseControl.rb which should work as a continuous integration tool. You can get it at
http://cruisecontrolrb.thoughtworks.com/
.
To understand the concept I'd recommend reading the article written by Martin Fowler at
http://www.martinfowler.com/articles/continuousIntegration.html
.
It seems as if phpunit is the right unit testing framework to use together with CruiseControl, but I've yet to test it out. Once I've done that I'll share my views and recommendations and write some simple samples for people to start out with.
Logged
conrado
Administrator
Hero Member
Posts: 998
Conrado
Re: Is any kind of testing framework used for OpenGoo?
«
Reply #3 on:
April 14, 2009, 05:48:00 pm »
That would be very useful info Stenner!
Logged
Get Official Support for your Feng Office. Support the development team. Sign up for a
Free Trial here
.
Guite
Guest
Re: Is any kind of testing framework used for OpenGoo?
«
Reply #4 on:
January 12, 2010, 08:45:54 am »
phpUnderControl is a CruiseControl addon for PHP projects.
Check it out at
http://phpundercontrol.org/about.html
«
Last Edit: January 12, 2010, 09:14:49 am by Guite
»
Logged
Print
Pages: [
1
]
« previous
next »
Feng Forum
»
Other Topics
»
Development
»
Architecture
»
Is any kind of testing framework used for OpenGoo?