Reputation: 123
I would like to test application specifically in Samsung galaxy tab 10.1 in 3.1 OS version. So, any online testing option available?
Upvotes: 1
Views: 15505
Reputation: 5977
answer to your question is no.... even if they exists that will allow you to test your Mobile Web Apps only not your Android Native apps.
To test Android Native apps in any device you can define ADV.
In Eclipse, click on Run in the toolbar then Run Configurations. Select your application and click on the Target tag. You can then select which AVD to use or set it to manual so it asks you each time you run the app this way you can define any Device Configuration...
See and select device from Eclipse
Hope this helps
Upvotes: 2
Reputation: 2119
belove link for all samsung device that are available for online testing .
http://developer.samsung.com/remotetestlab/rtlDeviceList.action
Upvotes: 2
Reputation: 177
You can look at solutions provided by DeviceAnyWhere. They provide you with devices where you can install and test native application. All the other online emulators available let you test only web based applications.
Upvotes: 4