SlideShare a Scribd company logo
Increase Selenium tests stability 
via JavaScript 
Igor Khrol 
http://www.khroliz.com
About myself 
• Igor Khrol 
• QA Automation Team Lead at 
Wargaming 
• >8 years in test automation 
• Dozens of projects 
• Engineer, trainer, consultant, 
manager, speaker 
• Working experience with 
Selenium >5 years 
• My blog: http://en.khroliz.com
Agenda 
• Theory and some reasoning 
• Practical cases
Dependency between testing level and 
support 
Support 
Test 
count 
Tech level
UI-tests are unstable
UI-tests are unstable 
One of the reasons – modern user 
interfaces: 
– Complex 
– Asynchronous
Modern user interfaces are based on 
prepared and already made 
components
Modern user interfaces are based on 
prepared and already made 
components
Already made components could be 
less tested by ourselves
Custom components could be tested 
separately
Majority of modern UI has internal API
API benefits 
• Build to interact with UI components 
• Synchronous (or there are methods to sync)
1. UI based on already made components 
2. Already made components could be left 
untested or could be tested separately 
3. Components have its own API 
4. That API is more reliable thanWebDriver API 
Use JavaScript API instead of WebDriver
Life example
User interface characteristics: 
• Lots of frames 
• ActiveX
Initial solution 
driver.findElement(By.id(“fancy-id”)).click(); 
WebDriver API 
Browser
Difficulties 
• Interface is very asynchronous, methods work 
unstably 
• Lots of frames (more than five nested) – hard 
to reach required control 
• Impossible to work with ActiveX
Browser Script API 
http://docs.oracle.com/cd/B40099_02/books/OI 
Ref/OIRefBrowseScript.html 
Browser Script HTTP Server Script
Examples
Final result 
• Quick 
• Reliable 
• Synchronous
Problems
Synchronous methods and Alert 
• Method call is not finished while Alert is not 
closed 
• alert.accept() can’t be called as 
previous command is not finished yet
window.setTimeout
Lost 100% end user simulation
Other cases for such approach
jQuery based sites - 60%
Synchronization
Convert jQuery objects to WebElement 
and vise versa
Find elements
Get parent element
Ease interaction with complex 
elements 
Calendar Thanks to @barancev
Custom controls
Custom controls
Common schema 
Web Server 
Browser 
HTTP 
Tests 
Visible UI 
Library 
API Components 
Core 
WebDriver API 
WebDriver API 
JavaScriptExecutor
Temporary workaround existing 
WebDriver issues
Workaround wisely 
• Only temporary workaround 
• Important to understand why standard 
approach doesn’t work
Summary 
• Digging into technical details allows writing more 
reliable tests 
• Learning JavaScript and UI-libraries – natural next 
step for UI test automation 
• But we have to understand what we are missing 
and find balance
Thank you! 
Questions? 
Igor Khrol 
http://en.khroliz.com 
i_khrol@wargaming.net / khroliz@gmail.com

More Related Content

PPTX
Why test automation projects are failing
PPT
Jasmine presentation Selenium Camp 2013
PDF
Agile Testing
PPTX
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
PPTX
Automated UI Testing
PDF
Better Page Object Handling with Loadable Component Pattern - SQA Days 20, Be...
PDF
Automated testing
PPTX
Automation is Easy! (python version)
Why test automation projects are failing
Jasmine presentation Selenium Camp 2013
Agile Testing
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
Automated UI Testing
Better Page Object Handling with Loadable Component Pattern - SQA Days 20, Be...
Automated testing
Automation is Easy! (python version)

What's hot (20)

