Practical Web Test Automation with Selenium WebDriver
Practical Web Test Automation with Selenium WebDriver
Test web applications wisely with Selenium WebDriver
About the Book
While few people deny the benefits of test automation, comprehensive automated testing via UI (browser for web applications) is rarely implemented in software projects. Common reasons for projects' failed attempts on test automation are:
- Difficult to learn - test scripts are complex and testing tools are not easy to use
- Hard to maintain - UI tests are vulnerable to application changes
- Long feedback loop - automated tests take too long to run
To succeed in automated testing via UI, software projects need to overcome all these 3 challenges.
This book presents a practical approach to implementing test automation for web applications. Topics include:
- Developing easy to read and maintain Selenium WebDriver tests using a next-generation functional testing tool
- Page object model
- Functional Testing Refactorings
- Cross-browser testing
- Setting up a continuous testing server to manage the execution of a large number of automated UI tests
- Requirement traceability matrix
- Strategies on team collaboration and test automation adoption in projects and organizations
To help readers learn more effectively, the book has a dedicated site containing the following resources:
- Software. Test automation is not necessarily expensive. All test frameworks featured in this book are free and open-source.
- Sample test scripts. Ready-to-run test scripts for the exercises in the book.
- Demo web sites. Two demo sites were created for readers to try out test scripts.
- Tutorial screencasts. You will be able to see how exercises are done step by step.
Bundles that include this book
Table of Contents
-
Preface
- Who should read this book?
- How to read this book?
- What’s inside the book?
- Test scripts, Screencasts and other resources
- Send me feedback
- Acknowledgements
-
1 What is Web Test Automation?
- 1.1 Test automation benefits
- 1.2 Reality check
- 1.3 Reasons for test automation failures
- 1.4 Successful web test automation
- 1.5 Learning approach
- 1.6 Next action
-
2 First Automated Test
- 2.1 Test Design
- 2.2 Installing TestWise (about 2 minutes)
- 2.3 Create test
- 2.4 Create a test case from recorded test steps
- 2.5 Run test in browser
- 2.6 If no Chrome browser launched …
- 2.7 Running on macOS
- 2.8 When a test failed…
- 2.9 Wrap up
-
3 How Automated Testing works
- 3.1 Web test drivers
- 3.2 Automated testing rhythm
- 3.3 Test frameworks
- 3.4 Run tests from the command line
-
4 TestWise - Functional Testing IDE
- 4.1 Philosophy of TestWise
- 4.2 TestWise project structure
- 4.3 Test execution
- 4.4 Keyboard navigation
- 4.5 Snippets
- 4.6 Script library
- 4.7 Test refactoring
- 4.8 Wrap up
-
5 Case Study
- 5.1 Test site
- 5.2 Preparation
- 5.3 Create a test project
- 5.4 Test Suite: Sign in
- 5.5 Test Suite: Select Flights
- 5.6 Enter passenger details
- 5.7 Book confirmation after payment
- 5.8 Run all tests
- 5.9 Wrap up
-
6 Maintainable Functional Test Design
- 6.1 Record/Playback leads to unmaintainable test scripts
- 6.2 Success criteria
- 6.3 Maintainable automated test design
- 6.4 Maintain with ease
- 6.5 Case Study: refine test scripts
- 6.6 Wrap Up
-
7 Test Automation Characteristics
- 7.1 Specific
- 7.2 Clean
- 7.3 Independent
- 7.4 Frequent
- 7.5 Focused
- 7.6 Programmable
- 7.7 Creative
- 7.8 Sustainable
- 7.9 Wrap up
-
8 Functional Test Refactoring
- 8.1 Code refactoring
- 8.2 Functional test refactoring
- 8.3 Tool support
- 8.4 Case study
- 8.5 Summary
-
9 Review
- 9.1 Syntax errors
- 9.2 Set up source control
- 9.3 GUI Object Map
- 9.4 Custom libraries
- 9.5 Debugging
- 9.6 Cross-browser functional testing
- 9.7 Data-Driven Test
- 9.8 What is the best learning method?
-
10 Collaboration
- 10.1 Pre-requisite
- 10.2 Scenario 1: “It worked on my machine”
- 10.3 Scenario 2: Synergy
- 10.4 Scenario 3: Acceptance Test-Driven Development
- 10.5 Wrap up
-
11 Continuous Integration with Functional Tests
- 11.1 Long feedback loop
- 11.2 Continuous Integration
- 11.3 Continuous Integration and Testing
- 11.4 CI build steps
- 11.5 Functional UI testing build step with Rake
- 11.6 Set up a continuous testing server: BuildWise
- 11.7 Create a Build Project
- 11.8 Trigger test execution manually
- 11.9 Feedback while test execution in progress
- 11.10 Build finished
- 11.11 Exercise: Set up CT for your own project
- 11.12 Review
-
12 Test Reporting
- 12.1 Reporting automated test results
- 12.2 Defect tracking
- 12.3 Requirement traceability
-
13 WebDriver Backed variants
- 13.1 Watir
- 13.2 RWebSpec
- 13.3 Capybara
- 13.4 Test design with Watir, RWebSpec and Capybara
- 13.5 Review
-
14 Cucumber
- 14.1 Cucumber framework
- 14.2 Comparison: RSpec and Cucumber
- 14.3 RSpec and Cucumber co-exist
-
15 Adopting Test Automation
- 15.1 Seek executive sponsorship
- 15.2 Choose test framework
- 15.3 Select test tool
- 15.4 Find a mentor
- 15.5 Manage expectation
- 15.6 Solo test automation
- 15.7 Common mistakes
- 15.8 Wrap up
-
16 Debugging Test Automation Process
- 16.1 Definition of Success: Web Test Automation
- 16.2 Common Failures - technical factors
- 16.3 Wrong choice of test automation tool
- 16.4 Test script in non-script language
- 16.5 Common Failures - human factors
-
Appendix 1 Functional Test Refactoring Catalog
- Move Test Scripts
- Extract Function
- Extract to Page Class
- Introduce Page Object
- Rename
-
Appendix 2 Case Study: Test Automation in ClinicWise project
- Build Stats
- Stage 1: Write automated tests on the first day
- Stage 2: Set up CI server within the first week
- Stage 3: Release to production early
- Stage 4: Release often (daily)
- Stage 5: Set up parallel test execution in CI
- Questions and Answers
-
Resources
- Books
- Web Sites
- Tools
- References
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Do Well. Do Good.
Authors have earned$11,826,004writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
Stratospheric
Tom Hombergs, Björn Wilmsmann, and Philip RiecksFrom Zero to Production with Spring Boot and AWS. All you need to know to get a Spring Boot application into production with AWS. No previous AWS knowledge required.
Go to stratospheric.dev for a tour of the contents.
node-opcua by example
Etienne RossignonGet the best out of node-opcua through a set of documented examples by the author himself that will allow you to create stunning OPCUA Servers or Clients.
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
Discrete Mathematics for Computer Science
Alexander Shen, Alexander S. Kulikov, Vladimir Podolskii, and Alexander GolovnevThis book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own. By purchasing the book, you will get all updates of the book free of charge when they are released.
Maîtriser Apache JMeter
Philippe Mouawad, Bruno Demion (Milamber), and Antonio Gomes RodriguesToute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops.
If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Aprendiendo Git
Miguel Angel Durán GarcíaGit no es complicado... ¡Si lo entiendes! 😜
¿Sientes que sabes usarlo porque has memorizado todos los comandos que necesitas? ¡Pero no entiendes qué hace cada cosa y por qué! Así es normal que, cuando exista un problema, te cueste resolverlo.
¡Con este libro vas a entender de una vez por todas todo lo que es Git y cómo sacarle provecho!
Introduction to Data Science
Rafael A IrizarryThe demand for skilled data science practitioners in industry, academia, and government is rapidly growing. This book introduces concepts from probability, statistical inference, linear regression and machine learning and R programming skills. Throughout the book we demonstrate how these can help you tackle real-world data analysis challenges.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Top Bundles
- #1
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #2
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #3
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!? - #4
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #5
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #10
Learn Git, Bash, and Terraform the Hard Way
3 Books
Learn Git, Bash and Terraform using the Hard Way method.These technologies are essential tools in the DevOps armoury. These books walk you through their features and subtleties in a simple, gradual way that reinforces learning rather than baffling you with theory.