<?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 Testdroid</title>
	<atom:link href="http://testdroid.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://testdroid.com</link>
	<description>Testdroid</description>
	<lastBuildDate>Tue, 20 Mar 2012 09:09:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Using Android&#8217;s Compatibility Test Suite by suki</title>
		<link>http://testdroid.com/tech/44/using-androids-compatibility-test-suite#comment-1021</link>
		<dc:creator>suki</dc:creator>
		<pubDate>Tue, 20 Mar 2012 09:09:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-1021</guid>
		<description>hi all,

My cts is running perfectly, but when I try  to run my own testes then it&#039;s not working. I able to add test plan and package to the cts. But that test package what i have added is not working, it&#039;s showing the error like that ApiDemos test which is the default package of the cts--

cts-tf &gt; run cts --package android.apidemos.cts
03-20 14:38:28 I/TestInvocation: Starting invocation for &#039;cts&#039; on build &#039;4.0_r1&#039; on device emulator-5554
03-20 14:38:28 I/emulator-5554: Created result dir 2012.03.20_14.38.28
cts-tf &gt; 03-20 14:38:30 I/emulator-5554: Collecting device info
03-20 14:38:33 I/emulator-5554: -----------------------------------------
03-20 14:38:33 I/emulator-5554: Test package android.apidemos.cts started
03-20 14:38:33 I/emulator-5554: -----------------------------------------
03-20 14:38:41 I/emulator-5554: Saved log device_logcat_1263168618988013707.zip
03-20 14:38:41 I/emulator-5554: Saved log host_log_2667186642808220619.zip
03-20 14:38:41 I/emulator-5554: android.apidemos.cts package complete: Passed 0, Failed 0, Not Executed 1
03-20 14:38:41 I/emulator-5554: Created xml report file at file:///home/sukant/ICS_GOOGLE_CLONE/out/host/linux-x86/cts/android-cts/tools/./../../android-cts/repository/results/2012.03.20_14.38.28/testResult.xml
03-20 14:38:41 I/emulator-5554: XML test result file generated at 2012.03.20_14.38.28. Passed 0, Failed 0, Not Executed 1
03-20 14:38:41 I/emulator-5554: Time: 13s
03-20 14:38:41 E/InvocationThread: Failed to install ApiDemos.apk on emulator-5554. Reason: INSTALL_FAILED_DEXOPT
junit.framework.AssertionFailedError: Failed to install ApiDemos.apk on emulator-5554. Reason: INSTALL_FAILED_DEXOPT
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNull(Assert.java:230)
	at com.android.cts.tradefed.testtype.InstrumentationApkTest.run(InstrumentationApkTest.java:80)
	at com.android.cts.tradefed.testtype.CtsTest.run(CtsTest.java:340)
	at com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:445)
	at com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:279)
	at com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:118)
	at com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:239)</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p>My cts is running perfectly, but when I try  to run my own testes then it&#8217;s not working. I able to add test plan and package to the cts. But that test package what i have added is not working, it&#8217;s showing the error like that ApiDemos test which is the default package of the cts&#8211;</p>
