SlideShare a Scribd company logo
Automated Interactive
   Testing for iOS
   Rob Bajorek - Code 42 Software
         rob@code42.com
Topics

• Interactive testing
• The tools
• Demo and walkthrough
Interactive Testing
Unit tests
    - (void)testClearNonPersistentCredentialsDoesNotClearPrivatePasswordPersistent
    {
     [self helper_setTestCredentialsPersistent:YES];
     [self helper_setUpAccountTypePrivatePasswordPersistent:YES];
     CPConfigService *cs = [[CPConfigService alloc] init];
     [cs clearNonPersistentCredentials];
     GHAssertEqualStrings(cs.dataPassword,
                          testDataPassword,
                          @"private password incorrectly cleared (%@)",
                          cs.dataPassword);
}

- (void)testClearNonPersistentCredentialsClearsPrivatePasswordNonPersistent {
    [self helper_setTestCredentialsPersistent:YES];
    [self helper_setUpAccountTypePrivatePasswordPersistent:NO];
    CPConfigService *cs = [[CPConfigService alloc] init];
    [cs clearNonPersistentCredentials];
    GHAssertNil(cs.dataPassword,
                @"private password not cleared (%@)",
                cs.dataPassword);
}
Unit tests can pay for
themselves over time
Unit tests are easy
   to automate
Continuous Integration
What’s missing?
Interactive testing is...

• time-consuming
• boring
• error-prone
Automate your
interactive testing
You still need people
The Tools

• UI Automation
• CoffeeScript
• Accessibility
• Zucchini
UI Automation


• UI Automation Reference Collection
CoffeeScript


• http://coffeescript.org
Accessibility


• Accessibility Programming Guide for iOS
Zucchini


• http://www.zucchiniframework.org
Natural language
                script
Then on the "Browse" screen:

	

   Download file "Minneapolis.jpg"

	

   Tap cell "Minneapolis.jpg" in the table

Then on the "Viewer" screen:

	

   Verify navigation bar title is "Minneapolis.jpg"

	

   Tap "Back"

Then on the "Browse" screen:

	

   Tap "Home"

Then on the "Home" screen:

	

   Tap "Sign Out"
Demo

• Brief install advice
• Project setup
• Example “smoke test”
• Walkthrough
Prerequisites

• See instructions at www.zucchiniframework.org
• Homebrew / MacPorts
• ImageMagick
• CoffeeScript
Installing Zucchini


• https://github.com/playup/zucchini
• https://github.com/rajbeniwal/zucchini-demo
Demo and Walkthrough
Conclusion

• Start at www.zucchiniframework.org
• Use the UI Automation Reference for help
• Get to know UIAElement
• ‘Show all elements’: -> view.logElementTree()
Thank you!

More Related Content

PDF
Javascript Test Automation Workshop (21.08.2014)
PDF
You do not need automation engineer - Sqa Days - 2015 - EN
PPTX
Protractor Tutorial Quality in Agile 2015
PPTX
Browser Automated Testing Frameworks - Nightwatch.js
PDF
Night Watch with QA
PDF
Node.js Development Workflow Automation with Grunt.js
PDF
Jest: Frontend Testing leicht gemacht @EnterJS2018
PDF
Testing Django Applications
Javascript Test Automation Workshop (21.08.2014)
You do not need automation engineer - Sqa Days - 2015 - EN
Protractor Tutorial Quality in Agile 2015
Browser Automated Testing Frameworks - Nightwatch.js
Night Watch with QA
Node.js Development Workflow Automation with Grunt.js
Jest: Frontend Testing leicht gemacht @EnterJS2018
Testing Django Applications

What's hot (20)

PPTX
Nightwatch JS for End to End Tests
PDF
Trying Continuous Delivery - pyconjp 2012
PDF
Test Failed, Then...
PDF
Test your modules
PDF
20160905 - BrisJS - nightwatch testing
PDF
Nightwatch at Tilt
PDF
Advanced Javascript Unit Testing
PDF
My Test Automation Journey
PPT
Gems Of Selenium
PDF
Behave manners for ui testing pycon2019
PDF
Das Frontend richtig Testen – mit Jest @Developer Week 2018
PDF
Jest: Frontend Testing richtig gemacht @WebworkerNRW
PDF
Writing Software not Code with Cucumber
PDF
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
PPT
JavaScript Unit Testing
PDF
Front-end Automated Testing
PDF
Сергей Больщиков "Protractor Tips & Tricks"
PPTX
Test-Driven JavaScript Development (JavaZone 2010)
PDF
Making the most of your Test Suite
PDF
Алексей Ященко и Ярослав Волощук "False simplicity of front-end applications"
Nightwatch JS for End to End Tests
Trying Continuous Delivery - pyconjp 2012
Test Failed, Then...
Test your modules
20160905 - BrisJS - nightwatch testing
Nightwatch at Tilt
Advanced Javascript Unit Testing
My Test Automation Journey
Gems Of Selenium
Behave manners for ui testing pycon2019
Das Frontend richtig Testen – mit Jest @Developer Week 2018
Jest: Frontend Testing richtig gemacht @WebworkerNRW
Writing Software not Code with Cucumber
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
JavaScript Unit Testing
Front-end Automated Testing
Сергей Больщиков "Protractor Tips & Tricks"
Test-Driven JavaScript Development (JavaZone 2010)
Making the most of your Test Suite
Алексей Ященко и Ярослав Волощук "False simplicity of front-end applications"
Ad

Viewers also liked (8)

