In this video, learn how to get a system set up for Appium automation with Android.
- [Instructor] In order for Appium … to automate Android mobile apps, … we need to make sure our computer is setup … with a couple different Android-related … development requirements. … First and foremost, we'll need the Java Development Kit … or JDK to support compiling … Appium's Android automation code. … You may already have Java installed on your computer, … to check and see, let's open up a terminal … and run a quick command. … I'm going to run a command that will tell me the location … of Java's home directory on my system, if it exists, … so I'm going to type /usr/libexec/java_home. … Note that this command will work on Mac systems, … which I'm running and which is the focus of this course … due to our need to demonstrate iOS testing. … For finding Java's home path on Windows or Linux, … please refer to the Java documentation. … So, you can see that this command returned a path … which I will need later on during Appium setup, … if you don't get this kind of result, … then you need to install Java or use another method …
Author
Released
6/24/2019- Appium server, clients, and drivers
- Appium setup
- Starting and stopping sessions
- Finding and using elements
- Intermediate Appium scripting
- Touch actions
- Mobile web testing
Skill Level Intermediate
Duration
Views
Related Courses
-
Effective Android Testing for Mobile Developers
with Chiu-Ki Chan2h 56m Intermediate -
Learning Selenium
with Meaghan Lewis1h 15m Beginner -
Robot Framework Test Automation: Level 1 (Selenium)
with Bryan Lamb6h 23m Intermediate
-
Introduction
-
What can you do with Appium?1m 10s
-
What you should already know1m 17s
-
-
1. Appium
-
The Appium drivers4m 41s
-
2. Appium Setup
-
System setup for iOS5m 1s
-
System setup for Android7m 53s
-
Installing Appium3m 49s
-
-
3. Appium Sessions
-
Session capabilities6m 22s
-
-
4. Finding and Using Elements
-
Waiting for elements: Theory3m 24s
-
Basic element interaction10m 15s
-
Solution: Find a new element7m 30s
-
5. Intermediate Appium Scripting
-
XPath: Its uses and caveats5m 52s
-
Touch actions: Theory4m 41s
-
Touch actions: Practice6m 57s
-
-
Conclusion
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: System setup for Android