Mastering Selenium WebDriver 3.0
✍ Scribed by Mark Collin
- Publisher
- Packt Publishing
- Year
- 2018
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Complement Selenium with useful additions that fit seamlessly into the rich and well-crafted API that Selenium offers
About This Book
Who This Book Is For
If you are a software tester or a developer with working experience in Selenium and competency with Java, who is interested in automation and are looking forward to taking the next step in their learning journey, then this is the book for you.
What You Will Learn
In Detail
The second edition of Mastering Selenium 3.0 WebDriver starts by showing you how to build your own Selenium framework with Maven. You'll then look at how you can solve the difficult problems that you will undoubtedly come across as you start using Selenium in an enterprise environment and learn how to produce the right feedback when failing. Next, you'll explore common exceptions that you will come across as you use Selenium, the root causes of these exceptions, and how to fix them. Along the way, you'll use Advanced User Interactions APIs, running any JavaScript you need through Selenium; and learn how to quickly spin up a Selenium Grid using Docker containers. In the concluding chapters, you'll work through a series of scenarios that demonstrate how to extend Selenium to work with external libraries and applications so that you can be sure you are using the right tool for the job.
Style and approach
This book is a pragmatic guide that takes you through the process of creating a test framework with Selenium 3. It then shows you how you can extend this framework to overcome common obstacles that you will come across whilst using Selenium.
✦ Subjects
Computer Technology; Nonfiction; COM051330; COM051390; COM060160
📜 SIMILAR VOLUMES
<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
<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
本书以分享Selenium WebDriver实战经验为要,致力于为Tester讲解开源的Web自动化测试工具的原理、api接口实例、unittest、五大框架实战(行为驱动、分布式测试框架、数据驱动测试框架、关键词驱动测试框架、混合模式测试框架)以及自动化测试中常见的问题处理。本书既可让初学者从入门到精通,循序渐进; 也可帮中高级Tester夯实技能,从形象到抽象,提供测试思想中更多的可能性。
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