Selenium WebDriver 3 Practical Guide - Second Edition - Helion
Tytuł oryginału: Selenium WebDriver 3 Practical Guide - Second Edition
ISBN: 9781788996013
stron: 280, Format: ebook
Data wydania: 2018-07-31
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Selenium WebDriver is an open source automation tool implemented through a browser-specific driver, which sends commands to a browser and retrieves results. The latest version of Selenium 3 brings with it a lot of new features that change the way you use and setup Selenium WebDriver. This book covers all those features along with the source code, including a demo website that allows you to work with an HMTL5 application and other examples throughout the book.
Selenium WebDriver 3 Practical Guide will walk you through the various APIs of Selenium WebDriver, which are used in automation tests, followed by a discussion of the various WebDriver implementations available. You will learn to strategize and handle rich web UI using advanced WebDriver API along with real-time challenges faced in WebDriver and solutions to handle them. You will discover different types and domains of testing such as cross-browser testing, load testing, and mobile testing with Selenium. Finally, you will also be introduced to data-driven testing using TestNG to create your own automation framework.
By the end of this book, you will be able to select any web application and automate it the way you want.
Osoby które kupowały "Selenium WebDriver 3 Practical Guide - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Selenium WebDriver 3 Practical Guide. End-to-end automation testing for web and mobile browsers with Selenium WebDriver - Second Edition eBook -- spis treści
- 1. Introducing WebDriver and WebElements
- 2. Working with Browser Drivers
- 3. Using Java 8 features along with Selenium
- 4. Exploring the Features of WebDriver
- 5. Exploring Advanced Interactions of WebDriver
- 6. Understanding WebDriver Events
- 7. Exploring RemoteWebDriver
- 8. Setting up Selenium Grid
- 9. The PageObject Pattern
- 10. Mobile Testing on iOS and Android using Appium
- 11. Data Driven Testing with TestNG
- 12. Assessments