SlideShare a Scribd company logo
1 of 43
Download to read offline
The Restless Are
                          Getting Native
                       Lessons Learnt While Automating an iOS App

                                     Dante Briones
                                  Principal Consultant
                                        Cochiva




Friday, March 23, 12
What makes a good
                        automation tool?


Friday, March 23, 12
I want tests that:
                       •   are robust

                       •   are easy to maintain

                       •   clearly express intent

                       •   are written in a real programming language

                       •   run in any environment

                       •   run on simulator or real device



Friday, March 23, 12
These are important,
                              but...


Friday, March 23, 12
What’s the point of
                          automated tests?

                       • To catch regression bugs
                       • To do so faster and more reliably than a
                         human




Friday, March 23, 12
Developer



                             Commit
                                          Source
                                           Repo




                                      Build & Deploy




                                                                    Uses   User
                                                       Production




Friday, March 23, 12
Developer                               Feedback          Tester



                             Commit
                                          Source
                                           Repo




                                        Build & Deploy

                                                                                 Tests
                                      Build & Deploy


                                                             Test
                                                         Environment


                                                                          Uses     User
                                                         Production




Friday, March 23, 12
Developer                                 Feedback          Tester


                                                           Feedback
                             Commit
                                          Source
                                           Repo


                                          Build & Deploy
                                                           Continuous
                                                            Integration
                                        Build & Deploy     Environment

                                                                                   Tests
                                      Build & Deploy


                                                               Test
                                                           Environment


                                                                            Uses     User
                                                           Production




Friday, March 23, 12
Developer                                  Feedback          Tester


                                                             Feedback
                               Commit
                                            Source
                       Tests                 Repo


                          Feedback
                                            Build & Deploy
                                                             Continuous
                        Local Test                            Integration
                       Environment        Build & Deploy     Environment

                                                                                     Tests
                                        Build & Deploy


                                                                 Test
                                                             Environment


                                                                              Uses     User
                                                             Production




Friday, March 23, 12
What’s the biggest win
                        of automated tests?

                          FASTER
                        FEEDBACK
Friday, March 23, 12
Test Environment


                           Deploy                                    Run

                                                     Feedback


                                                                     Tests


                       Development Team                         Automation Team




Friday, March 23, 12
Friday, March 23, 12
Test Environment



                                Feedback

                       Deploy
                                        Run



                                Tests

                         Development /
                        Automation Team




Friday, March 23, 12
Something to consider

                       "If a test fails in Jenkins,
                       and no one is there who cares about it,
                       should it still break the build?"



Friday, March 23, 12
</digression>



Friday, March 23, 12
iOS Automation: Tools
                       •   NativeDriver http://nativedriver.googlecode.com/

                       •   KIF https://github.com/square/KIF

                       •   Frank http://www.testingwithfrank.com/

                       •   MonkeyTalk http://www.gorillalogic.com/

                       •   LessPainful https://www.lesspainful.com/

                       •   iCuke https://github.com/unboxed/icuke

                       •   UISpec http://uispec.googlecode.com/


Friday, March 23, 12
iOS Automation:
                              Architecture
                                   Request / Response
                                                                     HTTP
                                                                     Server
                                           Synthesized Events
                       Test Code                                   Application
                                                State
                                                Query




                                                                Device / Simulator




Friday, March 23, 12
iOS Automation:
                         Architecture

                               Test Code




                              Application




                           Device / Simulator


Friday, March 23, 12
Why NativeDriver?



                       Familiar API

Friday, March 23, 12
Why NativeDriver?



                             Java

Friday, March 23, 12
Why NativeDriver?



                         Android

Friday, March 23, 12
Why NativeDriver?


                         “Hybrid”
                           Apps
Friday, March 23, 12
iOS Automation
                                   Toolchain
                                          WebDriver Protocol
                                                                             HTTP
                                                                             Server
                                                  Synthesized Events
                       Test Code (Java)                                Application (Obj-C)
                                                       State
                                                       Query




                                                                       Device / Simulator




Friday, March 23, 12
NativeDriver
                       Test Support Code




Friday, March 23, 12
NativeDriver
                        Test Code




Friday, March 23, 12
Toolchain: The ugly bits

                       • How do I build from the command line?
                       • How do I launch the simulator from the
                         command line?
                       • How do I shut down the simulator cleanly?


Friday, March 23, 12
Toolchain: The ugly bits
                       • How do I browse native widgets currently
                         onscreen?
                       • How do I browse widgets in a UIWebView?
                       • How do I solve intermittent test failures?
                       • What do I do if NativeDriver doesn’t
                         support an element I need to interact with?


Friday, March 23, 12
Challenges



Friday, March 23, 12
Cultural Differences




                       Football    Football
Friday, March 23, 12
Web Test Automation


                       • Selenium, Watir, Capybara, HTMLUnit, etc.
                       • Test automation is commonplace


Friday, March 23, 12
iOS Test Automation




                        Real Developers
                        Don’t Write Tests
Friday, March 23, 12
Challenges:
                       Language Choice


Friday, March 23, 12
Recommendations



Friday, March 23, 12
Recommendation:
                       Show Value Early


Friday, March 23, 12
Recommendation:
                       Surprise and Delight


Friday, March 23, 12
Friday, March 23, 12
Friday, March 23, 12
Recommendation:
                       Smooth Rough Edges


Friday, March 23, 12
Recommendation:
                       Know Your Limits


Friday, March 23, 12
The Future of
                       NativeDriver


Friday, March 23, 12
Friday, March 23, 12
The Future of Mobile
                             Testing...

                        ...is in your hands!


Friday, March 23, 12
Thank you!
                          Dante Briones
                       dante@cochiva.com
                         @dantebriones



Friday, March 23, 12

More Related Content

What's hot

Refactoring AOMs For AgilePT2010
Refactoring AOMs For AgilePT2010Refactoring AOMs For AgilePT2010
Refactoring AOMs For AgilePT2010
Joseph Yoder
 
1 qm keynote-kamala_p
1 qm keynote-kamala_p1 qm keynote-kamala_p
1 qm keynote-kamala_p
IBM
 
Thezenofscrum1 090221154550-phpapp01
Thezenofscrum1 090221154550-phpapp01Thezenofscrum1 090221154550-phpapp01
Thezenofscrum1 090221154550-phpapp01
Dani Llamazares
 
Performance testing based on time complexity analysis for embedded software
Performance testing based on time complexity analysis for embedded softwarePerformance testing based on time complexity analysis for embedded software
Performance testing based on time complexity analysis for embedded software
Mr. Chanuwan
 

What's hot (11)

Lean agile pt
Lean  agile ptLean  agile pt
Lean agile pt
 
Characterizing and Predicting Which Bugs Get Reopened
Characterizing and Predicting Which Bugs Get ReopenedCharacterizing and Predicting Which Bugs Get Reopened
Characterizing and Predicting Which Bugs Get Reopened
 
Venture
VentureVenture
Venture
 
Refactoring AOMs For AgilePT2010
Refactoring AOMs For AgilePT2010Refactoring AOMs For AgilePT2010
Refactoring AOMs For AgilePT2010
 
5 sins of all hands ppt
5 sins of all hands ppt5 sins of all hands ppt
5 sins of all hands ppt
 
1 qm keynote-kamala_p
1 qm keynote-kamala_p1 qm keynote-kamala_p
1 qm keynote-kamala_p
 
2012 student track - vs2010
2012   student track - vs20102012   student track - vs2010
2012 student track - vs2010
 
Peter Zimmerer - Evolve Design For Testability To The Next Level - EuroSTAR 2012
Peter Zimmerer - Evolve Design For Testability To The Next Level - EuroSTAR 2012Peter Zimmerer - Evolve Design For Testability To The Next Level - EuroSTAR 2012
Peter Zimmerer - Evolve Design For Testability To The Next Level - EuroSTAR 2012
 
The Speed to Cool - Valuing Testing & Quality in Agile Teams
The Speed to Cool - Valuing Testing & Quality in Agile TeamsThe Speed to Cool - Valuing Testing & Quality in Agile Teams
The Speed to Cool - Valuing Testing & Quality in Agile Teams
 
Thezenofscrum1 090221154550-phpapp01
Thezenofscrum1 090221154550-phpapp01Thezenofscrum1 090221154550-phpapp01
Thezenofscrum1 090221154550-phpapp01
 
Performance testing based on time complexity analysis for embedded software
Performance testing based on time complexity analysis for embedded softwarePerformance testing based on time complexity analysis for embedded software
Performance testing based on time complexity analysis for embedded software
 

Viewers also liked

ALT - Relief Forestry
ALT -  Relief ForestryALT -  Relief Forestry
ALT - Relief Forestry
guesta02c9b3
 
Tokyo Financial Information Summit 2010
Tokyo Financial Information Summit 2010Tokyo Financial Information Summit 2010
Tokyo Financial Information Summit 2010
referencedata
 

Viewers also liked (8)

ALT - Relief Forestry
ALT -  Relief ForestryALT -  Relief Forestry
ALT - Relief Forestry
 
Tokyo Financial Information Summit 2010
Tokyo Financial Information Summit 2010Tokyo Financial Information Summit 2010
Tokyo Financial Information Summit 2010
 
Company Of Women
Company Of WomenCompany Of Women
Company Of Women
 
S H 6 Overlay Text Handout 1
S H 6  Overlay  Text  Handout 1S H 6  Overlay  Text  Handout 1
S H 6 Overlay Text Handout 1
 
The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012
 
