Automation is Easy
or easy automation coverage of your web
pages in Python
1
Preface…
by Iakiv Kramarenko
Automation is Easy! (python version)
Testing
=
Assessing Quality
Automation
=
Automating manual routine work
Effective Testing
*=
Testing with automated routine
work
QA
=
Assistance in assuring Quality
QA applied to Testing
=
Making Testing Effective
=>
using Automation :) where appropriate
But it’s hard, no?
Coding Session
sources
Summary
Coverage Styles
End to End style
+ more coverage in
less time with less
efforts during
implementation
+ integration coverage
Unit/One-feature-per-test
style
+ in case of bugs, gives
more complete report
+ easier to identify reason
from the report =>
+ less time and efforts in
support
How many => => Only:
+ functional
high priority
use cases
Avoid =>
=> No
- style checks
- low priority test cases
(that user will not do
on regular basis)
- additional requirements,
like “different kind of names
for entities”
<=
Implementing Automation
• Project in progress, no Automation?
1. start with End To End style smoke integration
tests
2. review and test plan
3. cover with “One feature”/“Unit” style
independent tests
Implementing Automation
• Project just started OR ready features are
automated?
1. Test plan new features
2. Cover with “One feature”/“Unit” style
independent tests
3. Add End to End integration smoke tests
Wasn’t it Easy? :)
How to start?
• Choose language
• Learn language (books, interactive tutorials,
koans, etc.)
• Choose Easy Tools
• Find a mentor (friend, dev on your project, etc…)
• Go :)
Choose language?
• Have project?
• choose language of project’s developers
• Have no project but want to find work fast?
• choose one of the most popular language
• Have no project but want to code in your style, and it
does not matter how long will you seek for the job?
• choose language that fits you
Learn language?
Google :p
koans + docs.seleniumhq.org + google.com
=
“You can do this in any language.”
Easy Tools?
• Just a few examples…
• Java: Selenide
• Ruby: Capybara + SitePrism
• Python: … (write you own or wait for stable
version of Selene;)
No Tool for your language?
• Have project?
• ask project’s developers to write it for you
• Have no project and lack of knowledge?
• switch to language that has easy tools :)
• Brave?
• implement it by your own (see next lesson ;)
Can I start with no manual
experience?
Automation is just a tool, which can be pretty easy, as you saw:),
so:
• IF
• you are smart and brave
• have guys who will help you
• know where to find “easy automation tricks&tools”
• THEN
• why not? :)
Just Remember…
• Automation is NOT a separate Role
• Automation IS A TOOL for Test Engineer to do his
work effectively
Q&A
ask more in this russian chat
yashaka@gmail.com
skype: yashaolin
twitter: @yashaka
http://github.com/yashaka/
www.itlabs.net.ua
contact@itlabs.net.ua
+38 (073) 467-61-12
Thank you!

More Related Content

PPTX
Python in Test automation
PDF
DaKiRY_BAQ2016_QADay_Яків Крамаренко "Автоматизація - це просто! (C#)"
PPTX
Increase selenium tests stability via java script
PDF
Making cross browser tests beautiful
PDF
Ruin your life using robot framework
PDF
Automated testing
PDF
How to Use Selenium, Successfully
PDF
Robot Framework with actual robot
Python in Test automation
DaKiRY_BAQ2016_QADay_Яків Крамаренко "Автоматизація - це просто! (C#)"
Increase selenium tests stability via java script
Making cross browser tests beautiful
Ruin your life using robot framework
Automated testing
How to Use Selenium, Successfully
Robot Framework with actual robot

What's hot (20)

PDF
Mastering Test Automation: How to Use Selenium Successfully
PDF
Introduction to Robot Framework
PPTX
Robot framework Gowthami Goli
PDF
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
PDF
Codeception
PDF
AngularJS and Protractor
PPTX
Better Page Object Handling with Loadable Component Pattern
PPTX
Cypress workshop for JSFoo 2019
PDF
TestWorks Conf Robot framework - the unsung hero of test automation - Michael...
PPTX
Angular Unit Testing
PDF
Robot Framework Introduction & Sauce Labs Integration
PDF
Rspec and Capybara Intro Tutorial at RailsConf 2013
PPTX
Ui Testing with Ghost Inspector
PPT
Robot Framework for beginners and what is new at 2019
PDF
Robot Framework Dos And Don'ts
PDF
Introducing Ghost Inspector
PPTX
AQA TALKS 4 - AUTOMATION TEST REPORTER
PDF
Robot framework - Lord of the Rings
PDF
Unit-testing and E2E testing in JS
PDF
Cucumber ppt
Mastering Test Automation: How to Use Selenium Successfully
Introduction to Robot Framework
Robot framework Gowthami Goli
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Codeception
AngularJS and Protractor
Better Page Object Handling with Loadable Component Pattern
Cypress workshop for JSFoo 2019
TestWorks Conf Robot framework - the unsung hero of test automation - Michael...
Angular Unit Testing
Robot Framework Introduction & Sauce Labs Integration
Rspec and Capybara Intro Tutorial at RailsConf 2013
Ui Testing with Ghost Inspector
Robot Framework for beginners and what is new at 2019
Robot Framework Dos And Don'ts
Introducing Ghost Inspector
AQA TALKS 4 - AUTOMATION TEST REPORTER
Robot framework - Lord of the Rings
Unit-testing and E2E testing in JS
Cucumber ppt

Viewers also liked (17)

