Udemy - Advanced Automation framework with Appium C# – 2020 Updated
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size2.2 GB
- Uploaded Bytutsnode
- Downloads45
- Last checkedNov. 28th '20
- Date uploadedNov. 26th '20
- Seeders 9
- Leechers10
Description
Automation framework development with Appium C# (Advanced) course is the first ever course on internet which talks about automating Android and iOS application in both Windows and MacOS Operating systems in C# with Appium.
This course was first launched in 2018 while Appium was in Alpha release stage, but later, many breaking changes happened in Nov 20, 2019 release of Appium and the course needed a major upgrade after that.
**** This course is now upgraded in 2020 to cover all the breaking changes in Season 3 ****
Season 1 content
Following are the topics covered in Season 1
Basics of Appium and how it works
Understanding how to work with Appium desktop client in Windows 10 and MacOS
Automating Appium for Android in Windows 10 for Ionic application
Page Object Model with Appium
Automating Appium for iOS in MacOS for Xamarin application
Resolving the most common problems encountered.
Season 2 Content
BDD with Specflow for Appium
Designing -> Developing appium framework
Reporting for appium framework
Season 3 – Upgrade everything to 2020
Upgrade framework to Appium 4.1.1
Upgrade framework to .NET Core 3.1
Upgrade libraries to latest Specflow
Upgrade coding standard with new Page Object Model, DriverFactory and Custom PageFactory
This course does not covers the basics of C# or Specflow, but the course itself assumes that these are some of the pre-requisite before beginning this course.
Who this course is for:
QA
Dev
DevOps
Requirements
You should have good knowledge in C#
You should have basic understanding of Specflow
Good understanding of OOPs concept is a plus
Basic understanding of Mobile application working
Last Updated 9/2020
Files:
Advanced Automation framework with Appium C# - 2020 Updated [TutsNode.com] - Advanced Automation framework with Appium C# - 2020 Updated 12. Season 3 - Upgrade Appium to 2020 with .NET Core 3.1 Cross platform support- 6.1 eaapp.zip (90.4 MB)
- 1. Introduction to upgrade.mp4 (54.4 MB)
- 1. Introduction to upgrade.srt (16.8 KB)
- 2. Upgrading project to latest of everything and checkout the breaking changes.mp4 (55.4 MB)
- 2. Upgrading project to latest of everything and checkout the breaking changes.srt (10.8 KB)
- 3. Migrating .NET Full Framework to .NET Core project.mp4 (49.6 MB)
- 3. Migrating .NET Full Framework to .NET Core project.srt (9.9 KB)
- 4. Understanding the problem with PageFactory of Page Object Model.mp4 (18.4 MB)
- 4. Understanding the problem with PageFactory of Page Object Model.srt (3.3 KB)
- 5. Creating our new Hybrid Ionic Application Under Test (AUT).mp4 (42.7 MB)
- 5. Creating our new Hybrid Ionic Application Under Test (AUT).srt (7.1 KB)
- 6. Complete Source code of Ionic App along with APK.html (0.1 KB)
- 6.2 app-debug.apk (17.6 MB)
- 7. Page Object Model without Page Factory and AppiumWebElement.mp4 (54.9 MB)
- 7. Page Object Model without Page Factory and AppiumWebElement.srt (9.9 KB)
- 8. Page Object Model without Page Factory and AppiumWebElement (Contd).mp4 (40.6 MB)
- 8. Page Object Model without Page Factory and AppiumWebElement (Contd).srt (9.0 KB)
- 9. Understanding Specflow breaking change with ScenarioContext.Current.mp4 (24.3 MB)
- 9. Understanding Specflow breaking change with ScenarioContext.Current.srt (5.8 KB)
- 10. Understanding Lazy Initialization in C#.mp4 (84.9 MB)
- 10. Understanding Lazy Initialization in C#.srt (22.0 KB)
- 11. Source Code of Lazy Initialization.html (0.0 KB)
- 11.1 LazyDemo.zip (2.6 KB)
- 12. Creating DriverFactory for AppiumDriver to access across framework.mp4 (37.4 MB)
- 12. Creating DriverFactory for AppiumDriver to access across framework.srt (7.5 KB)
- 13. Fixing InitializeAppiumDriver with AppiumOptions and new IContextAware.mp4 (57.4 MB)
- 13. Fixing InitializeAppiumDriver with AppiumOptions and new IContextAware.srt (9.7 KB)
- 14. Depreciating existing AppiumContext from Framework.mp4 (25.4 MB)
- 14. Depreciating existing AppiumContext from Framework.srt (4.8 KB)
- 15. Creating PageFactory for Page Navigation.mp4 (41.2 MB)
- 15. Creating PageFactory for Page Navigation.srt (8.6 KB)
- 1. Introduction on the course.mp4 (34.0 MB)
- 1. Introduction on the course.srt (9.8 KB)
- 2. An Introduction.mp4 (10.7 MB)
- 2. An Introduction.srt (8.3 KB)
- 3. How Appium Works .mp4 (7.8 MB)
- 3. How Appium Works .srt (8.6 KB)
- 4. Understanding Appium with iOS and Android.mp4 (9.4 MB)
- 4. Understanding Appium with iOS and Android.srt (5.6 KB)
- 1. Introduction.mp4 (12.6 MB)
- 1. Introduction.srt (10.6 KB)
- 2. Appium Desktop for Windows 10 OS.mp4 (48.2 MB)
- 2. Appium Desktop for Windows 10 OS.srt (19.0 KB)
- 2.1 com.companyname.EAXamarinApp-x86-Signed.zip (18.2 MB)
- 3. Writing simple code in Appium with C# for Ionic application.mp4 (20.9 MB)
- 3. Writing simple code in Appium with C# for Ionic application.srt (14.4 KB)
- 3.1 android-debug.apk (3.9 MB)
- 4. Creating Ionic application for Appium automation.mp4 (21.0 MB)
- 4. Creating Ionic application for Appium automation.srt (9.5 KB)
- 5. Writing simple code in Appium with C# for Ionic application (Contd).mp4 (35.1 MB)
- 5. Writing simple code in Appium with C# for Ionic application (Contd).srt (22.1 KB)
- 6. Recollecting and resolving the issues with above simple code.mp4 (20.1 MB)
- 6. Recollecting and resolving the issues with above simple code.srt (11.5 KB)
- 7. Invoking and managing Appium server from C# code.mp4 (53.6 MB)
- 7. Invoking and managing Appium server from C# code.srt (25.7 KB)
- 1. Attention - Some of code in this section will be upgraded in Section 12.html (0.1 KB)
- 2. Refactoring our existing code to align with future framework development.mp4 (26.2 MB)
- 2. Refactoring our existing code to align with future framework development.srt (17.3 KB)
- 3. Refactoring our existing code to align with future framework development (Contd).mp4 (17.7 MB)
- 3. Refactoring our existing code to align with future framework development (Contd).srt (11.6 KB)
- 4. Refactoring our existing code to align with future framework development (Contd).mp4 (11.2 MB)
- 4. Refactoring our existing code to align with future framework development (Contd).srt (6.6 KB)
- 5. Removing static from all our existing code to get code ready for Parallel tests.mp4 (16.5 MB)
- 5. Removing static from all our existing code to get code ready for Parallel tests.srt (9.1 KB)
- 6. Removing static from existing code to get code ready for Parallel tests (Contd).mp4 (22.3 MB)
- 6. Removing static from existing code to get code ready for Parallel tests (Contd).srt (10.6 KB)
- 7. Removing static and closing Android application after test execution.mp4 (11.8 MB)
- 7. Removing static and closing Android application after test execution.srt (7.6 KB)
- 1. Attention - Some of code in this section will be upgraded in Section 12.html (0.1 KB)
- 2. Page Object Model for Appium with C#.mp4 (17.6 MB)
- 2. Page Object Model for Appium with C#.srt (14.2 KB)
- 3. Page Object Model for Appium with C# (Contd).mp4 (25.7 MB)
- 3. Page Object Model for Appium with C# (Contd).srt (13.0 KB)
- 4. Page Object Model for Appium with C# (Contd).mp4 (17.0 MB)
- 4. Page Object Model for Appium with C# (Contd).srt (10.0 KB)
- 5. Page Object Model for Appium with C#.mp4 (11.4 MB)
- 5. Page Object Model for Appium with C#.srt (5.8 KB)
- 6. Page Navigation of POM.mp4 (15.9 MB)
- 6. Page Navigation of POM.srt (9.1 KB)
- 7. Source code until Page Object Model.html (0.0 KB)
- 7.1 AppiumEAFramework.zip (2.0 MB)
- 1. Introduction to Appium running in MacOS.mp4 (2.5 MB)
- 1. Introduction to Appium running in MacOS.srt (2.6 KB)
- 2. Installing Appium desktop client and Appium server.mp4 (23.7 MB)
Code:
- udp://inferno.demonoid.pw:3391/announce
- udp://tracker.openbittorrent.com:80/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://torrent.gresille.org:80/announce
- udp://glotorrents.pw:6969/announce
- udp://tracker.leechers-paradise.org:6969/announce
- udp://tracker.pirateparty.gr:6969/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://9.rarbg.to:2710/announce
- udp://shadowshq.yi.org:6969/announce
- udp://tracker.zer0day.to:1337/announce