Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phyushin committed Oct 22, 2020
1 parent 5ce33ac commit c099a63
Showing 1 changed file with 2 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

0 comments on commit c099a63

Please sign in to comment.