Completed
Lesson 02 - Setup Device and Appium Desktop
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Mobile Automation Test with NodeJS, Appium, WebdriverIO
Automatically move to the next video in the Classroom when playback concludes
- 1 Lesson 01: Setup environment
- 2 Lesson 02 - Setup Device and Appium Desktop
- 3 BonusLesson - Install Emulator Without AndroidStudio
- 4 Lesson 03 - Init Project and Test Configuration File
- 5 Lesson 04 - Basic script structure and Hooks in Mocha
- 6 Lesson 05 - First Script, Click on en element
- 7 Lesson 06 - Basic with XPATH Selector
- 8 Lesson 07 - SetValue API, Login Form
- 9 Lesson 08 - addValue, clearValue API
- 10 Lesson 09 - getText API
- 11 Lesson 10 - Hadle Toggle Button
- 12 Lesson 11 - Wait Element Displayed before interacting
- 13 Lesson 12 - Taking Screenshot
- 14 Lesson 13 - Swipe Screen Vertically
- 15 Lesson 14 - Swipe Screen Horizontally
- 16 Lesson 15 - Page Object
- 17 Lesson 16 - Global Wait on Page Object
- 18 Lesson 17 - Page Object Inheritance
- 19 Lesson 18 - Method Chaining In Page Object
- 20 Lesson 19 - Global Waifor in Test Configuration
- 21 Lesson 20 - Built-in Assertion Matchers in WebDriverIO
- 22 Lesson 21 - ChaiJS Assertion Library
- 23 Lesson 22 - Create Common Test Flow
- 24 Lesson 23 - Customize test data
- 25 Lesson 24 - Simple Checklist for test scripts
- 26 Lesson 25 - Real Test Script
- 27 Lesson 26 - Deep Dive in Test Flow
- 28 Lesson 27 - Shared Test Configuration File
- 29 Lesson 28 - Beautiful Test Report with Allure Reporter
- 30 Lesson 29 - Attach failure screenshot to test report
- 31 Lesson 30 - Add TMS ID, Bug System ID to test report
- 32 Lesson 31 - Add Test step with data into test report
- 33 Lesson 32 - Multiple Devices for Parallel Testing on same machine
- 34 Lesson 33 - Custom Test Report for multiple devices parallel testing
- 35 Lesson 34 - Grouping your tests
- 36 Lesson 35 - Distribute testing in parallel via Network with Selenium Grid
- 37 Lesson 36 - Handle Webview in Hybrid Application