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?

http://blog.teddyhyde.com/2013/11/04/a-better-way-to-test-android-applications-using-calabash/

Chris

On Thursday, 5 December 2013 02:05:24 UTC-8, 12169 wrote:
>
> 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 = Runtime.getRuntime().exec("su");
> DataOutputStream os = new DataOutputStream(process.getOutputStream());
> os.writeBytes("getevent /dev/input/event6 >/sdcard/ashish.txt \n ");
> os.flush();
>  
>
> 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 testing of 
>> android applications.
>> for this my first step is to record the testing steps that i done on the 
>> application and after i have the repeat that steps. 
>> any suggestion will be appreciated.
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to