Book Image

Mastering Mobile Test Automation

Book Image

Mastering Mobile Test Automation

Overview of this book

Table of Contents (16 chapters)
Mastering Mobile Test Automation
Credits
About the Authors
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

An ideal mobile test automation framework


Internal customer delight naturally stems from a realization that the solutions delivered are future-proof and can be incrementally used as the need arises. In this section, you will understand the architectural stack of an ideal mobile test automation framework. The implementation principles and sample codes have already been discussed in the previous chapters, and in this section, we will focus on understanding the architecture of such a framework and the advantages that the implementation of such a framework provides. The architecture for an ideal mobile test automation framework is shown in the following diagram.

Architecture of an ideal mobile test automation framework

This diagram depicts all the logical components individually; however, from a coding perspective, two or more components may be combined with each other.

The various components of the framework and their respective functions are explained as follows:

  1. The configuration file: The configuration...