Learn the Appium commands you need to know in order to successfully start and stop an Appium session. Then your test steps go in the middle.
- [Instructor] Let's take what we learned recently … about capabilities and starting and stopping … Appium sessions and work with a concrete example. … Since this is the first time we'll be looking … at our code project, a brief tour is in order. … First of all, I'm using the IntelliJ Java IDE, … you can use whatever IDE you want … or even a plain text editor, it's totally up to you. … I've included the sampled project files … along with this course, so if you want to follow along … with the code, go ahead and import the project … into your favorite IDE. … This project is a simple Gradle-based Java project, … so let's have a quick look at its structure. … I won't go into details about how Gradle itself works … so check out a course on that if you're interested. … As with any Gradle project, the main point of entry … is in the build.gradle file. … This is our build.gradle file, … which lists the dependencies our project relies on. … You can see that the only real dependency we have … is the Appium Java Client here, …
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: Starting and stopping a session