Testing Software

Appium – open source automation tool

Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Each platform is supported by one or more “drivers”, which know how to automate that particular platform.

It drives iOS, Android, and Windows apps using the WebDriver protocol.

Appium is at its heart a webserver that exposes a REST API. It receives connections from a client, listens for commands, executes those commands on a mobile device, and responds with an HTTP response representing the result of the command execution. Appium is a server written in Node.js.

Appium is free and open source software.

Key Features

  • No need to recompile your app or modify it in any way, as Appium uses standard automation APIs on all platforms.
  • Write tests with your favorite dev tools using any WebDriver-compatible language such as Java, Objective-C, JavaScript (Node), PHP, Python, Ruby, C#, Clojure, or Perl with the Selenium WebDriver API and language-specific client libraries.
  • Built on the idea that testing native apps shouldn’t require including an SDK or recompiling your app. Use any testing framework.
  • Built-in mobile web and hybrid app support. Within the same script you can switch seamlessly between native app automation and webview automation, all using the WebDriver model that’s already the standard for web automation.
  • Automation is always performed in the context of a session.

Website: appium.io
Support: Documentation, GitHub Code Repository
Developer: The JS Foundation
License: Apache License 2.0

Appium is mainly written in JavaScript and Java. Learn JavaScript with our recommended free books and free tutorials. Learn Java with our recommended free books and free tutorials.


Related Software

Test Automation Tools
AppiumOpen source automation tool
CypressFast, easy and reliable testing
Robot FrameworkPython-based, extensible keyword-driven automation framework
CucumberTool for running automated tests written in plain language
SeleniumPortable framework for testing web applications
GaugeLightweight cross-platform test automation tool which uses Markdown
NightwatchIntegrated testing framework powered by Node.js
WebdriverIOBrowser and mobile automation framework for Node.js
Allure ReportMulti-language test report tool
KarateUnified test automation framework
Dojo ToolkitJavaScript toolkit that scales with your development process
PlaywrightFramework for web testing and automation
CodeceptJSScenario-driven end-to-end testing framework for Node.js
toxAutomate and standardize testing in Python
noxAutomates testing in multiple Python environments, similar to tox
CarinaJava-based test automation framework that unites all testing layers
TestsigmaExtensible test automation platform that works out of the box
WatirWeb application testing in Ruby
SerenityTest automation reporting library (previously known as Thucydides)
Cerberus TestingLow-code test automation platform
GalenTool for testing layout and responsive design of web applications

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments