SlideShare a Scribd company logo
Unit Tests Your
Views
Jorge D. Ortiz-Fuentes
@jdortiz
A Canonical
Examples
production
@jdortiz
@jdortiz
Agenda
★ Overview
★ Implementation details
★ I write tests
★ We write tests
Architecture
MVVM
MVVM
View
Model
ModelView
Events & Info Operations
Changes Changes
Architecture Components
View
Model
Room
Activity +
Fragments
Events & Info Operations
LiveData LiveData
Unit Testing
Testing Pyramid
Acceptance test
Integration tests
Unit tests
We are here
Unit Testing: Model
View
Model
Room
Activity +
Fragments
Events & Info Operations
LiveData LiveData
@jdortiz
Testing the Model
★ Use the defined operations -> Assertion on
results
★ Connect observe changes
★ Don’t test generated code!
Unit Testing: ViewModel
View
Model
Room
Activity +
Fragments
Events & Info Operations
LiveData LiveData
@jdortiz
Testing the ViewModel
★ Use mock as model
★ Input
‱ Invoke methods of the view model (used to
communicate events)
‱ Notify of changes in the model
★ Output: Check if
✩ The state of the view model is the expected one
✩ It invokes expected operations in the model
Unit Testing: View
View
Model
Room
Activity +
Fragments
Events & Info Operations
LiveData LiveData
@jdortiz
Testing the View
★ Inputs
‱ Changes in the properties of the view model
‱ User interacting with the views
★ Outputs
‱ The view changes as expected
‱ It tells the viewModel about the corresponding
events
Implementation
Details
@jdortiz
Dependency Injection
★ Koin
★ Very simple to use
★ For testing:
‱ Provide module with mocks
‱ override = true
‱ Use AutoCloseKoinTest
@jdortiz
Interacting with the
Views
★ Robolectric (4.0)
‱ Runner: (AndroidJUnit4:
androidx.test.ext:junit)
‱ Java 9 for testing Android Q
‱ Use Config sdk for Java 8
‱ Espresso actions and matchers
‱ Runs on JVM
Remember mockito-
kotlin configuration
Let’s write some
tests!
http://bit.ly/
droidconuk19
Thank
you!
@jdortiz
Enjoyed?
Please share it!
https://www.linkedin.com/in/jorgeortiz/
https://twitter.com/jdortiz
@jdortiz
#AdvArchMobile

More Related Content

PPTX
[Scrum Breakfast DN] Is it possible to make 100% Unit Test coverage for your ...
PPTX
Testing your code
PPT
Intro to junit
PDF
Angular Testing
PPTX
Unit testing js
PPTX
MyPresentation2
PPTX
Angular Unit Testing
PDF
Test your code
[Scrum Breakfast DN] Is it possible to make 100% Unit Test coverage for your ...
Testing your code
Intro to junit
Angular Testing
Unit testing js
MyPresentation2
Angular Unit Testing
Test your code

What's hot (15)

PDF
Javascript tdd byandreapaciolla
PPTX
Unit testing on mobile apps
PPTX
Automated testing of ASP .Net Core applications
 
DOC
Testing doc
PDF
Testing in FrontEnd World by Nikita Galkin
DOC
Path testing
PPTX
Automate test, tools, advantages, and disadvantages
PPTX
Testing - Is This Even a Thing?
PPTX
xUnit test patterns 1
PDF
Testability
PDF
Maintaining Your Tests At Scale
PPTX
Why reactive:reactive programming spring 5
PDF
Branching by abstraction
PDF
[FullStack NYC 2019] Effective Unit Tests for JavaScript
PPTX
JavaScript Metaprogramming with ES 2015 Proxy
Javascript tdd byandreapaciolla
Unit testing on mobile apps
Automated testing of ASP .Net Core applications
 
Testing doc
Testing in FrontEnd World by Nikita Galkin
Path testing
Automate test, tools, advantages, and disadvantages
Testing - Is This Even a Thing?
xUnit test patterns 1
Testability
Maintaining Your Tests At Scale
Why reactive:reactive programming spring 5
Branching by abstraction
[FullStack NYC 2019] Effective Unit Tests for JavaScript
JavaScript Metaprogramming with ES 2015 Proxy
Ad

Similar to Unit Test your Views (20)