PPTX
Unity-Beyond Games! - Josh Ruis
PDF
The Blossoming Internet of Things Zach Supalla-Spark
PDF
Olson mobile march presentation 2012 03-16
PDF
Continuous Integration for iOS Developer
PDF
Mobile march2012 android101-pt2
PDF
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
PPT
Guy Thier Keynote Presentation
PDF
Developing Custom iOs Applications for Enterprise
Unity-Beyond Games! - Josh Ruis
The Blossoming Internet of Things Zach Supalla-Spark
Olson mobile march presentation 2012 03-16
Continuous Integration for iOS Developer
Mobile march2012 android101-pt2
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Guy Thier Keynote Presentation
Developing Custom iOs Applications for Enterprise
Ad

Similar to Automated interactive testing for i os (20)

PPTX
Testing Ext JS and Sencha Touch
PPTX
Testing ASP.NET - Progressive.NET
PDF
CBDW2014 - MockBox, get ready to mock your socks off!
PDF
How EVERFI Moved from No Automation to Continuous Test Generation in 9 Months
PPTX
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
PDF
Intro to Selenium UI Tests with pytest & some useful pytest plugins
PDF
UI Testing Automation
PDF
Никита Галкин "Testing in Frontend World"
PDF
Just Mock It - Mocks and Stubs
PDF
Testing mit Codeception: Full-stack testing PHP framework
PPTX
Qt test framework
 
PDF
Testing for Pragmatic People
PPTX
Java script unit testing
PDF
TDD super mondays-june-2014
PDF
Test Driven Development with JavaFX
PDF
Testing in FrontEnd World by Nikita Galkin
PDF
Leveling Up With Unit Testing - php[tek] 2023
PDF
Easy automation.py
PPT
Pragmatic Parallels: Java and JavaScript
KEY
Django’s nasal passage
Testing Ext JS and Sencha Touch
Testing ASP.NET - Progressive.NET
CBDW2014 - MockBox, get ready to mock your socks off!
How EVERFI Moved from No Automation to Continuous Test Generation in 9 Months
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
Intro to Selenium UI Tests with pytest & some useful pytest plugins
UI Testing Automation
Никита Галкин "Testing in Frontend World"
Just Mock It - Mocks and Stubs
Testing mit Codeception: Full-stack testing PHP framework
Qt test framework
 
Testing for Pragmatic People
Java script unit testing
TDD super mondays-june-2014
Test Driven Development with JavaFX
Testing in FrontEnd World by Nikita Galkin
Leveling Up With Unit Testing - php[tek] 2023
Easy automation.py
Pragmatic Parallels: Java and JavaScript
Django’s nasal passage

More from Mobile March (20)

PDF
You Can’t Ignore the Tablet-Designing & Developing Universal Apps for Phones ...
PDF
Building Wearables-Kristina Durivage
PDF
LiveCode Cross-Platform Development-Joel Gerdeen
PDF
The Mobile Evolution‚ Systems vs. Apps - Matthew David
PPT
IP for Mobile Startups -Ernest Grumbles
PDF
Using Chipmunk Physics to create a iOS Game - Scott Lembcke
PDF
Using Mobile to Achieve Truly Integrated Marketing - Curt Prins
PPTX
Introduction to Core Data - Jason Shapiro
PPT
Product Management for Your App
PDF
Robotium Tutorial
PDF
Dueling Banjos: Inter-app Communication
PPTX
Mobile March Olson presentation 2012
PDF
Bannin mobile march_2012_public
PDF
Beginningi os part1-bobmccune
PDF
Mobile march2012 android101-pt1
PPT
Android ui patterns
PDF
Beginning i os part 2 sam kirchmeier
PDF
Beatles&webdesign
PDF
Mobile marketing meltdown
KEY
Windows phone 7
You Can’t Ignore the Tablet-Designing & Developing Universal Apps for Phones ...
Building Wearables-Kristina Durivage
LiveCode Cross-Platform Development-Joel Gerdeen
The Mobile Evolution‚ Systems vs. Apps - Matthew David
IP for Mobile Startups -Ernest Grumbles
Using Chipmunk Physics to create a iOS Game - Scott Lembcke
Using Mobile to Achieve Truly Integrated Marketing - Curt Prins
Introduction to Core Data - Jason Shapiro
Product Management for Your App
Robotium Tutorial
Dueling Banjos: Inter-app Communication
Mobile March Olson presentation 2012
Bannin mobile march_2012_public
Beginningi os part1-bobmccune
Mobile march2012 android101-pt1
Android ui patterns
Beginning i os part 2 sam kirchmeier
Beatles&webdesign
Mobile marketing meltdown
Windows phone 7

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Electronic commerce courselecture one. Pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
cuic standard and advanced reporting.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPT
Teaching material agriculture food technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
Spectroscopy.pptx food analysis technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
Advanced methodologies resolving dimensionality complications for autism neur...
Unlocking AI with Model Context Protocol (MCP)
Dropbox Q2 2025 Financial Results & Investor Presentation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Encapsulation_ Review paper, used for researhc scholars
Electronic commerce courselecture one. Pdf
Chapter 3 Spatial Domain Image Processing.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
cuic standard and advanced reporting.pdf
Approach and Philosophy of On baking technology
20250228 LYD VKU AI Blended-Learning.pptx
Spectral efficient network and resource selection model in 5G networks
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Spectroscopy.pptx food analysis technology
The Rise and Fall of 3GPP – Time for a Sabbatical?

Automated interactive testing for i os