<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ChileÁgil &#187; extreme-hour</title>
	<atom:link href="http://www.chileagil.cl/tag/extreme-hour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chileagil.cl</link>
	<description>Comunidad Ágil y Lean de Chile</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unit Testing y PHP</title>
		<link>http://www.chileagil.cl/2008/02/17/unit-testing-y-php/</link>
		<comments>http://www.chileagil.cl/2008/02/17/unit-testing-y-php/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 21:40:45 +0000</pubDate>
		<dc:creator>Sincklation</dc:creator>
				<category><![CDATA[Lenguajes]]></category>
		<category><![CDATA[bakers]]></category>
		<category><![CDATA[cakefest]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[ecplise]]></category>
		<category><![CDATA[extreme-hour]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[unit-test]]></category>

		<guid isPermaLink="false">http://www.chileagil.cl/2008/02/17/unit-testing-y-php/</guid>
		<description><![CDATA[Como entusiasta de PHP y con ganas de implementar eXtreme Programming para los proyectos en este lenguaje comencé a buscar algún Framework de Unit Test, y me encontré con dos interesantes opciones, PhpUnit y SimpleTest, ambos basados en JUnit framework de unit test de Java y padre de muchos frameworks de unit testing de otros [...]]]></description>
			<content:encoded><![CDATA[<p>Como entusiasta de <a href="http://www.php.net" title="PHP" target="_blank">PHP</a> y con ganas de implementar <a href="http://www.extremeprogramming.org" title="eXtreme Programming" target="_blank">eXtreme Programming</a> para los proyectos en este lenguaje comencé a buscar algún <a href="http://es.wikipedia.org/wiki/Framework" title="Framework" target="_blank">Framework</a> de <a href="http://en.wikipedia.org/wiki/Unit_testing" title="Unit Test" target="_blank">Unit Test</a>, y me encontré con dos interesantes opciones, <a href="http://phpunit.sourceforge.net/" title="PhpUnit" target="_blank">PhpUnit</a> y <a href="http://simpletest.sourceforge.net/" title="SimpleTest PHP Unit Testing Framework" target="_blank">SimpleTest</a>, ambos basados en <a href="http://www.junit.org/" title="JUnit" target="_blank">JUnit</a> framework de unit test de <a href="http://www.java.com" title="Java" target="_blank">Java</a> y padre de muchos frameworks de unit testing de otros lenguajes.  Entre estas dos opciones siendo <a href="http://phpunit.sourceforge.net/" title="PhpUnit" target="_blank">PhpUnit</a> el más antiguo pero con una última actualización el 2005, <a href="http://simpletest.sourceforge.net/" title="SimpleTest PHP Unit Testing Framework" target="_blank">SimpleTest</a>, aunque más joven, posee una mejor documentación y continúa su desarrollo, además de tener un <a href="http://sourceforge.net/project/showfiles.php?group_id=76550&amp;package_id=159054&amp;release_id=403632" title="SimpleTest Eclipse Plugin" target="_blank">plugin para Eclipse</a> y un muy buen <a href="http://simpletest.sourceforge.net/en/start-testing.html" title="Tutorial de SimpleTest" target="_blank">tutorial oficial</a>.</p>
<p>Luego a raíz de la creación de <a href="http://bakers.bligoo.com/" title="Bakers comunidad de CakePHP en Chile" target="_blank">Bakers</a>, la comunidad de <a href="http://www.cakephp.org/" title="CakePHP framework de PHP" target="_blank">CakePHP</a> en Chile, en la que estoy participando y mi interés por utilizar <a href="http://en.wikipedia.org/wiki/Unit_testing" title="Unit Test" target="_blank">Unit Test</a> en este framework,  comencé a buscar la forma de implementarlo, pero rápidamente me encontré con la grata sorpresa de que a partir de la versión <a href="https://trac.cakephp.org/wiki/changelog/1.2.x.x" title="CakePHP 1.2 beta" target="_blank">1.2</a>, aún beta, viene con soporte para unit test con <a href="http://simpletest.sourceforge.net/" title="SimpleTest PHP Unit Testing Framework" target="_blank">SimpleTest</a> y con un muy buen <a href="http://bakery.cakephp.org/articles/view/testing-models-with-cakephp-1-2-test-suite" title="CakePHP 1.2 Test Suite" target="_blank">artículo acerca de su utilización</a>, además de que en el primer <a href="http://cakefest.org/" title="CakeFest" target="_blank">CakeFest</a> realizado entre el 6 y 8 de Febrero de este año en Florida, <a href="http://php-coding-practices.com/cakephp-specific/slides-for-my-cakephp-unit-testing-talk/" title="Resumen de Tim Koschuetzki sobre el primer CakeFest">Tim Koschuetzki</a> dio una charla acerca de esta nueva capacidad y puso a disposición de todos los <a href="http://php-coding-practices.com/cakephp-specific/slides-for-my-cakephp-unit-testing-talk/" title="Slides" target="_blank">slides de su charla</a>.</p>
<p>Y como un pequeño adelanto, en marzo Chile Ágil se hará presente en un gran evento con un workshop donde se hablará acerca de desarrollo ágil, <a href="http://www.extremeprogramming.org" title="eXtreme Programming" target="_blank">XP</a> y finalizará con un <a href="http://c2.com/xp/ExtremeHour.html" title="Extreme Hour" target="_blank">Extreme Hour</a>, dirigido por <a href="http://www.chileagil.cl/author/avillena/" title="Agustín Villena">Agustín Villena</a>. Cuando todo esté confirmado daremos la noticia y la información oficial para que asistan.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.chileagil.cl/2008/02/17/unit-testing-y-php/&via=&text=Unit Testing y PHP&related=chileagil:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.chileagil.cl/2008/02/17/unit-testing-y-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