PPTX
Hanselman lipton asp_connections_ams304_mvc
PDF
Testing Tools Online Training.pdf
PDF
Unit Tesing in iOS
PPTX
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
PPTX
Ultra Light and Maintainable Rails Wizards at RailsConf 2014
PPTX
Test Design for Fully Automated Build Architectures
PPT
Test automation lessons from WebSphere Application Server
PDF
QA Strategies for Testing Legacy Web Apps
PDF
Infinum Android Talks #13 - Developing Android Apps Like Navy Seals by Ivan KuĆĄt
PDF
Refactor your way forward
PDF
Scaling Ride-Hailing with Machine Learning on MLflow
PPTX
Advanced Coded UI Testing
PDF
Automated Testing of Web Applications
PDF
Creating Automated Tests with AI - Cory House - Applitools.pdf
PDF
Neoload
PDF
Debugging Integration Flows
 
PPTX
Andreas Grabner - Performance as Code, Let's Make It a Standard
PDF
Test Driven Development with JavaFX
PPT
1.microsoft visual studio 2010 test manager
PDF
Unit testing legacy code
Hanselman lipton asp_connections_ams304_mvc
Testing Tools Online Training.pdf
Unit Tesing in iOS
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
Ultra Light and Maintainable Rails Wizards at RailsConf 2014
Test Design for Fully Automated Build Architectures
Test automation lessons from WebSphere Application Server
QA Strategies for Testing Legacy Web Apps
Infinum Android Talks #13 - Developing Android Apps Like Navy Seals by Ivan KuĆĄt
Refactor your way forward
Scaling Ride-Hailing with Machine Learning on MLflow
Advanced Coded UI Testing
Automated Testing of Web Applications
Creating Automated Tests with AI - Cory House - Applitools.pdf
Neoload
Debugging Integration Flows
 
Andreas Grabner - Performance as Code, Let's Make It a Standard
Test Driven Development with JavaFX
1.microsoft visual studio 2010 test manager
Unit testing legacy code
Ad

More from Jorge Ortiz (20)

PDF
Tell Me Quando - Implementing Feature Flags
PDF
Control your Voice like a Bene Gesserit
PDF
Kata gilded rose en Golang
PDF
CYA: Cover Your App
PDF
201710 Fly Me to the View - iOS Conf SG
PDF
Home Improvement: Architecture & Kotlin
PDF
Architectural superpowers
PDF
Architecting Alive Apps
PDF
iOS advanced architecture workshop 3h edition
PDF
Android clean architecture workshop 3h edition
PDF
To Protect & To Serve
PDF
Clean architecture workshop
PDF
Escape from Mars
PDF
Why the Dark Side should use Swift and a SOLID Architecture
PDF
Dependence day insurgence
PDF
Architectural superpowers
PDF
TDD for the masses
PDF
7 Stages of Unit Testing in iOS
PDF
Building for perfection
PDF
TDD by Controlling Dependencies
Tell Me Quando - Implementing Feature Flags
Control your Voice like a Bene Gesserit
Kata gilded rose en Golang
CYA: Cover Your App
201710 Fly Me to the View - iOS Conf SG
Home Improvement: Architecture & Kotlin
Architectural superpowers
Architecting Alive Apps
iOS advanced architecture workshop 3h edition
Android clean architecture workshop 3h edition
To Protect & To Serve
Clean architecture workshop
Escape from Mars
Why the Dark Side should use Swift and a SOLID Architecture
Dependence day insurgence
Architectural superpowers
TDD for the masses
7 Stages of Unit Testing in iOS
Building for perfection
TDD by Controlling Dependencies

Recently uploaded (20)

PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Introduction to Artificial Intelligence
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
history of c programming in notes for students .pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Understanding Forklifts - TECH EHS Solution
Design an Analysis of Algorithms II-SECS-1021-03
Designing Intelligence for the Shop Floor.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
L1 - Introduction to python Backend.pptx
Introduction to Artificial Intelligence
Design an Analysis of Algorithms I-SECS-1021-03
Why Generative AI is the Future of Content, Code & Creativity?
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
history of c programming in notes for students .pptx
Softaken Excel to vCard Converter Software.pdf
Reimagine Home Health with the Power of Agentic AI​
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
wealthsignaloriginal-com-DS-text-... (1).pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Wondershare Filmora 15 Crack With Activation Key [2025

Unit Test your Views