SlideShare a Scribd company logo
Speed up your Titanium app
development with automated
tests
Home
I’m sorry :)
Speed up your Titanium app development with automated tests - TiConf EU 2014
@emanuele_r
+EmanueleRampichini
https://github.com/lele85
http://www.e-xtrategy.net/category/lab/
http://dev.marche.it/
http://marche.grusp.org/
Meet the lead developer
The big
project
The important
customer
The
“not so friendly”
project manager
We have LITTLE TIME
NO BUDGET left…
We have to act FAST
It works!
Great Job! Now JUST ADD AN AIR
VENT and we are OK… its’ EASY
KABOOM!
Speed up your Titanium app development with automated tests - TiConf EU 2014
“That’s not the way of working
you are looking for”
writing complex software on a
tight schedule to dark side may
take you...
“Testing or No Testing.
There is No Debugging.”
Manual
E2E Testing
Unit Testing
$
time
complexity
Automated
Test what gives you
VALUE
Test only what gives you
Eat your own
Functional test provides a safety net...
… let you sleep well after a workday
Unit tests ensure correctness...
… and let you improve codebase design
describe(“Something”, function(){
it(“should behave in some way”, function(){
var sut = require(“sut”); //Arrange
var success = sut.doSomething(); //Act
expect(result).toBe(true) //Assert
});
});
Unit Testing is simple...
...you just need a good runner
describe("An awesome testing tool", function(){
it("should run on a real device", function(){
});
});
Install:
npm install -g tishadow
Generic app:
tishadow app -d tishadow_app
Appify:
tishadow appify -d tishadow_appify
Start server:
tishadow server
Connect your device(s)
Push your specs to all connected
devices.
tishadow spec
https://github.com/lele85/ticonf-europe-2014
Books
Useful links
TiShadow [http://tishadow.yydigital.com/]
ti-mocha [http://tonylukasavage.com/ti-mocha/]
tio2 [https://github.com/appcelerator/tio2]
Spies [http://tobyho.com/2011/12/15/jasmine-spy-cheatsheet/]
TiCalabash [https://github.com/appersonlabs/TiCalabash]
Thanks to...
...and thank you
for your precious
time :)

More Related Content

What's hot (20)

PDF
Put an end to regression with codeception testing
Joe Ferguson
 
PDF
No more waiting for API - Android Stub Server
Sylwester Madej
 
PDF
Robot Framework Introduction & Sauce Labs Integration
Sauce Labs
 
PDF
Automated UI Testing Frameworks
TestObject - Mobile Testing
 
PDF
[Srijan Wednesday Webinars] Building a High Performance QA Team
Srijan Technologies
 
PDF
Appium: Mobile Automation Made Awesome
Netcetera
 
PDF
Trust Your Pipeline - Automatically Testing and End-to-End Java Application
Elias Nogueira
 
PDF
利用 Appium + Robot Framework 實現跨平台 App 互動測試
Jeremy Kao
 
PPTX
Genymotion with Jenkins
Vishal Nayak
 
PPTX
10x Test Coverage, Less Drama: Shift Left Functional & Performance Testing
Sauce Labs
 
PDF
Testing, CI and CD in the real world
Roc Boronat
 
PPTX
Build Automation in Android
Angelo Rüggeberg
 
ODP
Ci for-android-apps
Anthony Dahanne
 
PPTX
Automation testing on ios platform using appium
Ambreen Khan
 
PDF
Testing with Codeception
Jeremy Coates
 
PDF
Code Coverage for Total Security in Application Migrations
Dana Luther
 
PPTX
Agility Requires Safety
Yevgeniy Brikman
 
PDF
API Testing: The heart of functional testing" with Bj Rollison
TEST Huddle
 
PDF
Continuous Integration for your Android projects
Sergii Zhuk
 
Put an end to regression with codeception testing
Joe Ferguson
 
No more waiting for API - Android Stub Server
Sylwester Madej
 
Robot Framework Introduction & Sauce Labs Integration
Sauce Labs
 
Automated UI Testing Frameworks
TestObject - Mobile Testing
 
[Srijan Wednesday Webinars] Building a High Performance QA Team
Srijan Technologies
 
Appium: Mobile Automation Made Awesome
Netcetera
 
Trust Your Pipeline - Automatically Testing and End-to-End Java Application
Elias Nogueira
 
利用 Appium + Robot Framework 實現跨平台 App 互動測試
Jeremy Kao
 
Genymotion with Jenkins
Vishal Nayak
 
10x Test Coverage, Less Drama: Shift Left Functional & Performance Testing
Sauce Labs
 
Testing, CI and CD in the real world
Roc Boronat
 
Build Automation in Android
Angelo Rüggeberg
 
Ci for-android-apps
Anthony Dahanne
 
Automation testing on ios platform using appium
Ambreen Khan
 
Testing with Codeception
Jeremy Coates
 
Code Coverage for Total Security in Application Migrations
Dana Luther
 
Agility Requires Safety
Yevgeniy Brikman
 
API Testing: The heart of functional testing" with Bj Rollison
TEST Huddle
 
Continuous Integration for your Android projects
Sergii Zhuk
 

Similar to Speed up your Titanium app development with automated tests - TiConf EU 2014 (7)

KEY
Idea to Appstore with Titanium Mobile
Christian Sulllivan
 
PDF
Top Best Practices for Successful Mobile Test Automation
Fred Beringer
 
PDF
Top Practices for Successful Mobile Test Automation
TechWell
 
PDF
Top 14 Automated Mobile App Testing Tools and Frameworks for 2025.pdf
flufftailshop
 
PDF
Augmented Reality with JavaScript and Appcelerator Titanium
Jeff Bonnes
 
PDF
TiConf US 2014
omorandi
 
PDF
Revolutionizing Mobile App Testing with Cutting-Edge Tools
Test Evolve
 
Idea to Appstore with Titanium Mobile
Christian Sulllivan
 
Top Best Practices for Successful Mobile Test Automation
Fred Beringer
 
Top Practices for Successful Mobile Test Automation
TechWell
 
Top 14 Automated Mobile App Testing Tools and Frameworks for 2025.pdf
flufftailshop
 
Augmented Reality with JavaScript and Appcelerator Titanium
Jeff Bonnes
 
TiConf US 2014
omorandi
 
Revolutionizing Mobile App Testing with Cutting-Edge Tools
Test Evolve
 
Ad

More from Emanuele Rampichini (8)

PDF
What is quality? Why should i care?
Emanuele Rampichini
 
PDF
I segreti di una campagna di crowdfunding civico di successo
Emanuele Rampichini
 
PDF
Lavorare con tecnologie "Cool" senza rinunciare all'accessibilità
Emanuele Rampichini
 
PDF
How to push a react js application in production and sleep better
Emanuele Rampichini
 
PDF
Building a Desktop Streaming console with Electron and ReactJS
Emanuele Rampichini
 
PDF
Building a Desktop Streaming console with Node.js and WebKit
Emanuele Rampichini
 
PDF
AngularDevConf - Tools and testing
Emanuele Rampichini
 
PDF
Coderetreat 2013 @cowo42 (Osimo - AN)
Emanuele Rampichini
 
What is quality? Why should i care?
Emanuele Rampichini
 
I segreti di una campagna di crowdfunding civico di successo
Emanuele Rampichini
 
Lavorare con tecnologie "Cool" senza rinunciare all'accessibilità
Emanuele Rampichini
 
How to push a react js application in production and sleep better
Emanuele Rampichini
 
Building a Desktop Streaming console with Electron and ReactJS
Emanuele Rampichini
 
Building a Desktop Streaming console with Node.js and WebKit
Emanuele Rampichini
 
AngularDevConf - Tools and testing
Emanuele Rampichini
 
Coderetreat 2013 @cowo42 (Osimo - AN)
Emanuele Rampichini
 
Ad

Recently uploaded (20)

PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PDF
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
PPTX
Green Building & Energy Conservation ppt
Sagar Sarangi
 
DOC
MRRS Strength and Durability of Concrete
CivilMythili
 
PPTX
Day2 B2 Best.pptx
helenjenefa1
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PPTX
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PPTX
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PPTX
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPT
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
Green Building & Energy Conservation ppt
Sagar Sarangi
 
MRRS Strength and Durability of Concrete
CivilMythili
 
Day2 B2 Best.pptx
helenjenefa1
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
Hashing Introduction , hash functions and techniques
sailajam21
 

Speed up your Titanium app development with automated tests - TiConf EU 2014