Book Image

Optimizing Selenium Test Performance [Video]

By : Dmitry Shyshkin
Book Image

Optimizing Selenium Test Performance [Video]

By: Dmitry Shyshkin

Overview of this book

<p>Selenium 3.0 is a significant change as it has been shipped after a gap of 5 years. It is only a drop-in replacement for WebDriver API users; however, it has removed the major Selenium core implementation. The Selenium WebDriver API is fully object-oriented as opposed to the deprecated Selenium RC. The WebDriver API provides multi-language support and runs tests on all popular browsers. As your knowledge (and the size of your test suites) grows, performance becomes a key factor for development teams to successfully adopt your automation.</p> <p>In this course, we'll focus on the most common performance bottlenecks and how to work round them through optimization and parallelization. We'll finish the course with the use of Selenium Grid and Sauce Labs for limitless parallelization and other goodies.</p> <p>All the code and supporting files for this course are available on Github at <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Optimizing-Selenium-Test-Performance" target="blank">https://github.com/PacktPublishing/Optimizing-Selenium-Test-Performance</a></p> <h1>Style and Approach</h1> <p>This is a hands-on guide to enhancing your Selenium test performance</p>
Table of Contents (4 chapters)
Chapter 1
Testing Performance Bottlenecks
Content Locked
Section 4
Headless Browsers and Drivers
This video discusses about headless browsers and how to use them. - Learn what are headless browsers - Discuss about the most popular headless browsers - Use headless browsers in tests