0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

無料でAndroidアプリのパフォーマンスをテストする方法の紹介

Posted at

現在のAndroid端末では、主にGoogleモバイルサービス(GMS)搭載のAndroid端末とHUAWEIモバイルサービス(HMS)搭載のAndroid端末が存在しています。

一般的にアプリをリリースする前に、アプリの品質を確保するために、テストを行います。このテストでは、アプリにバグがあるかどうか、クラッシュするかどうかだけでなく、アプリの安定性や、速度、リソース消費など、見えにくい部分もテストします。このテストを人でやると、非常に時間も手間もかかるので、テスト自動化でやらないと、コストが莫大になります。

ここで、GMSのAndroid端末とHMSのAndroid端末における、無料なパフォーマンステストの方法を紹介します。

Googleモバイルサービス(GMS)搭載のAndroid端末

Firebase Test Labの無料プランを使います。

手順

(1) Firebase consoleを開きます。
https://console.firebase.google.com/

(2) プロジェクトを作成します。
firebase01.PNG

(3) Test Labを開き、APKをアップロードします。
firebase02.PNG

テスト結果

テストが完了したら、テストレポートが表示されます。

firebase03.PNG

firebase04.PNG

HUAWEIモバイルサービス(HMS)搭載のAndroid端末

AppGallery ConnectのCloud Testingを使います。

手順

(1) AppGallery Connectを開きます。
https://developer.huawei.com/consumer/en/console

(2) Cloud Testingを開きます。
image01.PNG

(3) APKをアップロードします。
image03.PNG

(4) テストの種類を選び、次に進みます。
image02.PNG
image04.PNG

(5) テストに使うデバイスを選び、テストを実行します。
image05.PNG

テスト結果

テストが完了したら、テストレポートが表示されます。

image09.PNG
image10.PNG

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?