<p>cts-tf &gt; run cts &#8211;package android.apidemos.cts<br />
03-20 14:38:28 I/TestInvocation: Starting invocation for &#8216;cts&#8217; on build &#8217;4.0_r1&#8242; on device emulator-5554<br />
03-20 14:38:28 I/emulator-5554: Created result dir 2012.03.20_14.38.28<br />
cts-tf &gt; 03-20 14:38:30 I/emulator-5554: Collecting device info<br />
03-20 14:38:33 I/emulator-5554: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
03-20 14:38:33 I/emulator-5554: Test package android.apidemos.cts started<br />
03-20 14:38:33 I/emulator-5554: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
03-20 14:38:41 I/emulator-5554: Saved log device_logcat_1263168618988013707.zip<br />
03-20 14:38:41 I/emulator-5554: Saved log host_log_2667186642808220619.zip<br />
03-20 14:38:41 I/emulator-5554: android.apidemos.cts package complete: Passed 0, Failed 0, Not Executed 1<br />
03-20 14:38:41 I/emulator-5554: Created xml report file at file:///home/sukant/ICS_GOOGLE_CLONE/out/host/linux-x86/cts/android-cts/tools/./../../android-cts/repository/results/2012.03.20_14.38.28/testResult.xml<br />
03-20 14:38:41 I/emulator-5554: XML test result file generated at 2012.03.20_14.38.28. Passed 0, Failed 0, Not Executed 1<br />
03-20 14:38:41 I/emulator-5554: Time: 13s<br />
03-20 14:38:41 E/InvocationThread: Failed to install ApiDemos.apk on emulator-5554. Reason: INSTALL_FAILED_DEXOPT<br />
junit.framework.AssertionFailedError: Failed to install ApiDemos.apk on emulator-5554. Reason: INSTALL_FAILED_DEXOPT<br />
	at junit.framework.Assert.fail(Assert.java:47)<br />
	at junit.framework.Assert.assertTrue(Assert.java:20)<br />
	at junit.framework.Assert.assertNull(Assert.java:230)<br />
	at com.android.cts.tradefed.testtype.InstrumentationApkTest.run(InstrumentationApkTest.java:80)<br />
	at com.android.cts.tradefed.testtype.CtsTest.run(CtsTest.java:340)<br />
	at com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:445)<br />
	at com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:279)<br />
	at com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:118)<br />
	at com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:239)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated UI testing for Android applications with Robotium by Adarsh</title>
		<link>http://testdroid.com/tech/54/automated-ui-testing-android-applications-robotium#comment-874</link>
		<dc:creator>Adarsh</dc:creator>
		<pubDate>Tue, 28 Feb 2012 07:52:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-874</guid>
		<description>Hi

I am involved in the testing of an Internet TV which is based on Android OS.
I want to know if there is any way to to test the UI parts(like buttons and their expected functionality available in the TV)?
We don&#039;t get any source code for the software but we get a final builded and integrated image of the software which we used to flash on the TV board for testing.For taking any logs we use HyperTerminal in windows.

Please help if I can use Robotium to test the various Android applications present in the TV product.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am involved in the testing of an Internet TV which is based on Android OS.<br />
I want to know if there is any way to to test the UI parts(like buttons and their expected functionality available in the TV)?<br />
We don&#8217;t get any source code for the software but we get a final builded and integrated image of the software which we used to flash on the TV board for testing.For taking any logs we use HyperTerminal in windows.</p>
<p>Please help if I can use Robotium to test the various Android applications present in the TV product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Android&#8217;s Compatibility Test Suite by krishna</title>
		<link>http://testdroid.com/tech/44/using-androids-compatibility-test-suite#comment-788</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Thu, 09 Feb 2012 06:46:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-788</guid>
		<description>Hi