PPTX
Aistė Stikliutė - Testing in continuous delivery
PDF
TestingAR XX - Protractor e2e Test Framework - Introduction what we have lear...
PPTX
QA Fest 2016. Роман Горин. Введение в системы распознавания речи глазами тест...
PDF
How To Use Selenium Successfully
PDF
[Webinar] Continuous Testing Done Right: Test Automation at the World's Leadi...
PDF
Continuous Testing Meets the Classroom at Code.org
PDF
Getting Started With Cypress
PPTX
Angular js automation using protractor
PDF
Selenium Testing on Chrome - Google DevFest Armenia 2015
PDF
КОСТЯНТИН НАТАЛУХА «Setup and run automated test framework for Android applic...
PDF
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
PPTX
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
PPTX
Пирамида Тестирования через призму ROI калькулятора и прочая геометрия
PDF
Making cross browser tests beautiful
PDF
Cypress vs Selenium WebDriver: Better, Or Just Different? -- by Gil Tayar
PDF
Drulenium - Testing Made Easy
PDF
How to Use Selenium, Successfully
PPTX
ОЛЕКСІЙ ОСТАПОВ «Найкрутіші особливості автоматизації на Playwright Python» K...
PPTX
Selenium for Jobseekers
PDF
Victor Dyptan.Using Selenium IDE for automated testing.Drupal Camp Kyiv 2011
Aistė Stikliutė - Testing in continuous delivery
TestingAR XX - Protractor e2e Test Framework - Introduction what we have lear...
QA Fest 2016. Роман Горин. Введение в системы распознавания речи глазами тест...
How To Use Selenium Successfully
[Webinar] Continuous Testing Done Right: Test Automation at the World's Leadi...
Continuous Testing Meets the Classroom at Code.org
Getting Started With Cypress
Angular js automation using protractor
Selenium Testing on Chrome - Google DevFest Armenia 2015
КОСТЯНТИН НАТАЛУХА «Setup and run automated test framework for Android applic...
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
Пирамида Тестирования через призму ROI калькулятора и прочая геометрия
Making cross browser tests beautiful
Cypress vs Selenium WebDriver: Better, Or Just Different? -- by Gil Tayar
Drulenium - Testing Made Easy
How to Use Selenium, Successfully
ОЛЕКСІЙ ОСТАПОВ «Найкрутіші особливості автоматизації на Playwright Python» K...
Selenium for Jobseekers
Victor Dyptan.Using Selenium IDE for automated testing.Drupal Camp Kyiv 2011
Ad

Viewers also liked (20)

PPT
Functional Testing with Selenium
PPT
Кому следует писать автоматические тесты?
PPTX
Hacker Proof web app using Functional tests
PDF
Page Objects Done Right - selenium conference 2014
PDF
Mobiili asiakaskokemus ja Oma Terveys -palvelu
PPT
великая отечественная война в произведениях изо
PDF
5° básico b semana 21 al 24 marzo
DOC
سى فى حمدي - E
PDF
Presentation for Catalyst workshop
PPTX
PDF
Techstars Kaplan EdTech Accelerator - Marketing Program
PPT
&&&&&&&&&&&*******!!@@##$$%%**
DOC
Zaragoza turismo 232
PPTX
Building a collaborative team environment
DOCX
Trial Brief Defamation Per Se, Montrose
PDF
Cherche Tom dans la Nuit - Bilan // Nuit européenne des musées 2011
PPTX
Автоматическая генерация патчей для уязвимого исходного кода
PPTX
Edge Presentation Ppt
PPTX
10 Worst Practices for SharePoint intranets
PPT
Pubcon 2015: Control Freak Structures for Google Shopping
Functional Testing with Selenium
Кому следует писать автоматические тесты?
Hacker Proof web app using Functional tests
Page Objects Done Right - selenium conference 2014
Mobiili asiakaskokemus ja Oma Terveys -palvelu
великая отечественная война в произведениях изо
5° básico b semana 21 al 24 marzo
سى فى حمدي - E
Presentation for Catalyst workshop
Techstars Kaplan EdTech Accelerator - Marketing Program
&&&&&&&&&&&*******!!@@##$$%%**
Zaragoza turismo 232
Building a collaborative team environment
Trial Brief Defamation Per Se, Montrose
Cherche Tom dans la Nuit - Bilan // Nuit européenne des musées 2011
Автоматическая генерация патчей для уязвимого исходного кода
Edge Presentation Ppt
10 Worst Practices for SharePoint intranets
Pubcon 2015: Control Freak Structures for Google Shopping
Ad

Similar to Increase selenium tests stability via java script (20)