PPTX
Write Selenide in Python 15 min
PDF
You do not need automation engineer - Sqa Days - 2015 - EN
PDF
Polyglot automation - QA Fest - 2015
PDF
Easy automation.py
PDF
Easy tests with Selenide and Easyb
PDF
How To Use Selenium Successfully (Java Edition)
PDF
KISS Automation.py
PDF
Web ui tests examples with selenide, nselene, selene & capybara
PDF
Three Simple Chords of Alternative PageObjects and Hardcore of LoadableCompon...
PDF
Selenide alternative in Python - Introducing Selene [SeleniumCamp 2016]
PDF
Selenide Alternative in Practice - Implementation & Lessons learned [Selenium...
PDF
Selenium Frameworks
PDF
Kiss PageObjects [01-2017]
PPTX
茶的分类
PDF
JING Tea - Coonoor Estate Nilgiri Black Tea
PPTX
红茶 Black Tea
PDF
組合 1
Write Selenide in Python 15 min
You do not need automation engineer - Sqa Days - 2015 - EN
Polyglot automation - QA Fest - 2015
Easy automation.py
Easy tests with Selenide and Easyb
How To Use Selenium Successfully (Java Edition)
KISS Automation.py
Web ui tests examples with selenide, nselene, selene & capybara
Three Simple Chords of Alternative PageObjects and Hardcore of LoadableCompon...
Selenide alternative in Python - Introducing Selene [SeleniumCamp 2016]
Selenide Alternative in Practice - Implementation & Lessons learned [Selenium...
Selenium Frameworks
Kiss PageObjects [01-2017]
茶的分类
JING Tea - Coonoor Estate Nilgiri Black Tea
红茶 Black Tea
組合 1

Similar to Automation is Easy! (python version) (20)

PPTX
Karishma Kolli – Myth Busters on Test Automation
PPTX
Automation testing
PPTX
Banishing the Fears of Test Automation - Codestock 2022
PDF
What is Automation Testing?
PPTX
Automation qa
PPTX
Automation
PPTX
How selenium can transform your qa career
PDF
Automation testing: how tools are important?
PPTX
How to be an awesome test automation professional
PPTX
Master-Automation-Testing-and-Boost-Your-Tech-Career (1).pptx
PPTX
5. Automation Testing.pptxSoftawre Quality
PPSX
Introduction to Automation Testing
PDF
Automation testing introduction for FujiNet
PPT
Selenium slide
PDF
Lessons Learned When Automating
PPTX
Test automation lesson
PPTX
Automating-Your-World-with-Python-Scripts
PDF
Automation Testing of Web based Application with Selenium and HP UFT (QTP)
Karishma Kolli – Myth Busters on Test Automation
Automation testing
Banishing the Fears of Test Automation - Codestock 2022
What is Automation Testing?
Automation qa
Automation
How selenium can transform your qa career
Automation testing: how tools are important?
How to be an awesome test automation professional
Master-Automation-Testing-and-Boost-Your-Tech-Career (1).pptx
5. Automation Testing.pptxSoftawre Quality
Introduction to Automation Testing
Automation testing introduction for FujiNet
Selenium slide
Lessons Learned When Automating
Test automation lesson
Automating-Your-World-with-Python-Scripts
Automation Testing of Web based Application with Selenium and HP UFT (QTP)

Recently uploaded (20)

PDF
IObit Driver Booster Pro Crack Latest Version Download
PPTX
Greedy best-first search algorithm always selects the path which appears best...
PDF
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
PDF
SBOM Document Quality Guide - OpenChain SBOM Study Group
PDF
Enscape 3D Crack + With 2025 Activation Key free
PDF
OpenImageIO Virtual Town Hall - August 2025
PDF
solman-7.0-ehp1-sp21-incident-management
PDF
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
PDF
Mobile App for Guard Tour and Reporting.pdf
PPTX
FLIGHT TICKET API | API INTEGRATION PLATFORM
PPTX
Presentation - Summer Internship at Samatrix.io_template_2.pptx
PPTX
ESDS_SAP Application Cloud Offerings.pptx
PPTX
UNIT II: Software design, software .pptx
PDF
Module 1 - Introduction to Generative AI.pdf
PPTX
Phoenix Marketo User Group: Building Nurtures that Work for Your Audience. An...
PPTX
TRAVEL SUPPLIER API INTEGRATION | XML BOOKING ENGINE
PDF
IDM Crack Activation Key 2025 Free Download
PDF
DOWNLOAD—IOBit Uninstaller Pro Crack Download Free
PDF
Canva Desktop App With Crack Free Download 2025?
PDF
Software Development Company - swapdigit | Best Mobile App Development In India
IObit Driver Booster Pro Crack Latest Version Download
Greedy best-first search algorithm always selects the path which appears best...
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
SBOM Document Quality Guide - OpenChain SBOM Study Group
Enscape 3D Crack + With 2025 Activation Key free
OpenImageIO Virtual Town Hall - August 2025
solman-7.0-ehp1-sp21-incident-management
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
Mobile App for Guard Tour and Reporting.pdf
FLIGHT TICKET API | API INTEGRATION PLATFORM
Presentation - Summer Internship at Samatrix.io_template_2.pptx
ESDS_SAP Application Cloud Offerings.pptx
UNIT II: Software design, software .pptx
Module 1 - Introduction to Generative AI.pdf
Phoenix Marketo User Group: Building Nurtures that Work for Your Audience. An...
TRAVEL SUPPLIER API INTEGRATION | XML BOOKING ENGINE
IDM Crack Activation Key 2025 Free Download
DOWNLOAD—IOBit Uninstaller Pro Crack Download Free
Canva Desktop App With Crack Free Download 2025?
Software Development Company - swapdigit | Best Mobile App Development In India

Automation is Easy! (python version)