The kind if resources you're talking about would be enormous.  You'd be
better off writing a multi-threaded app the simulates the calls that your
app would make.  Write a single function that makes the various requests
your server handles in some random order, with pauses of random length in
between, and logging the results, then spawn as many of threads as possible
running that function.  The time it takes to write that short of test
utility is worth it.
On Nov 20, 2012 7:04 PM, "JavaSrvcs" <jvsr...@gmail.com> wrote:

> I have an Enterprise Android application that I wish to test and am
> looking for some resources on how to virtualize an android device (need
> 1000's).
>
> The Android application sends information via Internet to my webapp based
> application, the data is processed and put into a database.
>
> Is there a way to fire up 1000+ virtual headless Android devices, have it
> launch the client application (also headless, runs in the background) to
> start sending data?
>
> ---
> Ideally I am looking for a way to script or programatically generate or
> create the 1000 Android devices (that I can create different settings or
> different MAC's for each and other properties) and push a button to have
> them all launch one or ten at a time depending on the capability of my
> system.
>
> --
> 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+unsubscr...@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to