<p><b>Increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver</b></p><h2>About This Book</h2><ul><li>Create an extensible test framework in Java supporting parallel execution with TestNG</li><li>Understand the power, simplicity, and limitations
Mastering Selenium WebDriver : increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver
โ Scribed by Collin, Mark
- Publisher
- Packt Publishing - ebooks Account
- Year
- 2015
- Tongue
- English
- Leaves
- 258
- Series
- Community experience distilled
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver
About This Book
- Create an extensible test framework in Java supporting parallel execution with TestNG
- Understand the power, simplicity, and limitations of the core Selenium framework
- Write clear, simple, readable, and reliable tests that perform complex test automation tasks
Who This Book Is For
If you are a software tester or a developer who has learnt the basics of Selenium using the WebDriver API and is now ready to take the next step, then this is the book for you.
What You Will Learn
- Provide fast, useful feedback with sensible errors and screenshots
- Create extensible, well-composed page objects
- Gain an in-depth understanding of implicit and explicit waits, and how you should use them
- Leverage the full power of the Actions API
- Explore the full potential of the JavascriptExecutor
- Extend Selenium's capabilities by integrating other applications
- Learn how to plug third-party products into Selenium, and where it is appropriate to do so
In Detail
Selenium WebDriver, also known as Selenium 2, is a UI automation tool used by software developers and QA engineers to test their web applications on different web browsers. The Selenium WebDriver API is fully object oriented compared with the deprecated Selenium RC. The WebDriver API provides multi-language support and run tests on all the most popular browsers.
In this wide and complex World Wide Web era, this book will teach you how to tame it by gaining an in-depth understanding of the Selenium API.
This book starts with how to solve the difficult problems that you will undoubtedly come across as you start using Selenium in an enterprise environment, followed by producing the right feedback when failing, and what the common exceptions are, explain them properly (including the root cause) and tell you how to fix them. You will also see the differences between the three available implicit waits and explicit waits, and learn to working with effective page objects.
Moving on, the book shows you how to utilize the Advanced User Interactions API, how you can run any JavaScript you need through Selenium, and how to quickly spin up a Selenium Grid using Docker containers.
At the end, the book will discuss the upcoming Selenium W3C specification and how it is going to affect the future of Selenium.
Style and approach
This book is a pragmatic guide that takes you through the process of creating a test framework. It then shows you how you can extend this framework to overcome common obstacles that you will come across whilst using Selenium.
โฆ Subjects
Selenium (Software framework);Computer programs -- Testing.
๐ SIMILAR VOLUMES
<p><b>Complement Selenium with useful additions that fit seamlessly into the rich and well-crafted API that Selenium offers</b><p><b>About This Book</b><p><li>Understand the power, simplicity, and limitations of the core Selenium framework<li>Write clear, readable, and reliable tests that perform co
<p><b>Get writing tests and learn to design your own testing framework with Selenium WebDriver API</b></p> Key Features <li>Learn Selenium from the ground up </li> <li>Design your own testing framework </li> <li>Create reusable functionality in your framework</li> Book Description <p>Selenium WebDri
<p><span>Get writing tests and learn to design your own testing framework with Selenium WebDriver API</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Learn Selenium from the ground up </span></span></li><li><span><span>Design your own testing framework </span></span></li><li><span><s
Selenium WebDriver is an open source web UI automation tool implemented through a browser-specific browser driver, which sends commands to a browser and retrieves results.<br>Selenium WebDriver Practical Guide will guide you through the various APIs of WebDriver which should be used in automation te