North American Financial Information Summit 2010, New York- May 26
North American Financial Information Summit 2010, New York- May 26North American Financial Information Summit 2010, New York- May 26
North American Financial Information Summit 2010, New York- May 26
 
Building A New Industry.2009
Building A New Industry.2009Building A New Industry.2009
Building A New Industry.2009
 
Highway Mixed Use District Presentation 20090727
Highway Mixed Use District Presentation   20090727Highway Mixed Use District Presentation   20090727
Highway Mixed Use District Presentation 20090727
 

Similar to San Jose Selenium Meetup 22 Mar 2012: The Restless Are Getting Native

Continuous Delivery (Internet-Briefing 2012-04-03)
Continuous Delivery (Internet-Briefing 2012-04-03)Continuous Delivery (Internet-Briefing 2012-04-03)
Continuous Delivery (Internet-Briefing 2012-04-03)
Netcetera
 
Continuous delivery @åf consult
Continuous delivery @åf consultContinuous delivery @åf consult
Continuous delivery @åf consult
Tomas Riha
 
Linuxtag 2012 - continuous delivery - dream to reality
Linuxtag 2012  - continuous delivery - dream to realityLinuxtag 2012  - continuous delivery - dream to reality
Linuxtag 2012 - continuous delivery - dream to reality
Clément Escoffier
 
Performance Testing
Performance TestingPerformance Testing
Performance Testing
Codelattice
 

Similar to San Jose Selenium Meetup 22 Mar 2012: The Restless Are Getting Native (20)

Session #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSession #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft Approach
 
Alm 4 Azure
Alm 4 AzureAlm 4 Azure
Alm 4 Azure
 
Progressive Deployment & NoDeploy
Progressive Deployment & NoDeployProgressive Deployment & NoDeploy
Progressive Deployment & NoDeploy
 
Alm 4 Azure with screenshots
Alm 4 Azure with screenshotsAlm 4 Azure with screenshots
Alm 4 Azure with screenshots
 
San Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker PresentationSan Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker Presentation
 
Continuous Delivery (Internet-Briefing 2012-04-03)
Continuous Delivery (Internet-Briefing 2012-04-03)Continuous Delivery (Internet-Briefing 2012-04-03)
Continuous Delivery (Internet-Briefing 2012-04-03)
 
Agile Software Development in Practice - A Developer Perspective
Agile Software Development in Practice - A Developer PerspectiveAgile Software Development in Practice - A Developer Perspective
Agile Software Development in Practice - A Developer Perspective
 
IBM Rational Software Conference 2009: Quality Management Track Keynote
IBM Rational Software Conference 2009: Quality Management Track KeynoteIBM Rational Software Conference 2009: Quality Management Track Keynote
IBM Rational Software Conference 2009: Quality Management Track Keynote
 
SOFTWARE ENGINEERING UNIT 6 Ch 13
SOFTWARE ENGINEERING UNIT 6 Ch 13SOFTWARE ENGINEERING UNIT 6 Ch 13
SOFTWARE ENGINEERING UNIT 6 Ch 13
 
Testing for continuous delivery with visual studio 2012
Testing for continuous delivery with visual studio 2012Testing for continuous delivery with visual studio 2012
Testing for continuous delivery with visual studio 2012
 
Ashwini - Effective use of CI by QA
Ashwini - Effective use of CI by QAAshwini - Effective use of CI by QA
Ashwini - Effective use of CI by QA
 
ICTSS 2010 - Iterative Software Testing Process for Scrum and Waterfall Projects
ICTSS 2010 - Iterative Software Testing Process for Scrum and Waterfall ProjectsICTSS 2010 - Iterative Software Testing Process for Scrum and Waterfall Projects
ICTSS 2010 - Iterative Software Testing Process for Scrum and Waterfall Projects
 
Обеспечение качества проектов средствами VSTS 2010
Обеспечение качества проектов средствами VSTS 2010Обеспечение качества проектов средствами VSTS 2010
Обеспечение качества проектов средствами VSTS 2010
 
Continuous delivery @åf consult
Continuous delivery @åf consultContinuous delivery @åf consult
Continuous delivery @åf consult
 
Linuxtag 2012 - continuous delivery - dream to reality
Linuxtag 2012  - continuous delivery - dream to realityLinuxtag 2012  - continuous delivery - dream to reality
Linuxtag 2012 - continuous delivery - dream to reality
 
software quality assurance methodology
software quality assurance methodologysoftware quality assurance methodology
software quality assurance methodology
 
Beyond Scrum: Scaling Agile with Continuous Delivery and Subversion
Beyond Scrum: Scaling Agile with Continuous Delivery and SubversionBeyond Scrum: Scaling Agile with Continuous Delivery and Subversion
Beyond Scrum: Scaling Agile with Continuous Delivery and Subversion
 
Performance Testing
Performance TestingPerformance Testing
Performance Testing
 
