This question, like the previous one, is too hypothetical. We can't
anticipate the types of testing you want to do.

Are you trying to do qualification testing of a particular device? Are
you trying to unit test or functional test an application? Are you
trying to test an existing application against a platform?

It wasn't clear to me to begin with why you were trying to test
existing Android applications, and what level of testing you were
trying to do.

Robotium is another option for writing test suites. It uses Java
rather than Javascript, and it's based on the model of app testing
used by Selenium.

It's not clear to me that you can use anything to test a "customized"
application. If the OEM is providing its own Contacts framework, then
it may be completely unrelated to the Android Contacts framework. In
that case, SL4A probably won't work because it assumes that the
standard Android framework is available.

On Feb 27, 11:06 pm, Shyam <[email protected]> wrote:
> Thanks buddy.
>
> I have one more query.
>
> For example, Lets say the device is cusomized with its own OEM
> applications.
> For eg, Contacts application is customized. With SL4A, can we test
> that Contacts application ?
>
> Thanks,
> Shyam
>
> On Feb 25, 11:17 pm, Indicator Veritatis <[email protected]> wrote:
>
>
>
>
>
>
>
> > Better? Maybe not. But since there are diverse tools for diverse kinds
> > of testing, you should also be aware 
> > ofhttp://developer.android.com/guide/developing/tools/monkey.htmland
> > DeviceAnywhere.
>
> > On Feb 24, 9:51 pm, Shyam <[email protected]> wrote:
>
> > > Hello Android Developers,
> > > Currently i am using SL4A to test the existing Android Applications
> > > like media player,Contacts,Calling etc. Is it the correct way to Test
> > > the android apps. If no, please suggest me a better tool to test
> > > android apps.
>
> > > Thanks a ton in advance.
> > > Shyam

-- 
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

Reply via email to