Oreilly - Appium(Selenium)-Mobile Automation Testing from Scratch - 9781789136128
Oreilly - Appium(Selenium)-Mobile Automation Testing from Scratch
by Rahul Shetty | Publisher: Packt Publishing | Release Date: January 2018 | ISBN: 9781789136128


Appium -Top class 200 +Lectures on Mobile Automation from basics to Framework level with real time examplesAbout This VideoConcepts from the Scratch assuming my students are new to Automation and will get them through real-time examples to boost confidence in them and finally make them ready for InterviewsOn course completion, You will be Mastered in Mobile Automation Testing and can implement Successfully it in your workplaceIn DetailLearn everything you need to know about Mobile Automation (Android+ IOS) Even If you've never programmed before! I teach the Concepts from the Scratch assuming my students are new to Automation and will get them through real time examples to boost confidence on them and finally make them ready for Interviews with my lectures. I have made one Section on Selenium Webdriver basics for the Students who do not have knowledge on Selenium, You can go through them to make your basics strong and switch back to Appium for better understanding. Topics Include: Appium Features Appium Internal Architecture Configuration setup on your device Working on Native Apps Working on Hybrid Apps Appium API's explanation Mobile Gestures Automation Automating Browser Apps Tips in identifying objects on App and browser Automating on real devices How to start with IOS IOS capabilities and guidelines Appium latest updates Appium Integration with Maven Selenium Basics(optional). It's Time to Learn Mobile Automation! Mobile market is booming tremendously and need of Quality Testing in these Platforms becoming a major challenge, especially finding a right Automation tool which works on all mobile platforms. Major asset of Appium is that this can work on both Android and IOS Platforms, which means write the code once and execute it in across platforms. All the topics were taught from basic to advanced level with a lot of tricks and tips which makes users to get perfection on the things. At the end of this course you can pick any Mobile application and can automate it whatever the way you want.
  1. Chapter 1 : Appium Introduction
    • Course Agenda 00:07:38
    • Appium Features 00:08:06
    • Appium Internal Architecture 00:09:06
  2. Chapter 2 : Appium Installation on WINDOWS for Android Automation
    • Installing Android Studio and Java 00:11:48
    • Configuring System variables for both Android SDK and Java 00:08:15
    • Configuring Virtual Mobile device for running tests 00:12:01
    • Downloading Node.js and install Appium via npm 00:13:35
    • Important information on Appium versions 00:07:22
    • Configuring Appium Java client jars for frontEnd execution 00:12:15
    • Brushup Java concepts -1 00:08:35
    • Brushup Java concepts -2 00:08:32
    • Brushup Java concepts -3 00:17:53
  3. Chapter 3 : Appium Installation on MAC for IOS Automation
    • What is Xcode? Install Xcode 00:05:05
    • Validating IOS Simulator and Downloading Java 00:05:28
    • Installing Eclipse IDE for MAC 00:05:12
    • Downloading Appium/Selenium Jars 00:05:41
  4. Chapter 4 : APPIUM first program
    • What are Desired capabilities? How to talk to Appium server 00:13:09
    • Invoking Android Driver- Creating base program 00:12:41
    • Execution of Appium first program on Mobile Native APP 00:07:58
    • UIAutomator tool usage-Inspection of elements 00:16:13
  5. Chapter 5 : Native APPS Automation
    • Automating app UI Using Xpaths and text attributes 00:12:14
    • Appium API's for UI interaction with id's and classNames 00:11:38
    • Handling Multiple similar objects of Apps with indexes 00:11:51
    • AndroidUIAutomator usage in identifying objects of Apps 00:19:21
    • TouchActions in Appium (Gestures Automation -1) 00:06:39
    • Tapping and longpress events (Gestures Automation -2) 00:15:00
    • Touch Actions Sequence Execution 00:16:04
    • Strategy for automating Swipping event(Gestures Automation -3) 00:14:22
  6. Chapter 6 : Advanced Gestures Automation with Key Events Handling
    • Demo on swipping the clock- Practise exercises 00:10:49
    • How to automate scrolling? Gestures Automation -5 00:12:00
    • Drag and drop on Native Apps with Appium (Gesture Automation -6) 00:18:12
    • Automating Android Key Events with Appium 00:10:37
    • Miscellaneous key Events handling with Appium 00:04:03
    • Invoking App with package Activity 00:09:15
    • Example on package name and Activity invoking apps 00:02:04
    • Automation on real devices 00:08:30
  7. Chapter 7 : Live Examples on Device APPS
    • Music App- Testcases to Automate 00:11:30
    • Practise Exercise-1 Scrolling down 00:10:12
    • Practise Exercise- 1.2 -End to end flow 00:13:07
    • Toggle off/on mechanism Automation 00:09:51
    • Practise exerices-Testcases to Automate 00:07:55
    • Practise Exercise -Covering core Appium API 00:14:14
  8. Chapter 8 : Web APPS Automation
    • Configuring Real device to system for running Appium Tests 00:10:07
    • Exercises on Real device-Native Apps automation 00:08:59
    • Important things to know when executing on Physical/Emulator devices 00:09:01
    • Mobile Browser Configuration setup for Appium Tests 00:09:06
    • Automating the Chrome Mobile Browser 00:13:54
    • Exercises-Mobile Browser automation – 1 00:13:53
    • Exercises-Mobile Browser automation – 2 00:12:35
    • Testcase- Automating Udemy Mobile View Site 00:03:18
  9. Chapter 9 : Practical Problems and solutions with Mobile Browsers
    • Problem – Description 00:08:03
    • Identifying frames from Html view 00:09:28
    • Element Hidden or Invisible-How to validate 00:09:37
    • Writing Generic functions to Identify Frames/Windows 00:10:35
    • Example Demonstrating Multiple Frames 00:08:53
    • Handling Auto suggestive dropdown options 00:10:57
    • Dynamic data loading- Exception Techniques 00:07:15
  10. Chapter 10 : Hybrid APPS Automation
    • Hybrid Apps features and ways to test them 00:03:33
    • Views switching Mechanism 00:11:01
    • Example on Hybrid App handling – 1 00:08:44
    • Example on Hybrid App handling – 2 00:04:58
  11. Chapter 11 : IOS Automation with Appium on MAC
    • IOS Testing Introduction 00:06:58
    • Setting up IOS App and Appium Desktop on MAC 00:08:52
    • IOS Driver Invocation with Desired capabilities 00:12:58
    • Running IOS first Automation Testcase with Appium Inspector 00:13:46
    • Desired capabilities code 00:12:49
    • Exercise 2: Scrolling in IPhones with Appium 00:11:41
    • Exercise 3: Handling Steppers and page navigations 00:15:58
    • Exercise 4: Dropdown Scrollers automation with Appium 00:11:46
    • Safari Mobile Browser Automation configuration 00:06:57
    • Useragent to get Safari Browser objects 00:04:16
    • Practise Exercise on Safari Mobile Browser 00:07:40
  12. Oreilly - Appium(Selenium)-Mobile Automation Testing from Scratch


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss