Mobile Test Automation with Appium: Mobile application testing made easy
β Scribed by Nishant Verma
- Publisher
- Packt Publishing - ebooks Account
- Year
- 2017
- Tongue
- English
- Leaves
- 250
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Automate your mobile app testing
About This Book
- How to automate testing with Appium
- Apply techniques for creating comprehensive tests
- How to test on physical devices or emulators
Who This Book Is For
Are you a mobile developer or a software tester who wishes to use Appium for your test automation? If so, then this is the right book for you .You must have basic Java programming knowledge. You don't need to have prior knowledge of Appium.
What You Will Learn
- Discover Appium and how to set up an automation framework for mobile testing
- Understand desired capabilities and learn to find element locators
- Learn to automate gestures and synchronize tests using Appium
- Take an incremental approach to implement page object pattern
- Learn to run Appium tests on emulators or physical devices
- Set up Jenkins to run mobile automation tests by easy to learn steps
- Discover tips and tricks to record video of test execution, inter app automation concepts
- Learn to run Appium tests in parallel on multiple devices simultaneously
In Detail
Appium is an open source test automation framework for mobile applications. It allows you to test all three types of mobile applications: native, hybrid, and mobile web. It allows you to run the automated tests on actual devices, emulators, and simulators. Today, when every mobile app is made on at least two platforms, iOS and Android, you need a tool that allows you to test across platforms.
Having two different frameworks for the same app increases the cost of the product and time to
β¦ Subjects
Software Development;Software Design, Testing & Engineering;Programming;Computers & Technology;Java;Beginnerβs Guides;Reference;Servlets;Programming Languages;Computers & Technology;Programming & App Development;Mobile Phones, Tablets & E-Readers;Computers & Technology
π SIMILAR VOLUMES
<p>If you want a complete understanding of mobile automation testing and its practical implementation, then this book is for you. Familiarity with the basics of VB Script and Java along with knowledge of basic testing concepts is essential.
<DIV><p>If you're an iOS developer or QA professional tapping through an app to reproduce bugs or performance issues you thought were solved two releases ago, then this is your book. Learn how to script the user interface, assert correct behavior, stub external dependencies, reproduce performance pr
Automated user interface testing is an important part of a comprehensive testing strategy for iOS applications. By scrutinizing your app through the eyes and actions of the user, you raise confidence that features are wired up right and behave as you expect. Through this book you'll learn how to do