- Mobile Test Automation with Appium
- Nishant Verma
- 169字
- 2021-07-02 20:34:34
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "With version 1.6, Appium has provided support to UiAutomator 2. Appium uses the appium-android-bootstrap module to interact with UI Automator. "
A block of code is set as follows:
@Before
public void startAppiumServer() throws IOException {
AppiumDriverLocalService appiumService =
AppiumDriverLocalService.buildDefaultService();
appiumService.start();
}
Any command-line input or output is written as follows:
automationName: XCUITest
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking on Start Session will launch a new Appium inspector screen, as illustrated."
- 微服務設計(第2版)
- SoapUI Cookbook
- 潮流:UI設計必修課
- GraphQL學習指南
- 造個小程序:與微信一起干件正經事兒
- Full-Stack Vue.js 2 and Laravel 5
- The Data Visualization Workshop
- Windows內核編程
- C++從入門到精通(第5版)
- 一塊面包板玩轉Arduino編程
- Building Business Websites with Squarespace 7(Second Edition)
- Machine Learning for OpenCV
- AI自動化測試:技術原理、平臺搭建與工程實踐
- 深度學習的數學:使用Python語言
- Spark for Data Science