Diese Präsentation wurde erfolgreich gemeldet.
Die SlideShare-Präsentation wird heruntergeladen. ×
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Mobile Automation
Testing with Appium
native, hybrid and web application testing;
testing on simulators, emulators and real devices;
Appium is an open source mo...
Appium
server -
establish
session with
client
UI Automation
for iOS / UI
Automator for
Android
Appium
client -
written any...

YouTube-Videos werden auf SlideShare nicht mehr unterstützt.

Original auf YouTube ansehen

Wird geladen in …3
×

Hier ansehen

1 von 7 Anzeige

Herunterladen, um offline zu lesen

Appium is one popular open source automation tool. Used for automating native, mobile web, and hybrid applications on iOS and Android platforms. It uses WebDriver JSON wire protocol to drive the iOS apps. Appium server is written on node.js and talks to iOS using UIAutomation Instruments.

Appium is one popular open source automation tool. Used for automating native, mobile web, and hybrid applications on iOS and Android platforms. It uses WebDriver JSON wire protocol to drive the iOS apps. Appium server is written on node.js and talks to iOS using UIAutomation Instruments.

Anzeige
Anzeige

Weitere Verwandte Inhalte

Diashows für Sie (20)

Anzeige

Aktuellste (20)

Appium

  1. 1. Mobile Automation Testing with Appium
  2. 2. native, hybrid and web application testing; testing on simulators, emulators and real devices; Appium is an open source mobile application framework. platforms: iOS, Android, Firefox OS; operating systems: Mac OS X, Linux, Windows; Support: languages Java, Ruby, C#, Python, PHP;
  3. 3. Appium server - establish session with client UI Automation for iOS / UI Automator for Android Appium client - written any language that to send HTTP requests to the server WebDriver JSON wire protocol Architecture Appium
  4. 4. “Inspector” - to record and playback. “Doctor” - to verify Appium dependencies Settings iOS
  5. 5. Interaction tools UI Navigator Preview Appium GUI Record/Refresh
  6. 6. DEMO Sample script using Appium for native iOS application

×