[android-developers] Re: Testing a Android Activity..

2008-12-22 Thread Ralf
It's called "Instrumentation" under Android: http://code.google.com/intl/fr/android/reference/android/test/InstrumentationTestRunner.html R/ On Mon, Dec 22, 2008 at 1:54 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ) wrote: > Hi All, > > I need your help how to test the Android application. > > I need to test ea

[android-developers] Re: Testing a Android Activity..

2008-12-22 Thread Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
Can I get any examples??? On Mon, Dec 22, 2008 at 11:36 PM, Ralf wrote: > It's called "Instrumentation" under Android: > > http://code.google.com/intl/fr/android/reference/android/test/InstrumentationTestRunner.html > > R/ > > On Mon, Dec 22, 2008 at 1:54 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ) > wrote:

[android-developers] Re: Testing a Android Activity..

2008-12-23 Thread Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
Can i get examples for this please? On Tue, Dec 23, 2008 at 10:50 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ) < man...@gmail.com> wrote: > Can I get any examples??? > > > On Mon, Dec 22, 2008 at 11:36 PM, Ralf wrote: > >> It's called "Instrumentation" under Android: >> >> http://code.google.com/intl/fr/androi

[android-developers] Re: Testing a Android Activity..

2008-12-23 Thread Ralf
I think samples/ApiDemoes has examples of intrumentation. Stuff has been posted on the forum in the past too so search for it! R/ On Tue, Dec 23, 2008 at 1:24 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ) wrote: > Can i get examples for this please? > > On Tue, Dec 23, 2008 at 10:50 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ)

[android-developers] Re: Testing a Android Activity..

2008-12-25 Thread Andrew Stadler
Here is a quick reply of things to look at (not a tutorial): * See samples/ApiDemos which has examples of different kinds of tests. *ALWAYS* start here; If you can't get these working, there's no point in trying to get your own tests working. * To test standalone code (not Activities) you'll wa

[android-developers] Re: Testing a Android Activity..

2008-12-26 Thread RAJENDIRAN SUNDARRAJAN-CPB738
-Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Andrew Stadler Sent: Friday, December 26, 2008 5:53 AM To: android-developers@googlegroups.com Subject: [android-developers] Re: Testing a Android Activity.. Here is a quick