<?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: How-To: Automatic testing for Android Applications	</title>
	<atom:link href="http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/</link>
	<description>Blog</description>
	<lastBuildDate>Sat, 05 Oct 2013 08:09:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8</generator>
	<item>
		<title>
		By: Tanuj		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-24656</link>

		<dc:creator><![CDATA[Tanuj]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-24656</guid>

					<description><![CDATA[I am getting the error :-
-----------------------------

java.lang.NullPointerException
at android.test.InstrumentationTestCase.launchActivityWithIntent(InstrumentationTestCase.java:117)
at android.test.InstrumentationTestCase.launchActivity(InstrumentationTestCase.java:97)
at android.test.ActivityInstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:104)
at com.calculator.test.StartCalculator.setUp(StartCalculator.java:30)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)


I have tried all possible solutions.]]></description>
			<content:encoded><![CDATA[<p>I am getting the error :-<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>java.lang.NullPointerException<br />
at android.test.InstrumentationTestCase.launchActivityWithIntent(InstrumentationTestCase.java:117)<br />
at android.test.InstrumentationTestCase.launchActivity(InstrumentationTestCase.java:97)<br />
at android.test.ActivityInstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:104)<br />
at com.calculator.test.StartCalculator.setUp(StartCalculator.java:30)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)<br />
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)<br />
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)</p>
<p>I have tried all possible solutions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sandesh		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-24453</link>

		<dc:creator><![CDATA[sandesh]]></dc:creator>
		<pubDate>Wed, 07 Nov 2012 18:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-24453</guid>

					<description><![CDATA[Hi,

I am new to Robotium, I am getting following failure trace. Please reply at your convenience!

junit.framework.AssertionFailedError: EditText with index 0 is not available!
at com.jayway.android.robotium.solo.Waiter.waitForAndGetView(Waiter.java:362)
at com.jayway.android.robotium.solo.Solo.enterText(Solo.java:1290)
at com.calculator.test.TestMain.testDisplayBlackBox(TestMain.java:28)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:194)
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:186)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:529)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1448)]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to Robotium, I am getting following failure trace. Please reply at your convenience!</p>
<p>junit.framework.AssertionFailedError: EditText with index 0 is not available!<br />
at com.jayway.android.robotium.solo.Waiter.waitForAndGetView(Waiter.java:362)<br />
at com.jayway.android.robotium.solo.Solo.enterText(Solo.java:1290)<br />
at com.calculator.test.TestMain.testDisplayBlackBox(TestMain.java:28)<br />
at java.lang.reflect.Method.invokeNative(Native Method)<br />
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)<br />
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:194)<br />
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:186)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)<br />
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)<br />
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:529)<br />
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1448)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anna		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-18489</link>

		<dc:creator><![CDATA[Anna]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-18489</guid>

					<description><![CDATA[I&#039;m new here... I&#039;ve tried your links but got errors for both Android.zip and AndroidTest.zip
Any suggestions?
Thank you,
-Anna
&lt;blockquote&gt;
&lt;a href=&quot;#comment-252&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;W.Elsinga:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I made the source code available for download, see &lt;a href=&quot;http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/Android.zip&quot; rel=&quot;nofollow&quot;&gt;Android.zip&lt;/a&gt; and &lt;a href=&quot;http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/AndroidTest.zip&quot; rel=&quot;nofollow&quot;&gt;AndroidTest.zip&lt;/a&gt;
&lt;/blockquote&gt;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m new here&#8230; I&#8217;ve tried your links but got errors for both Android.zip and AndroidTest.zip<br />
Any suggestions?<br />
Thank you,<br />
-Anna</p>
<blockquote><p>
<a href="#comment-252" rel="nofollow"><br />
<strong><em>W.Elsinga:</em></strong><br />
</a><br />
 I made the source code available for download, see <a href="http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/Android.zip" rel="nofollow">Android.zip</a> and <a href="http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/AndroidTest.zip" rel="nofollow">AndroidTest.zip</a>
</p></blockquote>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suki		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-15751</link>

		<dc:creator><![CDATA[suki]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 12:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-15751</guid>

					<description><![CDATA[hi, 

I want to do cts test, but it&#039;s looking very complex to me. Can any one help me out by describing the cts test from the beginning. Means after setting up android sdk and avd plugins then what we have to do for doing CTS test. Please reply soon.. :)]]></description>
			<content:encoded><![CDATA[<p>hi, </p>
<p>I want to do cts test, but it&#8217;s looking very complex to me. Can any one help me out by describing the cts test from the beginning. Means after setting up android sdk and avd plugins then what we have to do for doing CTS test. Please reply soon.. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suki		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-15220</link>

		<dc:creator><![CDATA[suki]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 13:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-15220</guid>

					<description><![CDATA[I try to run robotium from the ubuntu terminal and its works fine, but now i want to pass the arguments (like, wants to run the test 100 times or 200 times) at the time of running from the command line(terminal). How can i do that using ubuntu terminal??]]></description>
			<content:encoded><![CDATA[<p>I try to run robotium from the ubuntu terminal and its works fine, but now i want to pass the arguments (like, wants to run the test 100 times or 200 times) at the time of running from the command line(terminal). How can i do that using ubuntu terminal??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DJ		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-15038</link>

		<dc:creator><![CDATA[DJ]]></dc:creator>
		<pubDate>Fri, 24 Feb 2012 09:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-15038</guid>

					<description><![CDATA[Hi,
i got an error when i try to run Android Junit test for notepad application. my files are    
    
    *  NoteEditor.java
    * NotePad.java
    * NotePadProvider.java
    * NotesList.java
    * NotesLiveFolder.java
    * TitleEditor.java

when i run this it will show error:  NotesList] Failed to launch test what should i do plz help me...]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
i got an error when i try to run Android Junit test for notepad application. my files are    </p>
<p>    *  NoteEditor.java<br />
    * NotePad.java<br />
    * NotePadProvider.java<br />
    * NotesList.java<br />
    * NotesLiveFolder.java<br />
    * TitleEditor.java</p>
<p>when i run this it will show error:  NotesList] Failed to launch test what should i do plz help me&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peng		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14676</link>

		<dc:creator><![CDATA[peng]]></dc:creator>
		<pubDate>Thu, 16 Feb 2012 08:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-14676</guid>

					<description><![CDATA[&lt;blockquote&gt;
&lt;a href=&quot;#comment-14551&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;W.Elsinga:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Their is no tool on the market that currently support this.
&lt;/blockquote&gt;
I am now taking a try with the methods which TEMA uses. In TEMA, it uses the function that HierarchyViewer, Monkey, for example, provided to generate a user event. The cordinates are provided by the hierarchy information. Do you have any idea about that? Could you give me any advice or details about the attempt to test android apps without test cases?
Thanks a lot!]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-14551" rel="nofollow"><br />
<strong><em>W.Elsinga:</em></strong><br />
</a><br />
 Their is no tool on the market that currently support this.
</p></blockquote>
<p>I am now taking a try with the methods which TEMA uses. In TEMA, it uses the function that HierarchyViewer, Monkey, for example, provided to generate a user event. The cordinates are provided by the hierarchy information. Do you have any idea about that? Could you give me any advice or details about the attempt to test android apps without test cases?<br />
Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14632</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 07:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-14632</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14573&quot;&gt;Suki&lt;/a&gt;.

At the bottom of this article you can find links to download the source code of this project.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14573">Suki</a>.</p>
<p>At the bottom of this article you can find links to download the source code of this project.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Suki		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14573</link>

		<dc:creator><![CDATA[Suki]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 13:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-14573</guid>

					<description><![CDATA[hi..i try to execute a robotium test for android notepad but it&#039;s not working..please send me a sample robotium test project with the step by step instruction..please...!!:)]]></description>
			<content:encoded><![CDATA[<p>hi..i try to execute a robotium test for android notepad but it&#8217;s not working..please send me a sample robotium test project with the step by step instruction..please&#8230;!!:)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14551</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 05:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-14551</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14365&quot;&gt;peng&lt;/a&gt;.

Their is no tool on the market that currently support this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/comment-page-1/#comment-14365">peng</a>.</p>
<p>Their is no tool on the market that currently support this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
