Emulator to test APK

2020-02-17 09:28发布

Is there any emulator, which tests the APK, for all kind of android devices. There is one called YouWave, but it is not good.

What I want is, one emulator, when the APK file is loaded, performs automatic testing like UI interface, performance, etc, and provide a report for the same. Saying that for this combination your APK does not works correctly.

7条回答
够拽才男人
2楼-- · 2020-02-17 09:44

to test online, use appetize and upload your apk. very easy. they will send a link to test.

查看更多
Luminary・发光体
3楼-- · 2020-02-17 09:50

Andyroid will do exactly what you need:

  • Provides seamless sync between desktop and mobile devices.
  • Connects Win/Mac with Android apps for launching, push notifications and storage.
  • Enables app download from any desktop browser direct to Andy OS.
  • Ensures most up to date Android OS at all times.
  • Brings your favorite communication and entertainment mobile apps to the desktop.
查看更多
劫难
4楼-- · 2020-02-17 09:52

The android SDK comes with a UI tester that allows for automated UI tests, full details can be found on the android developer site:

http://developer.android.com/tools/testing/testing_ui.html

You can test buttons, rotating the screen and get detailed information, it sounds as if it's perfectly capable of meeting your requirements

查看更多
聊天终结者
5楼-- · 2020-02-17 10:00

This might not be the answer to your question but just from my experience I would like to share that the best practice would be to get as much real devices as you can. Obviously devices costs but that's how you can be sure about it.

As also suggested above you can give a try to bluestacks as would get the wifi and system tools easily connected to you i.e. better in performance then the native emulator provided by Android.

With that the best thing would be to get your app tested on some devices of different Classes.

By classes above I mean ,

  • Different resolutions
  • Screen sizes
  • Android versions

Or, these days some testing organizations are also there who have got a number of devices and they do the testing for you on real devices hence you won't need to pay for a device , its just a suggestion or you can suggest to someone.

--Edit-- I recently have gone through Genymotion and I have found it better then any other emulators,

http://www.genymotion.com/

查看更多
做自己的国王
6楼-- · 2020-02-17 10:01

Use manymo.com. This is an Online emulator for android.

查看更多
地球回转人心会变
7楼-- · 2020-02-17 10:03

Take a look at:

Meanwhile, if you don't find a solution, here you have some common android virtual device configurations, so you can easily configure yourself different devices in the AVD:

  • HTC Evo 4G
  • Google/HTC Nexus One
  • Motorola Droid
  • T-Mobile/HTC G1
  • Archos 5 Internet Tablet
查看更多
登录 后发表回答