[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Michael Zhang
you could always develop a tool, but there is a testing tool called droidpilot provides free trial from www.droidpilot.com On Sunday, July 26, 2009 11:16:23 AM UTC+8, chicochen wrote: I am a tester, is there a way to control the Android phone or do the automated testing using a remote PC?

Re: [android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Kristopher Micinski
I actually have a colleague working on a system that does this as well, though there are obviously many others. If you wait a few days it will probably be released soon, kris On Thu, Aug 23, 2012 at 9:37 PM, Michael Zhang michael...@gmail.com wrote: you could always develop a tool, but there

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Juned Khan
Hi chicochen, As Anil mentioned the Tool called* monkey exerciser* is very helpful tool for testing. it will test your application and reports if any bug or error. please read the documents, detailed information is given there. http://developer.android.com/tools/help/monkey.html i.e if you

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Lew
Also monkeyrunner. This stuff is all over the Android developer site. -- Lew On Thursday, August 13, 2009 1:44:01 AM UTC-7, quill wrote: Does that mean I can simulate multitouch events through emulator? On Aug 6, 12:14 pm, Anil Sasidharan anil...@gmail.com wrote: Hi,

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-25 Thread chicochen
UP On 8月13日, 下午4时44分, quill quill...@163.com wrote: Does that mean I can simulate multitouch events through emulator? On Aug 6, 12:14 pm, Anil Sasidharan anil...@gmail.com wrote: Hi, Yes, this is possible. Android supports a bench tools for testing the device from

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-13 Thread chicochen
UP On 8月7日, 上午9时31分, android.bu...@gmail.com android.bu...@gmail.com wrote: Hi Anil, Regarding sendevent command, could you please explain it with more detail? Thanks in advance! BR android.buger On Aug 6, 12:14 pm, Anil Sasidharan anil...@gmail.com wrote: Hi, Yes,

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-13 Thread quill
Does that mean I can simulate multitouch events through emulator? On Aug 6, 12:14 pm, Anil Sasidharan anil...@gmail.com wrote: Hi, Yes, this is possible. Android supports a bench tools for testing the device from host-pc. Please check out the following: 1. adb am args - am is

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-06 Thread android.bu...@gmail.com
Hi Anil, Regarding sendevent command, could you please explain it with more detail? Thanks in advance! BR android.buger On Aug 6, 12:14 pm, Anil Sasidharan anil...@gmail.com wrote: Hi, Yes, this is possible. Android supports a bench tools for testing the device from host-pc.

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-05 Thread chicochen
Anyone can help us? thanks. On 7月30日, 下午2时09分, pinky namita.n...@gmail.com wrote: even I am looking for a way to control the android phone through computer for testing purpose. I want to know how to do it could any one give a complete info on it... On Jul 28, 11:04 

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-05 Thread Anil Sasidharan
Hi, On Thu, Aug 6, 2009 at 9:06 AM, chicochen chic...@gmail.com wrote: Anyone can help us? thanks. On 7月30日, 下午2时09分, pinky namita.n...@gmail.com wrote: even I am looking for a way to control the android phone through computer for testing purpose. I want to know how to do it could

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-08-05 Thread Anil Sasidharan
Hi, Yes, this is possible. Android supports a bench tools for testing the device from host-pc. Please check out the following: 1. adb am args - am is one such tool 2. service command 3. Instrumentation framework (InstrumentationTestCase, InstrumentationTestRunner,

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-30 Thread pinky
even I am looking for a way to control the android phone through computer for testing purpose. I want to know how to do it could any one give a complete info on it... On Jul 28, 11:04 am, chicochen chic...@gmail.com wrote: Thanks, I just read something about the instrumentation, and have the

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-28 Thread chicochen
Thanks, I just read something about the instrumentation, and have the last question that is can we use instrumentation to control the app ui, such as click a button, input into textbox and click the keybord?. On 7月28日, 上午2时00分, Dianne Hackborn hack...@android.com wrote: You create an .apk with

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-27 Thread chicochen
Thanks for your feedback, so how can we comunicate with the APP UI like automated testing tool - qtp does If it is the way, maybe I will try to write such a useful tool. On 7月27日, 上午8时59分, James 030440...@163.com wrote: For a emulator,you can telnet localhost 5554 to send instructions.As to a

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-27 Thread Dianne Hackborn
You create an .apk with an Instrumentation class (implementation deriving from that, with an instrumentation declaration for it on the manifest), and use adb shell am instrument to run it. I think there are some examples of doing this around, but don't know them off-hand. On Mon, Jul 27, 2009 at

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-26 Thread James
For a emulator,you can telnet localhost 5554 to send instructions.As to a real device,I'm afraid you cann't do it this way; Probably you'd have to run an agent written by yourself to acchive this goal;Hope this helps! BTW,I'm also working on android software testing. On Jul 26, 11:25 am,