SlideShare a Scribd company logo
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Android Testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
สมเกียรติ ปุ๋ยสูงเนิน
somkiat.cc
สยาม๡ํานาญกิจ
@somkiat
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Fragmentation
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
# of device
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Fast release !!
http://www.inc.com/guides/201104/how-to-keep-up-with-a-fast-growing-company.html
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Better code !!
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Easy code !!
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
High quality !!
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Mobile Developer ?
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Testing ?
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
http://www.quickmeme.com/
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Mobile Testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
“Never test the depth of the water
with both feet“
- unknown -
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Mobile Testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Mobile Testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Android Testing
Unit test
Espresso
Android unit test
Monkey runner
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Android Testing
Unit test
Espresso
Android unit test
Monkey runner
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Demo Time
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Grade Calculator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Unit Test
Unit test
Espresso
Android unit test
Monkey runner
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
“Android Studio 1.2+
สนุบสนับ Unit test แล้วนะ“
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
สร้าง Unit test อย่างไร ?
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
src/test/java
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
เพิ่ม JUnit Library ใน build.gradle
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
มาเขียน Unit test กันเถอะ !!
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
เข้าใจ requirement ก่อน
• คะแนนมากกว่าเท่ากับ 80 ได้เกรด A
• คะแนนมากกว่าเท่ากับ 70 ได้เกรด B
• คะแนนมากกว่าเท่ากับ 60 ได้เกรด C
• คะแนนมากกว่าเท่ากับ 50 ได้เกรด D
• คะแนนต่ํากว่า 50 ได้เกรด F
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
เริ่มต้นด้วย Example
Input Expected Result
80 A
70 B
60 C
50 D
40 F
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
เริ่มเขียน Unit test กัน
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Report
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Espresso
Unit test
Espresso
Android unit test
Monkey runner
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
https://code.google.com/p/android-test-kit
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Espresso ?
• A funny little Android UI test APIs
• Created by Google
• Easy APIs
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Why Espresso ?
“Developer Developer Developer”
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Why Espresso ?
• Developer need …
• easy
• reliable
• durable
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Why Espresso ?
• On all API Levels
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Easy :: API for testing
What would a device user do ?
• Find a view
• Do something with it
• Check some state
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Find view & Do
onView(withId(R.id.calculate_button))

