1. Appium Introduction

1. Appium Introduction:

Webdriver+Mobile Features=Appium
Appium is an open-source, cross-platform test automation tool for native, hybrid and mobile web apps, 
tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS).

i. Supported Platforms
a. iOS
b. Android
c. FirefoxOS

ii. Why Appium?
You don't have to recompile your app or modify it in any way, due to the use of standard automation
APIs on all platforms.
You can use any testing framework.
You can write the code in any language Supported by Webdriver
If you use Apple's UIAutomation library without Appium you can only write tests using JavaScript
and you can only run tests through the Instruments application. Similarly, with Google's UiAutomator
you can only write tests in Java. 
Appium opens up the possibility of true cross-platform native mobile automation.

No comments:

Post a Comment

Cypress from beginning