登入
選單
返回
Google圖書搜尋
Android Espresso Revealed
Denys Zelenchuk
其他書名
Writing Automated UI Tests
出版
Apress
, 2019-03-01
主題
Computers / Networking / General
Computers / Programming / Mobile Devices
Computers / Languages / Java
Computers / Languages / General
ISBN
1484243153
9781484243152
URL
http://books.google.com.hk/books?id=fhKLDwAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
Write Android user interface (UI) tests using Google Espresso for Android. You’ll cover all the major topics of writing functional UI automated tests using the Espresso testing framework, including different ways of running automated tests, architecting test projects in an easy and maintainable way, and using tools which help to implement automated tests with less effort.
Android Espresso Revealed
explains the basics of using Espresso to write automated UI tests, and how to customize the framework for advanced functionality. The author provides examples in both Java and Kotlin, and includes dealing with network operations in UI tests, testing application accessibility, implementing supervised monkey tests, and more.
What You Will Learn
Write Espresso tests with both Kotlin and Java including test project migration from Java to Kotlin
Test web views inside the application under test
Use Espresso to set up test devices or emulators to minimize test flakiness and run tests in Firebase Test LabVerify and stub intents with Espresso-IntentsMove test projects to AndroidX
Test notifications or operate on third-party apps during Espresso test execution
Apply different test architecture approaches to the test project to reduce maintenance effort
Implement supervised monkey tests using Espresso and UIAutomator
Who This Book Is For
Engineers with experience of Android test automation will benefit from this book