Skip to content

Commit

Permalink
Merge pull request #5 from phyushin/getting_started_android
Browse files Browse the repository at this point in the history
Getting started android
  • Loading branch information
phyushin committed May 9, 2022
2 parents 4df7d00 + c099a63 commit 82fec0a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories: Mobile Testing Android
---
# Getting Started With Mobile Testing

I wanted to do a series of posts to hopefully give a little insight into getting started in the world of mobile testing, and some basic tasks such creating the right test environment to allow you to easily do android testing... so without further ado, let's get started
I wanted to do a series of posts to hopefully give a little insight into getting started in the world of mobile testing, and some basic tasks such as creating the right test environment to allow you to easily do android testing... so without further ado, let's get started

# Things We'll Need

Expand All @@ -21,7 +21,7 @@ Opening up Android Studio we're greeted by something that will look like the fol

Go ahead and click the `configure` option at the bottom and select `avd manager` ![avd manger]({{ site.url }}/assets/getting_started_android_testing/create_new_avd.png)

Select a device that doesn't have the play store enabled as this will allow us to create a device we can can access as the root user. Make sure to create Oreo or less ![oreo]({{ site.url}}/assets/getting_started_android_testing/oreo.png)
Select a device that doesn't have the play store enabled as this will allow us to create a device we can can access as the root user. Make sure to create Oreo or less ![oreo]({{ site.url}}/assets/getting_started_android_testing/oreo.png)
(this will be important later). Make sure to name it something memorable - we'll be starting it using the command line.

![finish_avd]({{ site.url }}/assets/getting_started_android_testing/saving_avd.png)
Expand Down Expand Up @@ -55,6 +55,7 @@ generic_x86:/ #
Now we're ready to install apps to test on rooted devices!

Hopefully this has been useful,

Phyu


Expand Down

0 comments on commit 82fec0a

Please sign in to comment.