Testing iOS Apps with HadoopUnit
eBook - PDF

Testing iOS Apps with HadoopUnit

Rapid Distributed GUI Testing

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Testing iOS Apps with HadoopUnit

Rapid Distributed GUI Testing

Book details
Table of contents
Citations

About This Book

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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Testing iOS Apps with HadoopUnit by Scott Tilley,Krissada Dechokul in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Engineering General. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Copyright Page
  3. Title Page
  4. Contents
  5. Figures
  6. Tables
  7. Foreword
  8. Preface
  9. Acknowledgments
  10. Dedication
  11. Introduction
  12. Background
  13. Using UI Automation with HadoopUnit
  14. Rapid GUI Testing of iOS Apps
  15. Summary
  16. Appendix A Setting up a HadoopUnit Cluster on Mac OS X
  17. Appendix B HadoopUnit Source Code for iOS GUI Testing
  18. References
  19. About the Authors