SlideShare a Scribd company logo
Lorem Ipsum Dolor 
A Example-Driven 
API Tester Allen Lin! 
2014.9.11
Unit Test on API 
❖ JSON format! 
❖ We use to write NSAssert! 
❖ If the struct of JSON output is complex…! 
❖ Takes time to write! 
❖ Hard to check error
Too Many Asserts!!
Better Unit Test by Example 
❖ What if there’s a example…! 
Server API document 
output example 
❖ The document should have example 
diff 
Unit Test
Demo 
simpleAPITester.py
Demo 
simpleDemo.py
Demo 
TestCaseMain.py
Restrict 
❖ Objects struct in an array must be the same! 
❖ Not exactly matching
Summary 
❖ Pros:! 
❖ Do not need to write NSAssert! 
❖ Easy to change example than NSAssert! 
❖ Cons:! 
❖ Do not print on Jenskins
Another Approach? 
❖ Tree Pattern Matching! 
❖ Recursive vs. Pattern Abstract

More Related Content

PPTX
Sql server baselines
KEY
PDF
Reason React
KEY
CoffeeScript in hootsuite
PPTX
Ansible API
PPT
Next generation frontend tooling
PPSX
Behaviour driven development present
PPTX
JavaScript Build System Battle Royale | PrDC 2017
Sql server baselines
Reason React
CoffeeScript in hootsuite
Ansible API
Next generation frontend tooling
Behaviour driven development present
JavaScript Build System Battle Royale | PrDC 2017

What's hot (12)

PDF
Unit Testing in JavaScript
PDF
Jazoon2013 type script
PDF
J-Spring 2018 - Angular for Java developers
PDF
OpenValue meetup July 2018 - Angular for Java developers
PDF
Code Nomads meetup June 2018 - Angular for Java developers
KEY
Concurrency programming
PDF
PureScript Tutorial 1
PDF
Refactoring Workshop (Rails Pacific 2014)
PDF
Let's Lean and Implement flux
PPTX
Functional Programming in PHP
PDF
Reef: AJAX the way it should be 
PDF
Tweakers Developers Summit 2019 - Angular for backend developers
Unit Testing in JavaScript
Jazoon2013 type script
J-Spring 2018 - Angular for Java developers
OpenValue meetup July 2018 - Angular for Java developers
Code Nomads meetup June 2018 - Angular for Java developers
Concurrency programming
PureScript Tutorial 1
Refactoring Workshop (Rails Pacific 2014)
Let's Lean and Implement flux
Functional Programming in PHP
Reef: AJAX the way it should be 
Tweakers Developers Summit 2019 - Angular for backend developers
Ad

Viewers also liked (20)

PDF
Multiple Connectivity Framework Keynote
PPTX
Mind Map
PDF
Autolayout keynote
PDF
Gcd and concurrency programming
PDF
Core Bluetooth and BLE 101
PPTX
How mobile marketing can bring you more business
PDF
SugarCRM for Mac Users
PDF
Audiência por Day Parts | Crianças e Adolescentes
PDF
Dijital İndeks-2015
PPTX
Distance learning presentation_hite
PDF
Social Media Warren Knight Digital Bootcamp April 2012
DOC
Regulament concurs 2012 jud partenere
PPT
学生に向けてのメッセージ
PPTX
Heros of islam
PDF
2009.10.05 --e marketer---marketing-to-online-video-audience
PPT
Relational data as_xml
PPT
Antalya
PPTX
Turist în orașul meu craiova
ODP
Kleer - Agile Testing - Especificaciones por medio de Ejemplos usando Fitnesse
PPT
Improving the entrepreneurial journey
Multiple Connectivity Framework Keynote
Mind Map
Autolayout keynote
Gcd and concurrency programming
Core Bluetooth and BLE 101
How mobile marketing can bring you more business
SugarCRM for Mac Users
Audiência por Day Parts | Crianças e Adolescentes
Dijital İndeks-2015
Distance learning presentation_hite
Social Media Warren Knight Digital Bootcamp April 2012
Regulament concurs 2012 jud partenere
学生に向けてのメッセージ
Heros of islam
2009.10.05 --e marketer---marketing-to-online-video-audience
Relational data as_xml
Antalya
Turist în orașul meu craiova
Kleer - Agile Testing - Especificaciones por medio de Ejemplos usando Fitnesse
Improving the entrepreneurial journey
Ad

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
KodekX | Application Modernization Development
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Approach and Philosophy of On baking technology
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
Chapter 3 Spatial Domain Image Processing.pdf
Spectroscopy.pptx food analysis technology
KodekX | Application Modernization Development
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
“AI and Expert System Decision Support & Business Intelligence Systems”
MIND Revenue Release Quarter 2 2025 Press Release
Approach and Philosophy of On baking technology
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Unlocking AI with Model Context Protocol (MCP)
sap open course for s4hana steps from ECC to s4
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm

An Example-Driven API Tester