Excellent article,can anyone please help me out regarding how to use CTS in windows...I am stuck from last one week....my email id : gunslingercid@gmail.com.thnx in advance</description>
		<content:encoded><![CDATA[<p>Hi<br />
Excellent article,can anyone please help me out regarding how to use CTS in windows&#8230;I am stuck from last one week&#8230;.my email id : <a href="mailto:gunslingercid@gmail.com.thnx">gunslingercid@gmail.com.thnx</a> in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated UI testing for Android applications with Robotium by Weekly Article Links #4 &#171; Practical Tips on Software Testing</title>
		<link>http://testdroid.com/tech/54/automated-ui-testing-android-applications-robotium#comment-761</link>
		<dc:creator>Weekly Article Links #4 &#171; Practical Tips on Software Testing</dc:creator>
		<pubDate>Wed, 01 Feb 2012 07:28:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-761</guid>
		<description>[...] Automated Testing Best Practices Automated UI testing for Android applications with Robotium [...]</description>
		<content:encoded><![CDATA[<p>[...] Automated Testing Best Practices Automated UI testing for Android applications with Robotium [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated UI testing for Android applications with Robotium by Radek Męzik</title>
		<link>http://testdroid.com/tech/54/automated-ui-testing-android-applications-robotium#comment-586</link>
		<dc:creator>Radek Męzik</dc:creator>
		<pubDate>Wed, 04 Jan 2012 11:05:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-586</guid>
		<description>Hello,
Please go to Help page, you will find there step by step tutorials which show you how to record tests without knowing Java, but some basic knowledge could be very useful.

Best regards,
Radek</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Please go to Help page, you will find there step by step tutorials which show you how to record tests without knowing Java, but some basic knowledge could be very useful.</p>
<p>Best regards,<br />
Radek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated UI testing for Android applications with Robotium by Deepak</title>
		<link>http://testdroid.com/tech/54/automated-ui-testing-android-applications-robotium#comment-567</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 03 Jan 2012 11:18:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-567</guid>
		<description>Hi,

Can you please let me know that do we require Java programming in this tool or without that we can do testing on application.

Thanks,
Deepak</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please let me know that do we require Java programming in this tool or without that we can do testing on application.</p>
<p>Thanks,<br />
Deepak</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Android&#8217;s Compatibility Test Suite by girish</title>
		<link>http://testdroid.com/tech/44/using-androids-compatibility-test-suite#comment-484</link>
		<dc:creator>girish</dc:creator>
		<pubDate>Wed, 28 Dec 2011 05:58:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-484</guid>
		<description>I am unable to run android.core.tests.dom package manually. I tried to install the package again but it shows the following message:


/*install met failure [install_failed_insufficient_storage]
The specific test package does not exist: android.core.tests.dom*/

There is no shortage with the storage space also.
Can anyone help???</description>
		<content:encoded><![CDATA[<p>I am unable to run android.core.tests.dom package manually. I tried to install the package again but it shows the following message:</p>
<p>/*install met failure [install_failed_insufficient_storage]<br />
The specific test package does not exist: android.core.tests.dom*/</p>
<p>There is no shortage with the storage space also.<br />
Can anyone help???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Products by Testdroid Cloud is now open for everyone! - Testdroid</title>
		<link>http://testdroid.com/products#comment-422</link>
		<dc:creator>Testdroid Cloud is now open for everyone! - Testdroid</dc:creator>
		<pubDate>Tue, 20 Dec 2011 10:38:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-422</guid>
		<description>[...] Products [...]</description>
		<content:encoded><![CDATA[<p>[...] Products [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Android&#8217;s Compatibility Test Suite by Venges</title>
		<link>http://testdroid.com/tech/44/using-androids-compatibility-test-suite#comment-277</link>
		<dc:creator>Venges</dc:creator>
		<pubDate>Wed, 14 Dec 2011 07:03:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-277</guid>
		<description>android.net is the package name
To run it, type
start --plan Android -p android.net

To view the tests in android.net by
ls -p android.net

Then you can run the test by
start --plan Android -t android.net#testname</description>
		<content:encoded><![CDATA[<p>android.net is the package name<br />
To run it, type<br />
start &#8211;plan Android -p android.net</p>
<p>To view the tests in android.net by<br />
ls -p android.net</p>
<p>Then you can run the test by<br />
start &#8211;plan Android -t android.net#testname</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Android&#8217;s Compatibility Test Suite by Oscar</title>
		<link>http://testdroid.com/tech/44/using-androids-compatibility-test-suite#comment-56</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:40:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-56</guid>
		<description>Hi
Excellent article. I have a question maybe you can answer, when I try to run a test case from a plan I get the following msg:

cts_host &gt; start --plan CTS -t android.net

CTS_ERROR &gt;&gt;&gt; Test full name must be in the form of: java_package_name.class_name#method_name.

Do you know the correct sintaxis for it?

Thank you, best regards</description>
		<content:encoded><![CDATA[<p>Hi<br />
Excellent article. I have a question maybe you can answer, when I try to run a test case from a plan I get the following msg:</p>
<p>cts_host &gt; start &#8211;plan CTS -t android.net</p>
<p>CTS_ERROR &gt;&gt;&gt; Test full name must be in the form of: java_package_name.class_name#method_name.</p>
<p>Do you know the correct sintaxis for it?</p>
<p>Thank you, best regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

