[android-developers] Re: I want to make an application can do automated testing.

2013-12-05 Thread 12169
Hi, i am able to record the points on the device where user has clicked and output it on a file ashish.txt below is the code that i use.but now problem is that system output the points on the file only when is size of of the data is 32kb.any help to record it for one click. Process process =

[android-developers] Re: I want to make an application can do automated testing.

2013-12-05 Thread xrd
I wrote a blog post about automated testing and recording the screen. There is a little script I run (run-and-record.sh) which starts the test runnner (calabash) and then starts recording the screen on the device. Maybe this will help?

[android-developers] Re: I want to make an application can do automated testing.

2013-12-02 Thread 12169
Hi, I am able to programmatically inject keys on the other applications but problem how programmatically i record the events that occur on the screen. On Monday, December 2, 2013 1:06:38 AM UTC+5:30, 12169 wrote: Hi, In android i want to make an application that can do automated

[android-developers] Re: I want to make an application can do automated testing.

2013-12-01 Thread RichardC
For your own applications see Android UI Testing: http://developer.android.com/tools/testing/testing_ui.html For other application this would be a great big security hole and is therefore not possible. On Sunday, December 1, 2013 7:36:38 PM UTC, 12169 wrote: Hi, In android i want to make an

[android-developers] Re: I want to make an application can do automated testing.

2013-12-01 Thread 12169
Hi, i want to do this on other applications. On Sunday, December 1, 2013 12:06:14 PM UTC-8, RichardC wrote: For your own applications see Android UI Testing: http://developer.android.com/tools/testing/testing_ui.html For other application this would be a great big security hole and is

Re: [android-developers] Re: I want to make an application can do automated testing.

2013-12-01 Thread Kristopher Micinski
In general you can't control very much, but sendevent will help... http://ktnr74.blogspot.com/2013/06/emulating-touchscreen-interaction-with.html Kris On Sun, Dec 1, 2013 at 4:47 PM, 12169 ashish.a...@gmail.com wrote: Hi, i want to do this on other applications. On Sunday, December 1,