practical approach to mobile application testingsamples.leanpub.com/practicalapproachtomobile... ·...

11

Upload: others

Post on 24-Jul-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash
Page 2: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Practical Approach to Mobile applicationTestingTesters perspective on IOS and Android

Prasanna V. Jayaprakash

This book is for sale at http://leanpub.com/practicalapproachtomobileapplicationtesting

This version was published on 2013-12-09

This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishingprocess. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools andmany iterations to get reader feedback, pivot until you have the right book and build traction onceyou do.

©2013 Prasanna V. Jayaprakash

Page 3: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Tweet This Book!Please help Prasanna V. Jayaprakash by spreading the word about this book on Twitter!

The suggested hashtag for this book is #Mobile Application, Testing, Automation testing, Mobiletesting, Mobile App Testing, Practical testing approach, Practical Mobile Testing.

Find out what other people are saying about the book by clicking on this link to search for thishashtag on Twitter:

https://twitter.com/search?q=#Mobile Application, Testing, Automation testing, Mobile testing,Mobile App Testing, Practical testing approach, Practical Mobile Testing

Page 4: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Contents

1 Automation Testing IOS Apps using Instruments . . . . . . . . . . . . . . . . . . . . . 1

2 Instruments Basics: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Page 5: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

1 Automation Testing IOS Apps usingInstruments

Page 6: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

2 Instruments Basics:• Instrument is a Free tool provided by Apple part of the IOS SDK Installation.• It provides option to create the automation scripts using record and Play back Option.• The script generated will use the Javascript as programming language.• Supports both IOS device based and IOS Simulator based testing.• Available only on MAC supports only IOS based application automation testing.• How to Access Instrument on MAC.

Screen- How to access the Instruments on MAC.

• How to Choose the App to be tested on instruments using “Choose Target”.

Page 7: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Instruments Basics: 3

Screen- How to choose the Application target options.

• Choosing the App to be tested on Simulator.

Screen- Choosing the APP for Simulator testing.

• Choosing the App to be tested from Device.

Page 8: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Instruments Basics: 4

Screen-Choosing the Device Target for Device based testing.

• Enabling script creation.

Page 9: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Instruments Basics: 5

Screen-Enabling Script Creation.

• Enabling Auto recording the Instruments Script.

Page 10: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Instruments Basics: 6

Screen-Enabling Script Auto Recording.

• Re-Running the Script.

Page 11: Practical Approach to Mobile application Testingsamples.leanpub.com/practicalapproachtomobile... · Practical Approach to Mobile application Testing Author: Prasanna V. Jayaprakash

Instruments Basics: 7

Screen-Enabling Script Re-Run.

Instruments JAVASCRIPT Basics: