Testing iOS Apps with HadoopUnit

Testing iOS Apps with HadoopUnit
Author :
Publisher : Springer Nature
Total Pages : 83
Release :
ISBN-10 : 9783031025488
ISBN-13 : 3031025482
Rating : 4/5 (482 Downloads)

Book Synopsis Testing iOS Apps with HadoopUnit by : Scott Tilley

Download or read book Testing iOS Apps with HadoopUnit written by Scott Tilley and published by Springer Nature. This book was released on 2022-05-31 with total page 83 pages. Available in PDF, EPUB and Kindle. Book excerpt: Smartphone users have come to expect high-quality apps. This has increased the importance of software testing in mobile software development. Unfortunately, testing apps—particularly the GUI—can be very time-consuming. Exercising every user interface element and verifying transitions between different views of the app under test quickly becomes problematic. For example, execution of iOS GUI test suites using Apple’s UI Automation framework can take an hour or more if the app’s interface is complicated. The longer it takes to run a test, the less frequently the test can be run, which in turn reduces software quality. This book describes how to accelerate the testing process for iOS apps using HadoopUnit, a distributed test execution environment that leverages the parallelism inherent in the Hadoop platform. HadoopUnit was previously used to run unit and system tests in the cloud. It has been modified to perform GUI testing of iOS apps on a small-scale cluster—a modest computing infrastructure available to almost every developer. Experimental results have shown that distributed test execution with HadoopUnit can significantly outperform the test execution on a single machine, even if the size of the cluster used for the execution is as small as two nodes. This means that the approach described in this book could be adopted without a huge investment in IT resources. HadoopUnit is a cost-effective solution for reducing lengthy test execution times of system-level GUI testing of iOS apps.


Testing iOS Apps with HadoopUnit Related Books

Testing iOS Apps with HadoopUnit
Language: en
Pages: 83
Authors: Scott Tilley
Categories: Technology & Engineering
Type: BOOK - Published: 2022-05-31 - Publisher: Springer Nature

DOWNLOAD EBOOK

Smartphone users have come to expect high-quality apps. This has increased the importance of software testing in mobile software development. Unfortunately, tes
Test-Driven iOS Development
Language: en
Pages: 353
Authors: Graham Lee
Categories: Computers
Type: BOOK - Published: 2012-04-12 - Publisher: Addison-Wesley

DOWNLOAD EBOOK

As iOS apps become increasingly complex and business-critical, iOS developers must ensure consistently superior code quality. This means adopting best practices
iOS Unit Testing by Example
Language: en
Pages: 532
Authors: Jon Reid
Categories: Computers
Type: BOOK - Published: 2020-06-22 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Fearlessly change the design of your iOS code with solid unit tests. Use Xcode's built-in test framework XCTest and Swift to get rapid feedback on all your code
IOS Unit Testing by Example
Language: en
Pages: 360
Authors: Jon Reid
Categories:
Type: BOOK - Published: 2020 - Publisher:

DOWNLOAD EBOOK

Fearlessly change the design of your iOS code with solid unit tests. Use Xcode's built-in test framework XCTest and Swift to get rapid feedback on all your code
Pro iOS Testing
Language: en
Pages: 302
Authors: Avi Tsadok
Categories: Computers
Type: BOOK - Published: 2020-10-20 - Publisher: Apress

DOWNLOAD EBOOK

Discover what tools there are for unit testing in iOS, and how to work in a test-driven environment. This book reveals how testing is a crucial capability in an