Quality & Reliability in Software Engineering
Quality & Reliability in Software EngineeringQuality & Reliability in Software Engineering
Quality & Reliability in Software Engineering
 
Effective Strategies for Distributed Testing
Effective Strategies for Distributed TestingEffective Strategies for Distributed Testing
Effective Strategies for Distributed Testing
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

San Jose Selenium Meetup 22 Mar 2012: The Restless Are Getting Native

  • 1. The Restless Are Getting Native Lessons Learnt While Automating an iOS App Dante Briones Principal Consultant Cochiva Friday, March 23, 12
  • 2. What makes a good automation tool? Friday, March 23, 12
  • 3. I want tests that: • are robust • are easy to maintain • clearly express intent • are written in a real programming language • run in any environment • run on simulator or real device Friday, March 23, 12
  • 4. These are important, but... Friday, March 23, 12
  • 5. What’s the point of automated tests? • To catch regression bugs • To do so faster and more reliably than a human Friday, March 23, 12
  • 6. Developer Commit Source Repo Build & Deploy Uses User Production Friday, March 23, 12
  • 7. Developer Feedback Tester Commit Source Repo Build & Deploy Tests Build & Deploy Test Environment Uses User Production Friday, March 23, 12
  • 8. Developer Feedback Tester Feedback Commit Source Repo Build & Deploy Continuous Integration Build & Deploy Environment Tests Build & Deploy Test Environment Uses User Production Friday, March 23, 12
  • 9. Developer Feedback Tester Feedback Commit Source Tests Repo Feedback Build & Deploy Continuous Local Test Integration Environment Build & Deploy Environment Tests Build & Deploy Test Environment Uses User Production Friday, March 23, 12
  • 10. What’s the biggest win of automated tests? FASTER FEEDBACK Friday, March 23, 12
  • 11. Test Environment Deploy Run Feedback Tests Development Team Automation Team Friday, March 23, 12
  • 13. Test Environment Feedback Deploy Run Tests Development / Automation Team Friday, March 23, 12
  • 14. Something to consider "If a test fails in Jenkins, and no one is there who cares about it, should it still break the build?" Friday, March 23, 12
  • 16. iOS Automation: Tools • NativeDriver http://nativedriver.googlecode.com/ • KIF https://github.com/square/KIF • Frank http://www.testingwithfrank.com/ • MonkeyTalk http://www.gorillalogic.com/ • LessPainful https://www.lesspainful.com/ • iCuke https://github.com/unboxed/icuke • UISpec http://uispec.googlecode.com/ Friday, March 23, 12
  • 17. iOS Automation: Architecture Request / Response HTTP Server Synthesized Events Test Code Application State Query Device / Simulator Friday, March 23, 12
  • 18. iOS Automation: Architecture Test Code Application Device / Simulator Friday, March 23, 12
  • 19. Why NativeDriver? Familiar API Friday, March 23, 12
  • 20. Why NativeDriver? Java Friday, March 23, 12
  • 21. Why NativeDriver? Android Friday, March 23, 12
  • 22. Why NativeDriver? “Hybrid” Apps Friday, March 23, 12
  • 23. iOS Automation Toolchain WebDriver Protocol HTTP Server Synthesized Events Test Code (Java) Application (Obj-C) State Query Device / Simulator Friday, March 23, 12
  • 24. NativeDriver Test Support Code Friday, March 23, 12
  • 25. NativeDriver Test Code Friday, March 23, 12
  • 26. Toolchain: The ugly bits • How do I build from the command line? • How do I launch the simulator from the command line? • How do I shut down the simulator cleanly? Friday, March 23, 12
  • 27. Toolchain: The ugly bits • How do I browse native widgets currently onscreen? • How do I browse widgets in a UIWebView? • How do I solve intermittent test failures? • What do I do if NativeDriver doesn’t support an element I need to interact with? Friday, March 23, 12
  • 29. Cultural Differences Football Football Friday, March 23, 12
  • 30. Web Test Automation • Selenium, Watir, Capybara, HTMLUnit, etc. • Test automation is commonplace Friday, March 23, 12
  • 31. iOS Test Automation Real Developers Don’t Write Tests Friday, March 23, 12
  • 32. Challenges: Language Choice Friday, March 23, 12
  • 34. Recommendation: Show Value Early Friday, March 23, 12
  • 35. Recommendation: Surprise and Delight Friday, March 23, 12
  • 38. Recommendation: Smooth Rough Edges Friday, March 23, 12
  • 39. Recommendation: Know Your Limits Friday, March 23, 12
  • 40. The Future of NativeDriver Friday, March 23, 12
  • 42. The Future of Mobile Testing... ...is in your hands! Friday, March 23, 12
  • 43. Thank you! Dante Briones dante@cochiva.com @dantebriones Friday, March 23, 12