[android-developers] Re: I want to make an application can do automated testing.
Hi,
On Monday, December 2, 2013 1:06:38 AM UTC+5:30, 12169 wrote:
-- 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home