On Sat, Oct 23, 2010 at 9:14 AM, sdphil <[email protected]> wrote: > well I want to be able to script testing in my application..
That is what the instrumentation framework is for, in one of your own unit test projects for your own activities, using ActivityUnitTestCase or ActivityInstrumentationTestCase2. If you want those unit tests to be scripted, tie in BeanShell or something, to have scripts be executed by test methods. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- 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

