<?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 on: The easy way to test Android applications</title>
	<atom:link href="http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:23:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff Byer</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-79494</link>
		<dc:creator>Jeff Byer</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-79494</guid>
		<description>What is the answer to running a robotium test case on multiple devices at the same time?</description>
		<content:encoded><![CDATA[<p>What is the answer to running a robotium test case on multiple devices at the same time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohan kumar</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-79228</link>
		<dc:creator>mohan kumar</dc:creator>
		<pubDate>Mon, 05 Dec 2011 11:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-79228</guid>
		<description>Hey, good stuff,
I&#039;m working on WIFI implementation in android.
can u tell me how to use Robotium for WifiManager class.</description>
		<content:encoded><![CDATA[<p>Hey, good stuff,<br />
I&#8217;m working on WIFI implementation in android.<br />
can u tell me how to use Robotium for WifiManager class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-79112</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Thu, 10 Nov 2011 05:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-79112</guid>
		<description>Hi Renas,

I have instatlled Android 4.0
                      Robotium Solo 2.5 jar.
I have created one small application from the blogs &amp; when i try to run the application, Android Emulator is opened but, It shows the error message like

java.lang.RuntimeException:Unable to resolve activityfor :Iintent{ act= android:intent.action.MAIN flg=0×1000000 cmp=com.calculator/.test.MyFirsrApp }
at android.app.Instrumentation.startActivitySync(Instrumentation.java:370)
at android.test.InstrumentationTestCase.launchActivityWithIntent(Instrumentation TestCase.java:119)
at android.test.InstrumentationTestCase.launchActivity(Instrumentation TestCase.java:97)
at android.test.InstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:098)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)
at android.test.AndroidTestRunner.runTest
(AndroidTestRunner.java:154)
at android.test.InstrumentationTestRunner.Onstart(InstrumentationTestRunner.java.537)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.javav:1551)

When we click in the error message ,it shows that,Class File Editor
Source not found –&gt; msg is displayed..

This is my issue…
Kindly sort it out … ASAP

Regards,
Vijay</description>
		<content:encoded><![CDATA[<p>Hi Renas,</p>
<p>I have instatlled Android 4.0<br />
                      Robotium Solo 2.5 jar.<br />
I have created one small application from the blogs &amp; when i try to run the application, Android Emulator is opened but, It shows the error message like</p>
<p>java.lang.RuntimeException:Unable to resolve activityfor :Iintent{ act= android:intent.action.MAIN flg=0×1000000 cmp=com.calculator/.test.MyFirsrApp }<br />
at android.app.Instrumentation.startActivitySync(Instrumentation.java:370)<br />
at android.test.InstrumentationTestCase.launchActivityWithIntent(Instrumentation TestCase.java:119)<br />
at android.test.InstrumentationTestCase.launchActivity(Instrumentation TestCase.java:97)<br />
at android.test.InstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:098)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)<br />
at android.test.AndroidTestRunner.runTest<br />
(AndroidTestRunner.java:154)<br />
at android.test.InstrumentationTestRunner.Onstart(InstrumentationTestRunner.java.537)<br />
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.javav:1551)</p>
<p>When we click in the error message ,it shows that,Class File Editor<br />
Source not found –&gt; msg is displayed..</p>
<p>This is my issue…<br />
Kindly sort it out … ASAP</p>
<p>Regards,<br />
Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78895</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Thu, 29 Sep 2011 16:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78895</guid>
		<description>how to read user data stored on sd card? i have istall application PRN _status on sd card and i have to read user data</description>
		<content:encoded><![CDATA[<p>how to read user data stored on sd card? i have istall application PRN _status on sd card and i have to read user data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78894</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Thu, 29 Sep 2011 16:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78894</guid>
		<description>how to read user data stored on sd card? i have istall application PRN _status on sd card and i ahve to read which data its stored on sd card is there any password stored at sd card??</description>
		<content:encoded><![CDATA[<p>how to read user data stored on sd card? i have istall application PRN _status on sd card and i ahve to read which data its stored on sd card is there any password stored at sd card??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakthivel chidambaram</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78428</link>
		<dc:creator>sakthivel chidambaram</dc:creator>
		<pubDate>Mon, 04 Jul 2011 06:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78428</guid>
		<description>Hi Renas....

I am trying to use Robotium to test .apk file. How i can click image button in my .APK file????</description>
		<content:encoded><![CDATA[<p>Hi Renas&#8230;.</p>
<p>I am trying to use Robotium to test .apk file. How i can click image button in my .APK file????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya Balachander</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78392</link>
		<dc:creator>Nithya Balachander</dc:creator>
		<pubDate>Mon, 27 Jun 2011 23:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78392</guid>
		<description>Hello Renas...
I am trying to use Robotium to test an .apk file assuming I have no access to the source code...I have multiple activities in my .apk file..
Is there a way to call multiple activities in the same Test project file ??
If so, How can I implement it ??</description>
		<content:encoded><![CDATA[<p>Hello Renas&#8230;<br />
I am trying to use Robotium to test an .apk file assuming I have no access to the source code&#8230;I have multiple activities in my .apk file..<br />
Is there a way to call multiple activities in the same Test project file ??<br />
If so, How can I implement it ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya Balachander</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78390</link>
		<dc:creator>Nithya Balachander</dc:creator>
		<pubDate>Mon, 27 Jun 2011 23:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78390</guid>
		<description>Hello Renas...
I am trying to use Robotium to test an .apk file assuming I have no access to the source code...I have multiple activities in my .apk file..
Is there a way to call multiple activities in the same Test package file ??
If so, How can I implement it ??</description>
		<content:encoded><![CDATA[<p>Hello Renas&#8230;<br />
I am trying to use Robotium to test an .apk file assuming I have no access to the source code&#8230;I have multiple activities in my .apk file..<br />
Is there a way to call multiple activities in the same Test package file ??<br />
If so, How can I implement it ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78177</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 25 Apr 2011 23:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78177</guid>
		<description>hi renas, how do i add the robotium jar to my android test project without using eclipse? i tried adding the following:

put the robotium solo jar in the libs dir of my test project
added 
to the application node of my AndroidManifest in the test project

the project compiles successfully (ant debug)
when i go to install the test apk to my emulator i receive [INSTALL_FAILED_MISSING_SHARED_LIBRARY] 

what am i missing here? thanks in advance!</description>
		<content:encoded><![CDATA[<p>hi renas, how do i add the robotium jar to my android test project without using eclipse? i tried adding the following:</p>
<p>put the robotium solo jar in the libs dir of my test project<br />
added<br />
to the application node of my AndroidManifest in the test project</p>
<p>the project compiles successfully (ant debug)<br />
when i go to install the test apk to my emulator i receive [INSTALL_FAILED_MISSING_SHARED_LIBRARY] </p>
<p>what am i missing here? thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Harlow</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-78089</link>
		<dc:creator>Eric Harlow</dc:creator>
		<pubDate>Thu, 31 Mar 2011 16:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-78089</guid>
		<description>Great work on Robotium!</description>
		<content:encoded><![CDATA[<p>Great work on Robotium!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SK</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-76690</link>
		<dc:creator>SK</dc:creator>
		<pubDate>Tue, 01 Feb 2011 11:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-76690</guid>
		<description>Hi Renas,

I have seen your Robotium demo written for Astro app on Youtube. Same thing I tried but I failed to execute. Can you please send me the full code of that. 

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Renas,</p>
<p>I have seen your Robotium demo written for Astro app on Youtube. Same thing I tried but I failed to execute. Can you please send me the full code of that. </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SK</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-76689</link>
		<dc:creator>SK</dc:creator>
		<pubDate>Tue, 01 Feb 2011 11:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-76689</guid>
		<description>Hi Renas,

I have seen your Robotium demo written for Astro app on Youtube. Same thing I tried but I failed to execute. Can you please send me the full code of that. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Renas,</p>
<p>I have seen your Robotium demo written for Astro app on Youtube. Same thing I tried but I failed to execute. Can you please send me the full code of that. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Lu</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-73175</link>
		<dc:creator>Derek Lu</dc:creator>
		<pubDate>Thu, 23 Dec 2010 10:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-73175</guid>
		<description>Thanks for your sharing.
Now, I am tring to test through more activities. After one activity is done, it will jump out the application, in fact, there is another activity running on the application.
How to fix this kind of issue, we cannot see all activities continually.</description>
		<content:encoded><![CDATA[<p>Thanks for your sharing.<br />
Now, I am tring to test through more activities. After one activity is done, it will jump out the application, in fact, there is another activity running on the application.<br />
How to fix this kind of issue, we cannot see all activities continually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Color Pencils</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-69515</link>
		<dc:creator>Color Pencils</dc:creator>
		<pubDate>Tue, 07 Dec 2010 06:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-69515</guid>
		<description>Does Robotium have Record-Play, instead of writing up the test cases? If so, could you point to the link? I couldn&#039;t find it anywhere.

Thanks,</description>
		<content:encoded><![CDATA[<p>Does Robotium have Record-Play, instead of writing up the test cases? If so, could you point to the link? I couldn&#8217;t find it anywhere.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Qu</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-63882</link>
		<dc:creator>Joe Qu</dc:creator>
		<pubDate>Thu, 04 Nov 2010 02:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-63882</guid>
		<description>Hi Renas,

I&#039;m a big fan of your robotium tool, which makes my job much easier than without it.

Right now I&#039;m developing test cases that require multiple devices interacting with each other in a single case. But it seems robotium cannot do this now.
So when are we expecting to see multiple-device support come online?

Best regards,
Joe Qu</description>
		<content:encoded><![CDATA[<p>Hi Renas,</p>
<p>I&#8217;m a big fan of your robotium tool, which makes my job much easier than without it.</p>
<p>Right now I&#8217;m developing test cases that require multiple devices interacting with each other in a single case. But it seems robotium cannot do this now.<br />
So when are we expecting to see multiple-device support come online?</p>
<p>Best regards,<br />
Joe Qu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakib Choudhury</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-52009</link>
		<dc:creator>Sakib Choudhury</dc:creator>
		<pubDate>Sun, 08 Aug 2010 22:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-52009</guid>
		<description>hi Renas,

i really love your robotium, have been using it for testing purpose for the last 3 weeks. but here is a problem i am facing. is robotium able to test across various activitities? our application is quite complex and we have to test the whole application starting from one activity (as it is not possible to figure out the actions of the other activities as they depend on the first activity, which passes on bundles to them). i am testing my project where i click on a checkbox to enter data in the database and then go out of the activity, and when i go back after a particular time, the checkbox should become unchecked again. we have some information on the top of the activity which contains the checkbox, and these information are generated from the database. now whenever i try to enter the activity using robotium, the application is crashing. but if i do it manually, nothing happens. so i was wondering if robotium is capable of testing through various activities</description>
		<content:encoded><![CDATA[<p>hi Renas,</p>
<p>i really love your robotium, have been using it for testing purpose for the last 3 weeks. but here is a problem i am facing. is robotium able to test across various activitities? our application is quite complex and we have to test the whole application starting from one activity (as it is not possible to figure out the actions of the other activities as they depend on the first activity, which passes on bundles to them). i am testing my project where i click on a checkbox to enter data in the database and then go out of the activity, and when i go back after a particular time, the checkbox should become unchecked again. we have some information on the top of the activity which contains the checkbox, and these information are generated from the database. now whenever i try to enter the activity using robotium, the application is crashing. but if i do it manually, nothing happens. so i was wondering if robotium is capable of testing through various activities</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renas Reda</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-45499</link>
		<dc:creator>Renas Reda</dc:creator>
		<pubDate>Mon, 05 Jul 2010 16:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-45499</guid>
		<description>Hi,

You can use clickOnView() if you want to click on a view with its ID. An example is:

solo.clickOnView(solo.getCurrentActivity().findViewById(com.example.android.notepad.R.id.note)); 

Sincerely,
Renas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can use clickOnView() if you want to click on a view with its ID. An example is:</p>
<p>solo.clickOnView(solo.getCurrentActivity().findViewById(com.example.android.notepad.R.id.note)); </p>
<p>Sincerely,<br />
Renas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-43504</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-43504</guid>
		<description>Hi Renas,
     I&#039;m trying to test a date picker scenario on a form. I have the date picker which comes up when I click a text view which has a label on it along with a hint Enter Date.
 
The problem is that I&#039;m trying to simulate this clicking of the text view and then selecting of the date from the date picker dialog. I cannot find an method call/option in Solo to get hold of the text view (ex:with id say x).
I&#039;ve been trying to figure it out for the past three days.
Will you suggest me a way to go about it?.
Sorry to have posted this question in here.

Thanks
Regards</description>
		<content:encoded><![CDATA[<p>Hi Renas,<br />
     I&#8217;m trying to test a date picker scenario on a form. I have the date picker which comes up when I click a text view which has a label on it along with a hint Enter Date.</p>
<p>The problem is that I&#8217;m trying to simulate this clicking of the text view and then selecting of the date from the date picker dialog. I cannot find an method call/option in Solo to get hold of the text view (ex:with id say x).<br />
I&#8217;ve been trying to figure it out for the past three days.<br />
Will you suggest me a way to go about it?.<br />
Sorry to have posted this question in here.</p>
<p>Thanks<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renas Reda</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-26148</link>
		<dc:creator>Renas Reda</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-26148</guid>
		<description>Hi,

Please go to our Getting Started page: http://code.google.com/p/robotium/wiki/Getting_Started

There you will find instructions as well as an example test project that you can use.

Sincerely,
Renas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Please go to our Getting Started page: <a href="http://code.google.com/p/robotium/wiki/Getting_Started" rel="nofollow">http://code.google.com/p/robotium/wiki/Getting_Started</a></p>
<p>There you will find instructions as well as an example test project that you can use.</p>
<p>Sincerely,<br />
Renas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://blog.jayway.com/2010/01/28/the-easy-way-to-test-android-applications-2/comment-page-1/#comment-26143</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4536#comment-26143</guid>
		<description>please tell me the details about how to use Robotium-solo...............
i have download .jar file. what should i do with that??</description>
		<content:encoded><![CDATA[<p>please tell me the details about how to use Robotium-solo&#8230;&#8230;&#8230;&#8230;&#8230;<br />
i have download .jar file. what should i do with that??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