.perform(click());
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Check something
onView(withText(“Your grade is A"))

.check(matches(isDisplayed()));
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
แล้วนํามาใ๡้งานอย่างไร ?
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Install Android suport repository
Tools -> Android -> SDK Manager
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Config app/build.gradle
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Config app/build.gradle
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Create first test !!
Default in src/androidTest/java/<your package>
• GradeConvertorEspressoTest.java
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Change build variant
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 1 :: unit runner
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 2 :: add rule
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 3 :: create test case
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
How to run test ?
Run -> Edit configuration -> Add android tests
Runner = android.support.test.runner.AndroidJUnitRunner
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
How to run test ?
On command line or terminal
$./gradlew connectedAndroidTest
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Paramterization
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 1 :: Parameterised runner
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 2 :: add rule
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 3 :: setup data
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 4 :: create constrictor
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Step 5 :: create test case
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Report
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Android Testing
Unit test
Espresso
Android unit test
Monkey runner
UI Automator
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Monkey Testing ?
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Monkey Testing ?
• Monkey button push testing
• Smart monkey testing
• Brilliant monkey testing
• Dumb monkey testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Monkey for Android
• Command line tool
• Random events
http://developer.android.com/tools/help/monkey.html
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
How to use ?
$adb shell monkey -p <your package> -v <# of events>
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
For my app
adb shell monkey -p workshop.gdg2015 -v 2000
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
“อยากเห็น developer ไทย
เขียน test ได้“
- พี่ตูนไม่ได้กล่าว -
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Useful resource
https://github.com/googlesamples/android-testing
SPRINT3R
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Android Testing

More Related Content

PDF
Something About jUnit
Somkiat Puisungnoen
 
PDF
Automated testing for Android application
Somkiat Puisungnoen
 
PDF
If-If-If-If
Somkiat Puisungnoen
 
PDF
Meetup :: crisis programmer in Thailand
Somkiat Puisungnoen
 
PDF
Docker 101 in developer view
Somkiat Puisungnoen
 
PDF
SPRINT3R :: blogging with happiness
Somkiat Puisungnoen
 
PDF
Php meetup continuous delivery with PHP
Somkiat Puisungnoen
 
PDF
Introduction to elasticsearch fast lane
Somkiat Puisungnoen
 
Something About jUnit
Somkiat Puisungnoen
 
Automated testing for Android application
Somkiat Puisungnoen
 
If-If-If-If
Somkiat Puisungnoen
 
Meetup :: crisis programmer in Thailand
Somkiat Puisungnoen
 
Docker 101 in developer view
Somkiat Puisungnoen
 
SPRINT3R :: blogging with happiness
Somkiat Puisungnoen
 
Php meetup continuous delivery with PHP
Somkiat Puisungnoen
 
Introduction to elasticsearch fast lane
Somkiat Puisungnoen
 

Viewers also liked (20)

PDF
Unit testing and Android
Tomáš Kypta
 
PPT
Android & iPhone App Testing
SWAAM Tech
 
PDF
Testing With Open Source
Matthias Käppler
 
PDF
How ANDROID TESTING changed how we think about Death - Second Edition
penanochizzo
 
PDF
Mobile Performance Testing - Best Practices
Eran Kinsbrunner
 
KEY
Introduction to android testing
Diego Torres Milano
 
PPTX
Android testing
JinaTm
 
PDF
How To Improve Your Product Testing Program
The DRG (The Dieringer Research Group)
 
PPTX
Product Testing and Refinement
Chris Cera
 
PDF
Product testing methodology & how to conduct a product test
VINAMR - Vietnam Marketing Research & Consultants
 
PDF
A guide to Android automated testing
jotaemepereira
 
PDF
JUnit PowerUp
James McGivern
 
PPTX
JUnit Sample
Guilherme Alberto de Moraes
 
PDF
Testing Android Security
Jose Manuel Ortega Candel
 
PPT
Junit
Vivek Kulkarni
 
PPSX
Product Testing: Methodological Issues & Design Considerations
T.S. Lim
 
PDF
Test driven development - JUnit basics and best practices
Narendra Pathai
 
PPT
Test Driven Development and JUnit
Somenath Mukhopadhyay
 
PPTX
Testing for Android: When, Where, and How to Successfully Use Test Automation
Trent Peterson
 
PDF
Introduction to android testing - oscon 2012
OSCON Byrum
 
Unit testing and Android
Tomáš Kypta
 
Android & iPhone App Testing
SWAAM Tech
 
Testing With Open Source
Matthias Käppler
 
How ANDROID TESTING changed how we think about Death - Second Edition
penanochizzo
 
Mobile Performance Testing - Best Practices
Eran Kinsbrunner
 
Introduction to android testing
Diego Torres Milano
 
Android testing
JinaTm
 
How To Improve Your Product Testing Program
The DRG (The Dieringer Research Group)
 
Product Testing and Refinement
Chris Cera
 
Product testing methodology & how to conduct a product test
VINAMR - Vietnam Marketing Research & Consultants
 
A guide to Android automated testing
jotaemepereira
 
JUnit PowerUp
James McGivern
 
Testing Android Security
Jose Manuel Ortega Candel
 
Product Testing: Methodological Issues & Design Considerations
T.S. Lim
 
Test driven development - JUnit basics and best practices
Narendra Pathai
 
Test Driven Development and JUnit
Somenath Mukhopadhyay
 
Testing for Android: When, Where, and How to Successfully Use Test Automation
Trent Peterson
 
Introduction to android testing - oscon 2012
OSCON Byrum
 
Ad

Similar to Android Unit Tesing at I/O rewind 2015 (20)

PDF
Sprint3r tpse2014-atdd-with-robot-framework
Thawatchai Jong
 
PDF
TPSE2014 :: Test Driven Development
Somkiat Puisungnoen
 
PDF
Introduction to Elasticsearch
Somkiat Puisungnoen
 
PPTX
ARO For Developers
Doug Sillars
 
PDF
DriveBuild: Automation of Tests in the Field of Autonomous Cars
University of Passau
 
PDF
IRJET- Quality Inspection of Tire using Deep Learning based Computer Vision
IRJET Journal
 
PDF
Visual Validation - The Missing Tip of the Automation Pyramid
Anand Bagmar
 
PDF
[MBF2] Webinar API Orange Partner #2
BeMyApp
 
PDF
[AWS Start-up ゼミ / DevDay 編] よくある課題を一気に解説! 御社の技術レベルがアップする 2018 秋期講習
Amazon Web Services Japan
 
PDF
To Deploy or Not-To-Deploy - decide using TTA's Trend & Failure Analysis
Anand Bagmar
 
PDF
Amir sadoughi developing large-scale machine learning algorithms on amazon ...
MLconf
 
PDF
Introduction to Amazon Go and Amazon Go Tour by Humphrey Chan
Sameer Kenkare
 
PPT
Value Adding Activities - Lean Concepts
Carlos DaSilva
 
PPTX
Meetup Niort Data - AWS Intelligence Artificielle
Olivier Cahagne
 
PPTX
Open Testing Slides - Andrew Knight
QA or the Highway
 
PPTX
Redefining Test Automation from StaffsTester
Richard Bradshaw
 
PDF
Developing an Ember Test Strategy - EmberConf 2019
Todd Jordan
 
PDF
IRJET- Improvising Reliability of Autonomous Car using Risk Detection
IRJET Journal
 
PDF
MLops workshop AWS
Gili Nachum
 
PPTX
Intro to SageMaker
Soji Adeshina
 
Sprint3r tpse2014-atdd-with-robot-framework
Thawatchai Jong
 
TPSE2014 :: Test Driven Development
Somkiat Puisungnoen
 
Introduction to Elasticsearch
Somkiat Puisungnoen
 
ARO For Developers
Doug Sillars
 
DriveBuild: Automation of Tests in the Field of Autonomous Cars
University of Passau
 
IRJET- Quality Inspection of Tire using Deep Learning based Computer Vision
IRJET Journal
 
Visual Validation - The Missing Tip of the Automation Pyramid
Anand Bagmar
 
[MBF2] Webinar API Orange Partner #2
BeMyApp
 
[AWS Start-up ゼミ / DevDay 編] よくある課題を一気に解説! 御社の技術レベルがアップする 2018 秋期講習
Amazon Web Services Japan
 
To Deploy or Not-To-Deploy - decide using TTA's Trend & Failure Analysis
Anand Bagmar
 
Amir sadoughi developing large-scale machine learning algorithms on amazon ...
MLconf
 
Introduction to Amazon Go and Amazon Go Tour by Humphrey Chan
Sameer Kenkare
 
Value Adding Activities - Lean Concepts
Carlos DaSilva
 
Meetup Niort Data - AWS Intelligence Artificielle
Olivier Cahagne
 
Open Testing Slides - Andrew Knight
QA or the Highway
 
Redefining Test Automation from StaffsTester
Richard Bradshaw
 
Developing an Ember Test Strategy - EmberConf 2019
Todd Jordan
 
IRJET- Improvising Reliability of Autonomous Car using Risk Detection
IRJET Journal
 
MLops workshop AWS
Gili Nachum
 
Intro to SageMaker
Soji Adeshina
 
Ad

More from Somkiat Puisungnoen (20)

PDF
Next of Java 2022
Somkiat Puisungnoen
 
PDF
Sck spring-reactive
Somkiat Puisungnoen
 
PDF
Part 2 :: Spring Boot testing
Somkiat Puisungnoen
 
PDF
vTalk#1 Microservices with Spring Boot
Somkiat Puisungnoen
 
PDF
Lesson learned from React native and Flutter
Somkiat Puisungnoen
 
PDF
Angular :: basic tuning performance
Somkiat Puisungnoen
 
PDF
Shared code between projects
Somkiat Puisungnoen
 
PDF
Distributed Tracing
Somkiat Puisungnoen
 
PDF
Manage data of service
Somkiat Puisungnoen
 
PDF
RobotFramework Meetup at Thailand #2
Somkiat Puisungnoen
 
PDF
Visual testing
Somkiat Puisungnoen
 
PDF
Cloud Native App
Somkiat Puisungnoen
 
PDF
Wordpress for Newbie
Somkiat Puisungnoen
 
PDF
Sck Agile in Real World
Somkiat Puisungnoen
 
PDF
Clean you code
Somkiat Puisungnoen
 
PDF
SCK Firestore at CNX
Somkiat Puisungnoen
 
PDF
Unhappiness Developer
Somkiat Puisungnoen
 
PDF
The Beauty of BAD code
Somkiat Puisungnoen
 
PDF
React in the right way
Somkiat Puisungnoen
 
Next of Java 2022
Somkiat Puisungnoen
 
Sck spring-reactive
Somkiat Puisungnoen
 
Part 2 :: Spring Boot testing
Somkiat Puisungnoen
 
vTalk#1 Microservices with Spring Boot
Somkiat Puisungnoen
 
Lesson learned from React native and Flutter
Somkiat Puisungnoen
 
Angular :: basic tuning performance
Somkiat Puisungnoen
 
Shared code between projects
Somkiat Puisungnoen
 
Distributed Tracing
Somkiat Puisungnoen
 
Manage data of service
Somkiat Puisungnoen
 
RobotFramework Meetup at Thailand #2
Somkiat Puisungnoen
 
Visual testing
Somkiat Puisungnoen
 
Cloud Native App
Somkiat Puisungnoen
 
Wordpress for Newbie
Somkiat Puisungnoen
 
Sck Agile in Real World
Somkiat Puisungnoen
 
Clean you code
Somkiat Puisungnoen
 
SCK Firestore at CNX
Somkiat Puisungnoen
 
Unhappiness Developer
Somkiat Puisungnoen
 
The Beauty of BAD code
Somkiat Puisungnoen
 
React in the right way
Somkiat Puisungnoen
 

Recently uploaded (20)

PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Doc9.....................................
SofiaCollazos
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Doc9.....................................
SofiaCollazos
 

Android Unit Tesing at I/O rewind 2015