Completed
What we covered in the last session
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Appium Setup for Android Mobile Testing - Step 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What we covered in the last session
- 3 Download and setup Android Studio on windows and mac os https://developer.android.com/studio
- 4 Download and setup SDK Tools using Android Studio SDK Manager
- 5 Set the folder having platform-tools, build-tools as ANDROID_HOME and update Path env variable
- 6 Run command appium-doctor --android to check all requirements for Android Testing are completed
- 7 Next steps