Descriere YEO:
Pe YEO găsești Hands-On Selenium Webdriver with Java: de la Boni Garcia, în categoria Computers.
Indiferent de nevoile tale, Hands-On Selenium Webdriver with Java: A Deep Dive Into the Development of End-To-End Tests - Boni Garcia din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 368.23 Lei
Caracteristicile produsului Hands-On Selenium Webdriver with Java:
- Brand: Boni Garcia
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 11-10-2025 01:45:31
Comandă Hands-On Selenium Webdriver with Java: Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Hands-On Selenium Webdriver with Java: de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Get started
with Selenium WebDriver, the open source library for automating tests to ensure your web application performs as expected. In this practical hands-on book, author
Boni Garcia takes
Java developers through
Selenium\'s main features for automating web navigation, browser manipulation, web element interaction, and more,
with ready-to-be-executed test examples. You\'ll start by learning the core features of
Selenium (composed of WebDriver, Grid, and IDE) and its ecosystem. Discover why Selenium WebDriver is the de facto library for developing end-to-end tests on your web application. You\'ll explore ways to use advanced Selenium WebDriver features, including using web browsers in Docker containers or the DevTools protocol. Selenium WebDriver examples in this book are available on GitHub. With this book, you\'ll learn how to: Set up a
Java project containing end-to-end tests that use Selenium WebDriver Conduct automated interaction
with web applications Use strategies for managing browser-specific capabilities and cross-browser testing Interact with web forms, manage pop-up messages, and execute JavaScript Control remote browsers and use advanced browser infrastructure for Selenium WebDriver tests in the cloud Model web pages using object-oriented classes to ease test maintenance and reduce code duplication