Appium is an automated framework of apps that can be used to test apps, Web (web), hybrid applications, and cross-platform (with a set of APIs for different platforms to write test cases),
Features of Appium:
1, use automation to test an app, and do not need to recompile it
2, write automated case (use cases), do not need to learn a specific language, (can be used in the existing language development, Python is a very good choice)
3, an automatic framework does not need to re-build wheels
4, an automation framework needs open source, in the spirit and practice to realize open source
c/S architecture of Appium
Appium adheres to the rest design-style Web server, which accepts the client's connection, commands from the client, executes commands on the mobile device, collects command execution through the HTTP response, which provides the user with a good opening feature, as long as a language has an HTTP client API, We can write our test code in this language
To be continued, more should be added
What's a appium?