<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comentarios para Guerratopia</title>
	<atom:link href="http://guerratopia.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://guerratopia.com</link>
	<description>Nuestra recompensa se encuentra en el esfuerzo y no en el resultado</description>
	<lastBuildDate>Sat, 19 May 2012 18:54:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comentario en KisMac &#8211; Hackear WiFi por CnD</title>
		<link>http://guerratopia.com/kismac-hackear-wifi/comment-page-2#comment-2301</link>
		<dc:creator>CnD</dc:creator>
		<pubDate>Sat, 19 May 2012 18:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://guerra.hiqdev.com/?p=135#comment-2301</guid>
		<description>Aclarame una duda amigo en el siguiente link   http://trac.kismac-ng.org/wiki/HardwareList    dice las usb soportadas. Hay una (TP-LINK TL-WN321G) solo soporta hasta la V.3  la 4 no es soportada. mi duda es la siguiente. Hay una que me venden que es la V 3.6 sabes si la soporta o ya no?... gracias</description>
		<content:encoded><![CDATA[<p>Aclarame una duda amigo en el siguiente link   <a href="http://trac.kismac-ng.org/wiki/HardwareList" rel="nofollow">http://trac.kismac-ng.org/wiki/HardwareList</a>    dice las usb soportadas. Hay una (TP-LINK TL-WN321G) solo soporta hasta la V.3  la 4 no es soportada. mi duda es la siguiente. Hay una que me venden que es la V 3.6 sabes si la soporta o ya no?&#8230; gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en CFBundleShortVersionString no se actualiza siempre es 1.0 &#124; Appcelerator Titanium por kevin southworth</title>
		<link>http://guerratopia.com/cfbundleshortversionstring-no-se-actualiza-siempre-es-1-0-appcelerator-titanium/comment-page-1#comment-2286</link>
		<dc:creator>kevin southworth</dc:creator>
		<pubDate>Thu, 17 May 2012 18:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://guerratopia.com/?p=822#comment-2286</guid>
		<description>THANK YOU!  Was stuck on this for so long</description>
		<content:encoded><![CDATA[<p>THANK YOU!  Was stuck on this for so long</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en KisMac &#8211; Hackear WiFi por Guerrix</title>
		<link>http://guerratopia.com/kismac-hackear-wifi/comment-page-2#comment-2273</link>
		<dc:creator>Guerrix</dc:creator>
		<pubDate>Mon, 14 May 2012 22:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://guerra.hiqdev.com/?p=135#comment-2273</guid>
		<description>Si, esta al inicio del post.</description>
		<content:encoded><![CDATA[<p>Si, esta al inicio del post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en KisMac &#8211; Hackear WiFi por CnD</title>
		<link>http://guerratopia.com/kismac-hackear-wifi/comment-page-2#comment-2272</link>
		<dc:creator>CnD</dc:creator>
		<pubDate>Mon, 14 May 2012 22:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://guerra.hiqdev.com/?p=135#comment-2272</guid>
		<description>Podrías proporcionar una lista de las USB wireless que soporta kisMAC por favor...</description>
		<content:encoded><![CDATA[<p>Podrías proporcionar una lista de las USB wireless que soporta kisMAC por favor&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Hackear redes WEP con Backtrack por pDx</title>
		<link>http://guerratopia.com/hackear-redes-wep-con-backtrack/comment-page-4#comment-2226</link>
		<dc:creator>pDx</dc:creator>
		<pubDate>Mon, 07 May 2012 07:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.guerratopia.com/?p=452#comment-2226</guid>
		<description>holla, yo quiero comprar una usb wireless card Linksys Wusb54gc-la para usar en linux backtrack. Me pregunto si esto funciona con linux-backtrack sin problemas? Por favor, alguien puede responderme? Gracias.</description>
		<content:encoded><![CDATA[<p>holla, yo quiero comprar una usb wireless card Linksys Wusb54gc-la para usar en linux backtrack. Me pregunto si esto funciona con linux-backtrack sin problemas? Por favor, alguien puede responderme? Gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en (English) Introduction to Automating UI Testing in iOS por Guerrix</title>
		<link>http://guerratopia.com/introduction-to-automating-ui-testing-in-ios/comment-page-1#comment-2113</link>
		<dc:creator>Guerrix</dc:creator>
		<pubDate>Fri, 20 Apr 2012 15:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://guerratopia.com/?p=783#comment-2113</guid>
		<description>Hi Marius,

Once the Registration View takes place you can add this command to your UITestScript.js.

mainWindow.logElementTree();

That will help you to get all the elements in the current view. And from there you can add a new test method(to your UITestScript.js)  for the Registration view. 

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi Marius,</p>
<p>Once the Registration View takes place you can add this command to your UITestScript.js.</p>
<p>mainWindow.logElementTree();</p>
<p>That will help you to get all the elements in the current view. And from there you can add a new test method(to your UITestScript.js)  for the Registration view. </p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en (English) Introduction to Automating UI Testing in iOS por marius</title>
		<link>http://guerratopia.com/introduction-to-automating-ui-testing-in-ios/comment-page-1#comment-2111</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Fri, 20 Apr 2012 14:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://guerratopia.com/?p=783#comment-2111</guid>
		<description>hi,
how do I get the elements from a next screen?
for example: I have a welcome screen containing two buttons Register and Sign In
If I click on register, the application displays the Registration screen which contains 7 required fields and a submit button.
How do I tell the script that another screen is opened so that there are another elements that should be retrieved  ?
I&#039;ve also wrote some tests with Robotium for Android applications and I didn&#039;t encountered this issue. Robotium automatically gets the elements from the current screen, so I&#039;m stuck here</description>
		<content:encoded><![CDATA[<p>hi,<br />
how do I get the elements from a next screen?<br />
for example: I have a welcome screen containing two buttons Register and Sign In<br />
If I click on register, the application displays the Registration screen which contains 7 required fields and a submit button.<br />
How do I tell the script that another screen is opened so that there are another elements that should be retrieved  ?<br />
I&#8217;ve also wrote some tests with Robotium for Android applications and I didn&#8217;t encountered this issue. Robotium automatically gets the elements from the current screen, so I&#8217;m stuck here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Error: El Servicio especificado no existe como servicio instalado. por ernesto</title>
		<link>http://guerratopia.com/error-el-servicio-especificado-no-existe-como-servicio-instalado/comment-page-1#comment-1986</link>
		<dc:creator>ernesto</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://guerra.hiqdev.com/?p=138#comment-1986</guid>
		<description>excelente!!!......muy buen aporte ..yo creyendo que era un virus y maldiciendo el antivirus(jeje)....

gracias me ayudastes un monton.</description>
		<content:encoded><![CDATA[<p>excelente!!!&#8230;&#8230;muy buen aporte ..yo creyendo que era un virus y maldiciendo el antivirus(jeje)&#8230;.</p>
<p>gracias me ayudastes un monton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en (English) Introduction to Automating UI Testing in iOS por Guerrix</title>
		<link>http://guerratopia.com/introduction-to-automating-ui-testing-in-ios/comment-page-1#comment-1962</link>
		<dc:creator>Guerrix</dc:creator>
		<pubDate>Tue, 03 Apr 2012 15:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://guerratopia.com/?p=783#comment-1962</guid>
		<description>I&#039;m glad you found the solution

Cheers.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found the solution</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en (English) Introduction to Automating UI Testing in iOS por Thomas</title>
		<link>http://guerratopia.com/introduction-to-automating-ui-testing-in-ios/comment-page-1#comment-1961</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 03 Apr 2012 12:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://guerratopia.com/?p=783#comment-1961</guid>
		<description>K, I solved it myself. Should have pressed the &quot;Record&quot; button, not just &quot;Play&quot; ^^</description>
		<content:encoded><![CDATA[<p>K, I solved it myself. Should have pressed the &#8220;Record&#8221; button, not just &#8220;Play&#8221; ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>

