Leanpub, 2018. — 148 p. — ISBN: 1505885329.
The Selenium WebDriver Recipes book is a quick problem-solving guide to automated testing web applications with Selenium WebDriver. It contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run test scripts you can use in your own projects.
The purpose of this book is to help motivated testers work better with Selenium. The book contains over 160 recipes for web application tests with Selenium. If you have read my other book: ‘Practical Web Test Automation’, you probably know my style: practical. I will let the test scripts do most of the talking. These recipe test scripts are ‘live’, as I have created the target test site and included offline test web pages.
With both, you can:-Identify your issue
-Find the recipe
-Run the test case
-See test execution in your browser
Who should read this book:This book is for testers or programmers who write (or want to learn) automated tests with Selenium WebDriver. In order to get the most of this book, basic Ruby coding skill is required.
Locating web elements
Hyperlink
Button
TextField and TextArea
Radio button
CheckBox
Select List
Navigation and Browser
Assertion
Frames
Testing AJAX
File Upload and Popup dialogs
Debugging Test Scripts
Test Data
Browser Profile and Capabilities
Advanced User Interactions
HTML 5 and JavaScript
WYSIWYG HTML editors
Leverage Programming
Optimization
Gotchas
Extend Selenium
Selenium with Cucumber
Selenium Remote Control Server
Material Design Web App