Selenium WebDriver 3 Practical Guide - Second Edition: End to End automation testing for web and mobile browsers with Selenium WebDriver
暫譯: Selenium WebDriver 3 實用指南 - 第二版:使用 Selenium WebDriver 進行網頁和行動瀏覽器的端到端自動化測試
Unmesh Gundecha, Satya Avasarala
- 出版商: Packt Publishing
- 出版日期: 2018-07-31
- 售價: $1,380
- 貴賓價: 9.5 折 $1,311
- 語言: 英文
- 頁數: 280
- 裝訂: Paperback
- ISBN: 1788999762
- ISBN-13: 9781788999762
-
相關分類:
selenium
立即出貨 (庫存=1)
買這商品的人也買了...
-
$204安全攻防入門 -
我的 3D 列印機 2016/10/18 (No.55) <此為代訂商品(雜誌),恕不接受退貨及取消訂單>$549$522 -
Selenium Webdriver in Java: Learn with Examples$950$903 -
Advanced Selenium in Java: With Examples$1,110$1,055 -
平靜科技|不擾人的設計原則與模式 (Calm Technology: Principles and Patterns for Non-Intrusive Design)$400$316 -
遊戲化實戰全書:遊戲化大師教你把工作、教學、健身、行銷、產品設計……變遊戲,愈好玩就愈有吸引力!(Actionable Gamification: Beyond Points, Badges, and Leaderboards)$480$408 -
JSON 實務手冊 (JSON at Work: Practical Data Integration for the Web)$580$458 -
資安防禦指南|資訊安全架構實務典範 (Defensive Security Handbook: Best Practices for Securing Infrastructure)$580$458 -
WEB 設計職人必修 UX Design 初學者學習手冊$420$332 -
Selenium WebDriver Quick Start Guide: Write clear, readable, and reliable tests with Selenium WebDriver 3$1,050$998 -
GraphQL 學習手冊 (Learning GraphQL : Declarative Data Fetching for Modern Web Apps)$520$411 -
Learn Selenium$1,650$1,568 -
TypeScript 程式設計 (Programming TypeScript)$580$458 -
$534深入淺出大型網站架構設計 -
深入淺出設計模式, 2/e (Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software, 2/e)$980$774 -
Three.js 前端三維圖形開發案例集錦$768$730 -
Solidity 實戰全書:完整掌握智能合約!成為獨立開發 Dapp 的區塊鏈工程師$650$507 -
戰術 + 技術 + 程序 -- ATT&CK 框架無差別學習$880$748 -
Test-Driven Development 學習手冊$580$458 -
「新」SEO 超入門!打敗 AI、征服搜尋引擎,洞悉使用者需求的必備指南$630$536 -
$1,306高質量用戶體驗:恰到好處的設計與敏捷 UX 實踐 (第2版 特別版)(全四冊) -
SRE 實踐與開發平台指南:從團隊協作、原則、架構和趨勢掌握全局,做出精準決策$620$484 -
精通 API 架構|設計、營運和發展基於 API 的系統 (Mastering API Architecture: Design, Operate, and Evolve Api-Based Systems)$680$537 -
$611UI 智能化與前端智能化:工程技術、實現方法與編程思想 -
決戰!微前端架構 Micro Frontends:新一代可擴展的網頁開發模式,實現各種框架的無縫整合與溝通$820$648
商品描述
A practical guide with real-world examples on cross-browser, mobile, and data-driven testing with all the latest features of Selenium WebDriver 3
Key Features
- Unlock the full potential of Selenium WebDriver to test your web applications in a wide range of situations
- Use Selenium Grid for faster and parallel running of tests and for cross-browser testing
- Test mobile web applications with Selenium Drivers for platforms such as iOS and Android
Book Description
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. The latest version of Selenium 3 brings in a lot of new features that change the way you use and setup selenium. This book includes all those features along with the source code, including the essential HTML files that allow you to work with jQuery and other examples throughout the book.
The book will guide 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 see how to strategize and handle Rich Web UI using Advanced Webdriver API along with real-time challenges faced in Webdriver and solutions to handle it. You will learn about different types and domains of testing such as cross-browser testing, load testing, mobile testing, and database 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 the book, you can pick any web application that you want and can automate it whichever way you want.
What you will learn
- Begin by learning what Selenium 3 is and how is it better than its predecessor.
- Learn how to use different mobile and desktop browser platforms with Selenium 3.
- Perform advanced actions such as drag-and-drop, double-click, right-click, and action builders on web page.
- Learn to use Java 8 API and Selenium 3 together.
- Explore remote WebDriver and how to use it.
- Learn how to use Selenium Grid to run tests from Cross Browser and distributed testing.
- Explore how to use Actions API for performing various Keyboard and Mouse actions on Web and Mobile Applications.
Who This Book Is For
This book is intended for software quality assurance/testing professionals, software project managers, or software developers interested in using selenium for testing their applications
商品描述(中文翻譯)
一本實用指南,提供有關跨瀏覽器、行動裝置及數據驅動測試的真實案例,涵蓋 Selenium WebDriver 3 的所有最新功能
主要特點
- 充分發揮 Selenium WebDriver 的潛力,以測試您的網頁應用程式在各種情況下的表現
- 使用 Selenium Grid 進行更快速和並行的測試執行,以及跨瀏覽器測試
- 使用 Selenium 驅動程式測試行動網頁應用程式,支援 iOS 和 Android 等平台
書籍描述
Selenium WebDriver 是一個開源的網頁 UI 自動化工具,通過特定於瀏覽器的驅動程式來實現,該驅動程式向瀏覽器發送命令並檢索結果。最新版本的 Selenium 3 引入了許多新功能,改變了您使用和設置 Selenium 的方式。本書包含所有這些功能及其源代碼,包括必要的 HTML 文件,讓您能夠與 jQuery 和書中其他示例一起工作。
本書將引導您了解 Selenium WebDriver 的各種 API,這些 API 用於自動化測試,接著討論各種可用的 WebDriver 實現。
您將學習如何使用高級 WebDriver API 策劃和處理豐富的網頁 UI,並面對 WebDriver 中的實時挑戰及其解決方案。您將了解不同類型和領域的測試,例如跨瀏覽器測試、負載測試、行動測試和使用 Selenium 的數據庫測試。
最後,您還將學習如何使用 TestNG 進行數據驅動測試,以創建自己的自動化框架。在書籍結束時,您可以選擇任何您想要的網頁應用程式,並以您想要的方式進行自動化。
您將學到什麼
- 首先了解 Selenium 3 是什麼,以及它比其前身更優越的地方。
- 學習如何使用不同的行動和桌面瀏覽器平台與 Selenium 3。
- 在網頁上執行高級操作,例如拖放、雙擊、右鍵單擊和動作構建器。
- 學習如何將 Java 8 API 與 Selenium 3 一起使用。
- 探索遠端 WebDriver 及其使用方法。
- 學習如何使用 Selenium Grid 從跨瀏覽器和分佈式測試執行測試。
- 探索如何使用 Actions API 在網頁和行動應用程式上執行各種鍵盤和滑鼠操作。
本書適合誰閱讀
本書適合軟體品質保證/測試專業人員、軟體專案經理或有興趣使用 Selenium 測試其應用程式的軟體開發人員。
