APPIUM

APPIUM: It is built on the idea that testing native apps shouldn’t require including an SDK or recompiling your app. And that you should be able to use your preferred test practices, frameworks, and tools. It is an open source project and has made design and tool decisions to encourage a vibrant contributing community.
Duration:20 days
KEY HIGHLIGHTS
100+ hours of learning
Real-time industry professionals curate the course.
Internships and live projects
Dedicated staff of placement experts
Placement is guaranteed 100 percent Assistance
28+ Skills That Are Useful in the Workplace
Trainers with a minimum of 12 years of experience
Videos and back-up classes
Subject Matter Experts Deliver Guest Lectures
CONTACT US
DESCRIPTION OF THE APPIUM COURSE ?
Why APPIUM is so popular?
It aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Write tests with your favorite dev tools using all the above programming languages, and probably more (with the Selenium WebDriver API and language-specific client libraries).
It is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Native apps are those written using the iOS, Android, or Windows SDKs. Mobile web apps are web apps accessed using a mobile browser (the supports Safari on iOS and Chrome or the built-in ‘Browser’ app on Android). Hybrid apps have a wrapper around a “webview” — a native control that enables interaction with web content. Projects like Apache Cordova make it easy to build apps using web technologies that are then bundled into a native wrapper, creating a hybrid app.
Importantly, this is “cross-platform”: it allows you to write tests against multiple platforms (iOS, Android, Windows), using the same API. This enables code reuse between iOS, Android, and Windows testsuites.
For specific information about what it means for is to “support” its platforms, and automation modalities, please see the platform support doc.
Curriculum for the APPIUM
- Introduction
- Overview of Open Source Mobile Test Automation tools
- Open source Mobile Automation tool Evaluation docs
- Why APPIUM
- Limitations
- architecture
- Prerequisites
- Java Installation & Configuring System Environmental variables
- Maven Configuration
- Android SDK configuration
- Eclipse IDE configuration
- installation on windows
- What is an APK file
- Various sources to get APK files
- Installing application on real device using these APK files
- Automating INDIAMART-Login
- Automating Facebook- Post Status
- Automating Facebook- Delete Post & User Logout
- Element Locators
- Locating elements by resource ID
- Locating elements by name
- Locating elements by classname
- Locating elements by xpath
- Share & Control Real Android Device screen from PC
- Download Android Platforms using SDK Manager
- CreateVirtual Devices/Emulators using AVD Manager
- Setting up a basic project
- Appium API Reference
- What are DesiredCapabilities
- Knowing AppPackage and Launcher Activity of Android App
- sendKeys()
- click()
- getLocation()
- getContextHandles()
- findElement()
- closeApp()
- quit ..etc
- Performing Click and Swipe using TouchAction class
- Performing Swipe using screen coordinates(x,y)
- Performing Long press using TouchAction class
- Introduction to Mobile Web Automation
- How to get Useragent from Android Browser
- Identifying the objects on Mobile browser
- Automating mobile specific websites
- Prerequisites
- Java Installation & Configuring System Environmental variables
- Maven Configuration
- Android SDK configuration
- Xcode Configuration
- Eclipse IDE configuration
- Appium installation on Mac
- Install from command line using npm
- Emulators Vs Simulators
- iOS App download
- Share IOS Device Screen on Mac
- Provisioning Development Build on Real IOS Device
- Using inspector to identify the element properties
- Working with Steppers(UIAStepper)
- Working with Switches(UIASwitches)
- Working with Sliders(UIASlider)
- Working with PickerWheel(UIAPickerWheel)
- Working with Date Picker
- Working with Segmented Controls(UIASegementedControl)
- Working with Page Indicator(UIAPageIndicator)
- Handling alerts