Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Evolution of Test Automation
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Dmitry Buzdin
March 03, 2015
Technology
0
98
Evolution of Test Automation
Dmitry Buzdin
March 03, 2015
Tweet
Share
More Decks by Dmitry Buzdin
See All by Dmitry Buzdin
Finding your garbage
buzdin
0
84
Modern Security with OAuth 2.0 and JWT and Spring
buzdin
0
210
Continous Testing at Scale
buzdin
0
87
Java 8 Language Additions
buzdin
1
270
Java EE 7 New Backend Features
buzdin
0
300
Other Decks in Technology
See All in Technology
楽しく学ぼう!ネットワーク入門
shotashiratori
1
120
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
140
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
150
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
210
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
4
320
非情報系研究者へ送る Transformer入門
rishiyama
11
7.4k
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
120
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
190
Scrumは歪む — 組織設計の原理原則
dashi
0
150
親子 or ペアで Mashup for the Future! しゃべって楽しむ 初手AI駆動でものづくり体験
hiroramos4
PRO
0
110
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
Featured
See All Featured
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Exploring anti-patterns in Rails
aemeredith
2
290
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
180
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
Building AI with AI
inesmontani
PRO
1
790
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
WENDY [Excerpt]
tessaabrams
9
36k
Transcript
Evolution of Test Automation Travel through ages by Dmitry Buzdin
About Myself • Software Engineer with 10 years of experience
• Close relations with test automation • Test Automation Framework in Tieto • Test Automation Framework in Ericsson
Evolution of Testing From testers and developers point of view
Dinosaur Age ~1990 - 1999
Waterfall Approach
Typical QA department
State of Testing • Most of the testing is manual
• First custom scripts for automation • Running automated tests manually… • Release cycle 6 months
Very few open source testing tools
GUI Testing • Commercial automation tools • Record and playback
mostly • Testing on Windows 95/98
Custom Scripting Languages • “Even non-programmers understand” • Works only
inside commercial tool
Something Like This http://lolcode.org/ HAI CAN HAS STDIO? PLZ OPEN
FILE "LOLCATS.TXT"? AWSUM THX VISIBLE FILE O NOES VISIBLE "ERROR!" KTHXBYE
Summary • Most of test automations projects fail • Test
automation is not working
Developers and Testing
Iron Age 1999 - 2004
1999 2002 Agile Revolution
Agile Methodologies • Small teams • Cross-functional • Short development
cycles • Release cycle ~ 3 months
Apache JMeter 2001 JUnit.org 2000
State of Testing • Some automation achieved for core test
cases • Mostly commercial tools for testing
Developers and Testing • Developers are writing their first tests
• TDD is invented! • But covers unit testing only • Developers and QA are not sharing tests
Test-Driven Development
Developers and Testing
Middle Ages 2004 - 2008
The Webolution • Everything is a Web app now •
Ajax • Browser wars
New Tools Selenium 2004 First functional open source tools, which
everyone uses FitNesse 2005
Continuous Integration 2007 Multiple integrations per day
Continuous Integration • Continuous Integration becomes popular • Tests are
are executed every night • Release cycle - one sprint
State of Testing • Moderate test automation?
Developers and Testing • Developers learned integration testing • Talking
to QA from time to time • Using mock frameworks
Age of Enlightenment 2008 - 2014
None
Agile is the only option!
GitHub 2008 2008 Open Source Everywhere! Ruby
Mobile Revolution How do you even test this? …
Continuous Delivery
DevOps Tooling
State of Testing • Tests are executed after every commit
• Release cycle - one week or less
Developers and Testing • Everyone writes automated tests • QA
and development working together
Cyberpunk Age 2015 - now
Age of the Cloud
Open Source • Mix and match interoperable tools • New
testing tool every month • Open source Testing middleware
State of Testing • End-to-end delivery pipeline automation • No
time for manual testing • Release cycle - less than one day
Testing Architecture • Testing is behind development for about 5
years • We already experienced this change in Dev • We are working on making Test change happen
Test Automation At Scale Test Management System Test Data System
Test Execution System Test Reporting System Test Environment Manager Testing Cloud Test Scheduling System Requirement Management System Defect Tracking System
Developers and Testers
Summary • Embrace the change • Pushing the limit of
test automation • Testing is more complicated than ever