ui automation kms_tech_con2014

15
© 2013 KMS Technology

Upload: ducminhduydo

Post on 17-Dec-2014

123 views

Category:

Business


7 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Ui automation kms_tech_con2014

© 2013 KMS Technology

Page 2: Ui automation kms_tech_con2014

UI AUTOMATION

UI AUTOMATION FOR IOSTECHCON201410/MAY/2014

Page 3: Ui automation kms_tech_con2014

AGENDA

• Introduction• UI Automation• Real time demo• Ask me questions

UI AUTOMATION FOR IOS

Page 4: Ui automation kms_tech_con2014

AGENDA

• Introduction• UI Automation• Real time demo• Ask me questions

UI AUTOMATION FOR IOS

Page 5: Ui automation kms_tech_con2014

INTRODUCTION

• Look at the demo running

UI AUTOMATION FOR IOS

Page 6: Ui automation kms_tech_con2014

INTRODUCTION

• Automation frameworks/tools for Mobile are growing up and mature EVERYDAY

UI AUTOMATION FOR IOS

Page 7: Ui automation kms_tech_con2014

AGENDA

• Introduction• UI Automation• Real time demo• Ask me questions

UI AUTOMATION FOR IOS

Page 8: Ui automation kms_tech_con2014

AUTOMATION

UI AUTOMATION FOR IOS

• What’s really automation task ?

• AUTOMATION = does WHAT on WHERE• Example: • Type ‘abc’ on the textbox• DoubleClick on button

Page 9: Ui automation kms_tech_con2014

UI AUTOMATION

UI AUTOMATION FOR IOS

• A built-into-Xcode• Scripts are written in Javascript • UI Automation provides build-in functions to

act on UI Element - WHAT• Access object element via UI Element

hierarchy - WHERE• Tests runnable via Instruments or the

command line

Page 10: Ui automation kms_tech_con2014

HOW TO ACCESS UI ELEMENT

UI AUTOMATION FOR IOS

• UIATarget.localTarget().frontMostApp().mainWindow()

Page 11: Ui automation kms_tech_con2014

UI AUTOMATION JAVASCRIPT REFERENCE

UI AUTOMATION FOR IOS

Page 12: Ui automation kms_tech_con2014

AGENDA

• Introduction• UI Automation• Real time demo• Ask me questions

UI AUTOMATION FOR IOS

Page 13: Ui automation kms_tech_con2014

REAL TIME DEMO

UI AUTOMATION FOR IOS

• I’m writing real script here

Page 14: Ui automation kms_tech_con2014

AGENDA

• Introduction• UI Automation• Real time demo• Ask me questions

UI AUTOMATION FOR IOS

Page 15: Ui automation kms_tech_con2014

ASK ME QUESTION ?

UI AUTOMATION FOR IOS