- Appium Essentials
- Manoj Hans
- 293字
- 2021-07-23 19:27:10
Preface
The idea of mobile automation using the Selenium syntax first came about at the Selenium Conference in April 2012 in London by Dan Cuellar. During the presentation, he showed the automation of iOS using the Selenium syntax. People who attended the conference were excited about the tool's possibilities.
A few months after the Selenium conference, Jason Huggins contacted Dan about his project on mobile automation. Jason encouraged Dan to release his code under an open source license. In August that year, Dan released the source code on GitHub. Jason then decided to introduce the project in Mobile Testing Summit in November 2012, but the project needed a new name first. Thus, the name Appium was born.
Appium is the one of the most popular tools for mobile automation and is used for testing applications on iOS, Android, and Firefox platforms. It can automate native, hybrid, and web mobile apps.
In January 2013, Sauce Labs decided to fully back Appium and created a team to support Appium. The team, which included Jonathan Lipps (the current project lead), decided that Appium needed a rebirth and ultimately settled on Node.js as the framework to be used.
Appium, with its new design, debuted in Google Test Automation Conference 2013 and was released with Android and Selendroid support a few months later, to make Appium the first cross-platform automation framework. In May 2014, Appium released version 1.0 with stability improvements, bug fixes, and added features. If you want to read more about Appium's history then you can visit the official website http://appium.io/history.html.
This book will help you perform mobile automation testing and use Appium drives on both emulators/simulators and real devices. You will also have a good understanding of mobile automation concepts once you're through with it.
- 數據庫系統教程(第2版)
- Learning C# by Developing Games with Unity 2020
- HTML5移動Web開發技術
- Learn Type:Driven Development
- Selenium Design Patterns and Best Practices
- Java 9 Programming Blueprints
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 老“碼”識途
- JavaScript by Example
- WordPress Plugin Development Cookbook(Second Edition)
- Mastering Python Networking
- Spring Boot進階:原理、實戰與面試題分析
- Asynchronous Android Programming(Second Edition)
- Linux C編程:一站式學習
- JavaScript應用開發實踐指南