PDF
ForwardJS 2017 - Fullstack end-to-end Test Automation with node.js
PDF
Web driver selenium simplified
PDF
Intelligent Testing Tool: Selenium Web Driver
PPTX
Automated Testing using JavaScript
PPTX
Java script unit testing
PPTX
Automation Testing.pptx
PPT
Automated Web Testing Using Selenium
PDF
Test automation & Seleniun by oren rubin
PPT
Selenium testing - Handle Elements in WebDriver
PPT
selenium.ppt
PPT
selenium.ppt
PPT
selenium.ppt
PDF
Node.js and Selenium Webdriver, a journey from the Java side
PPTX
4&5.pptx SOFTWARE TESTING UNIT-4 AND UNIT-5
PDF
How to tackle Selenium-based UI automation challenges .pdf
PPT
Indic threads pune12-improve testing efficiency with selenium webdriver
PDF
Test automation - Building effective solutions
PPT
By combining Selenium for frontend testing and tools
PPTX
Test automation proposal
PDF
Automated Web Testing using JavaScript
ForwardJS 2017 - Fullstack end-to-end Test Automation with node.js
Web driver selenium simplified
Intelligent Testing Tool: Selenium Web Driver
Automated Testing using JavaScript
Java script unit testing
Automation Testing.pptx
Automated Web Testing Using Selenium
Test automation & Seleniun by oren rubin
Selenium testing - Handle Elements in WebDriver
selenium.ppt
selenium.ppt
selenium.ppt
Node.js and Selenium Webdriver, a journey from the Java side
4&5.pptx SOFTWARE TESTING UNIT-4 AND UNIT-5
How to tackle Selenium-based UI automation challenges .pdf
Indic threads pune12-improve testing efficiency with selenium webdriver
Test automation - Building effective solutions
By combining Selenium for frontend testing and tools
Test automation proposal
Automated Web Testing using JavaScript

More from Igor Khrol (16)

PDF
SeleniumCamp 2016
PDF
Agile.by Gathering – 23 января 2016
PDF
Тестировщик в Agile - кто он?
PPTX
Test Automation Wargaming SQA Days 17
PDF
Grail - CodeFest'2015
PPTX
Webium: Page Objects in Python
PPTX
Cовременный контроль качества: давай сделаем это по-быстрому...
PPTX
Qa Automation - отбрасываем лишнее и тестируем суть
PPTX
Повышаем надёжность тестов через JavaScript
PDF
“Можно ли перевернуть пирамиду?” – автоматизируем тестирование с меньшим числ...
PPTX
Типичные ошибки начинающих писать тесты на WebDriver
PPTX
Автоматизация Тестирования - Почему умирают проекты?
PPTX
Web driver история одной миграции
PPT
Автоматизация тестирования на крупных проектах
PPTX
Meeting #4. Frameworks.
PPTX
автоматизация Flex приложений с помощью selenium rc
SeleniumCamp 2016
Agile.by Gathering – 23 января 2016
Тестировщик в Agile - кто он?
Test Automation Wargaming SQA Days 17
Grail - CodeFest'2015
Webium: Page Objects in Python
Cовременный контроль качества: давай сделаем это по-быстрому...
Qa Automation - отбрасываем лишнее и тестируем суть
Повышаем надёжность тестов через JavaScript
“Можно ли перевернуть пирамиду?” – автоматизируем тестирование с меньшим числ...
Типичные ошибки начинающих писать тесты на WebDriver
Автоматизация Тестирования - Почему умирают проекты?
Web driver история одной миграции
Автоматизация тестирования на крупных проектах
Meeting #4. Frameworks.
автоматизация Flex приложений с помощью selenium rc

Recently uploaded (20)

PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Transform Your Business with a Software ERP System
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
System and Network Administraation Chapter 3
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Nekopoi APK 2025 free lastest update
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Online Work Permit System for Fast Permit Processing
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Introduction to Artificial Intelligence
PDF
top salesforce developer skills in 2025.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
2025 Textile ERP Trends: SAP, Odoo & Oracle
Understanding Forklifts - TECH EHS Solution
Upgrade and Innovation Strategies for SAP ERP Customers
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Transform Your Business with a Software ERP System
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
System and Network Administraation Chapter 3
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Nekopoi APK 2025 free lastest update
Softaken Excel to vCard Converter Software.pdf
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Online Work Permit System for Fast Permit Processing
How to Migrate SBCGlobal Email to Yahoo Easily
VVF-Customer-Presentation2025-Ver1.9.pptx
Odoo Companies in India – Driving Business Transformation.pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Introduction to Artificial Intelligence
top salesforce developer skills in 2025.pdf

Increase selenium tests stability via java script