<?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>Comments for The Air Source</title>
	<atom:link href="http://blog.airsource.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.airsource.co.uk</link>
	<description>Code and cogitation on BREW and all things mobile from the folks at Airsource.</description>
	<pubDate>Tue, 07 Sep 2010 16:23:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on UI Automation on the iPhone by swetha</title>
		<link>http://blog.airsource.co.uk/index.php/2010/08/13/ui-automation-on-the-iphone/#comment-1662</link>
		<dc:creator>swetha</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/?p=1542#comment-1662</guid>
		<description>sorry for loop is placed wrong
Here is the right code

table= appl.tableViews()[0];
table_cell=table.cells().length;
for(i=0;i6)
	{
		table.scrollDown();
			UIALogger.logPass("scroll");
			system.delay(4);

 system.delay(1);
    // appl.logElementTree();
}</description>
		<content:encoded><![CDATA[<p>sorry for loop is placed wrong<br />
Here is the right code</p>
<p>table= appl.tableViews()[0];<br />
table_cell=table.cells().length;<br />
for(i=0;i6)<br />
	{<br />
		table.scrollDown();<br />
			UIALogger.logPass(&#8221;scroll&#8221;);<br />
			system.delay(4);</p>
<p> system.delay(1);<br />
    // appl.logElementTree();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UI Automation on the iPhone by swetha</title>
		<link>http://blog.airsource.co.uk/index.php/2010/08/13/ui-automation-on-the-iphone/#comment-1661</link>
		<dc:creator>swetha</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/?p=1542#comment-1661</guid>
		<description>I have to select more than 50 cells in the table,8 cells per screen greter than 8 cells screen has to scroll up and tick next to the item
Here is the below code
table= appl.tableViews()[0];
table_cell=table.cells().length;
for(i=0;i6)
	{
		table.scrollDown();
			UIALogger.logPass("scroll");
			system.delay(4);

 system.delay(1);
    // appl.logElementTree();
}
issue here is it still misses to tick few items in middle of the screen</description>
		<content:encoded><![CDATA[<p>I have to select more than 50 cells in the table,8 cells per screen greter than 8 cells screen has to scroll up and tick next to the item<br />
Here is the below code<br />
table= appl.tableViews()[0];<br />
table_cell=table.cells().length;<br />
for(i=0;i6)<br />
	{<br />
		table.scrollDown();<br />
			UIALogger.logPass(&#8221;scroll&#8221;);<br />
			system.delay(4);</p>
<p> system.delay(1);<br />
    // appl.logElementTree();<br />
}<br />
issue here is it still misses to tick few items in middle of the screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UI Automation on the iPhone by Gary</title>
		<link>http://blog.airsource.co.uk/index.php/2010/08/13/ui-automation-on-the-iphone/#comment-1547</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/?p=1542#comment-1547</guid>
		<description>Thanks for the great post.  I've been messing around with this as well and have seen the same shortcomings.  Do you use a continuous integration environment?  Have you been able to hook your tests in to automatically run after builds?

Do you ever need to shutdown your iphone application completely and restart it?  I haven't figured out a way to do this as part of a test.  For example, my application is localized.  I would like to be able to change the language setting on the iPhone and restart the application.  Is there a way to do something like this that you have found?

Once again, thank you for sharing what you have found!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post.  I&#8217;ve been messing around with this as well and have seen the same shortcomings.  Do you use a continuous integration environment?  Have you been able to hook your tests in to automatically run after builds?</p>
<p>Do you ever need to shutdown your iphone application completely and restart it?  I haven&#8217;t figured out a way to do this as part of a test.  For example, my application is localized.  I would like to be able to change the language setting on the iPhone and restart the application.  Is there a way to do something like this that you have found?</p>
<p>Once again, thank you for sharing what you have found!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Optiscan? by Status-Q &#187; Blog Archive &#187; Barcode reading on the iPhone</title>
		<link>http://blog.airsource.co.uk/index.php/what-is-optiscan/#comment-1482</link>
		<dc:creator>Status-Q &#187; Blog Archive &#187; Barcode reading on the iPhone</dc:creator>
		<pubDate>Sat, 07 Aug 2010 13:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/?page_id=780#comment-1482</guid>
		<description>[...] Optiscan is, in my opinion, the best scanner if you just want to do QR codes. It&#8217;s fast and reliable and, when I first got it, was the only one I could easily configure to fill my particular need &#8211; I wanted a really low-friction way to scan a QR code containing a URL and view the associated page. Optiscan did that brilliantly &#8211; one tap on the screen to scan, and you could set it to open a URL immediately when it recognised it. Nice, simple, well-documented and only £1.19. And that&#8217;s the most expensive of these. [...]</description>
		<content:encoded><![CDATA[<p>[...] Optiscan is, in my opinion, the best scanner if you just want to do QR codes. It&#8217;s fast and reliable and, when I first got it, was the only one I could easily configure to fill my particular need &#8211; I wanted a really low-friction way to scan a QR code containing a URL and view the associated page. Optiscan did that brilliantly &#8211; one tap on the screen to scan, and you could set it to open a URL immediately when it recognised it. Nice, simple, well-documented and only £1.19. And that&#8217;s the most expensive of these. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optiscan update teething troubles by Neo</title>
		<link>http://blog.airsource.co.uk/index.php/2010/03/12/optiscan-update-teething-troubles/#comment-1434</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Tue, 30 Mar 2010 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.airsource.co.uk/?p=1481#comment-1434</guid>
		<description>Now problems seems to be solved! 
May I suggest to implement the "bulk" send-to-mail function? It would be greatly usefull if we could send more than one result at time to an email address.</description>
		<content:encoded><![CDATA[<p>Now problems seems to be solved!<br />
May I suggest to implement the &#8220;bulk&#8221; send-to-mail function? It would be greatly usefull if we could send more than one result at time to an email address.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
