Appium Basic Three: Appium realization principle

Source: Internet
Author: User
Tags appium

1.web Automation Testing Selenium Webdriver is the C/S mode, server side and client side is achieved through Webdriver protocol, and Appium is a reference selenium developed, the adoption is Webdriver Protocols, while the underlying packages test tools for different platforms;

2.Appium Android Platform Architecture diagram:

Principle:

A. When executing a script, Client-java translates the script into the Webdriver protocol, interacting with Appium server through JSON;

B. Appium server passes the Webdriver protocol and translates it into a UI Automator command, executed by bootstrap

C. Bootstrap forwarding of execution results back to Appium server

3.Appium iOS platform Architecture diagram:

Principle:

A. When executing a script, Client-java translates the script into the Webdriver protocol, interacting with Appium server through JSON;

B. Appium server passes the Webdriver protocol and translates it into a instruments command, executed through UIAutomation

C.instruments to forward the execution results back to Appium server

Appium Basic Three: Appium realization principle

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.