Skip to content

Instantly share code, notes, and snippets.

@sabbiseaan
Forked from Maryebsbu/Appium.md
Created June 3, 2020 13:40
Show Gist options
  • Select an option

  • Save sabbiseaan/1f68cae63ebf42eacdd12f31b574c8f1 to your computer and use it in GitHub Desktop.

Select an option

Save sabbiseaan/1f68cae63ebf42eacdd12f31b574c8f1 to your computer and use it in GitHub Desktop.

Appium

Appium is an open source automation tool for running scripts and testing native, mobile-web and hybrid applications and it supports Android,iOS,Windows desktop platform.

  • Languages supported: Java, Python, Tuby, C#, PHP, JavaScript, RobotFramework

  • Appium works in a client-server architecture

  • Appium is an 'HTTP Server'written using-Node.js platform

                 JSON Wire Protocol                       
    

    | Appium Client|--------------------->| Appium Server|---> {WinAppDriver for Windows phone} {UI Automator/Selendroid for Android} { UI Automation/XCUITest for iOS}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment