Application Testing with Capybara
暫譯: 使用 Capybara 進行應用程式測試
Matthew Robbins
- 出版商: Packt Publishing
- 出版日期: 2013-09-26
- 售價: $1,500
- 貴賓價: 9.5 折 $1,425
- 語言: 英文
- 頁數: 104
- 裝訂: Paperback
- ISBN: 1783281251
- ISBN-13: 9781783281251
海外代購書籍(需單獨結帳)
相關主題
商品描述
Confidently implement automated tests for web applications using Capybara
Overview
- Learn everything to become super productive with this highly acclaimed test automation library
- Using some advanced features, turn yourself into a Capybara ninja!
- Packed with practical examples and easy-to-follow sample mark-up and test code
In Detail
Everybody understands why implementing automated tests is important but at the same time developing them can be costly and time consuming, and tests can be also be fragile and prone to false positives. By using Capybara, you can develop robust tests quickly and run them in multiple drivers ensuring greater re-use; Capybara’s API also extends the human readable style made popular by frameworks such as Cucumber and RSpec.
"Application Testing with Capybara" takes you from installing the gem to getting up and running with a Google Search scenario within the first two chapters. We then look deeper into the API, using Rack-Test for applications built with Rails or Sinatra and see how to test handle Asynchronous JavaScript and “black box” components such as Flash. Finally, we consider some advanced topics such as looking at alternatives to Selenium and accessing the native driver directly.
This book takes you from the basics of installing Capybara, through its API and onto advanced topics. You will learn how to use Capybara’s extensive API to interact with your application, covering topics such as navigation, filling in forms, and querying your page for expected content. Beyond this we will consider why Capybara is so well suited to testing applications written in frameworks such as Rails and Sinatra. We will look at strategies for validating seemingly “untestable” components such as HTML5 or Flash by building out a testable API. Finally we will turn you into a Capybara ninja by covering advanced topics such as accessing functionality in the base driver, advanced driver configuration, and alternative flavours of drivers outside Selenium and Rack-Test.
What you will learn from this book
- Install and configure Capybara
- Use Capybara and Cucumber to test scenarios
- Exploit Capybara’s API for interacting with web pages
- Employ Capybara to test Rack applications implemented using Rails or Sinatra
- Handle asynchronous JavaScript
- Apply Capybara to test “black box” components such as Flash or HTML5 Canvas, Audio, and Video
- Practise Capybara outside Cucumber in bespoke frameworks
- Use Capybara with popular Ruby test frameworks
- Explore advanced driver configuration
- Work with alternative drivers such as Capybara-Webkit and Capybara-Mechanize
Approach
Start performing integration testing with Capybara immediately. This book will get you up and running quickly and assumes no knowledge or experience of the technology.
Who this book is written for
This book is for developers and testers who have had some exposure to Ruby but who want to know how to test their applications using Capybara and its compatible drivers, such as Selenium-Webdriver and Rack-Test. The examples are deliberately kept simple and example HTML mark-up is always included so that you can copy the examples to practice and experiment on your own machine.
商品描述(中文翻譯)
自信地使用 Capybara 為網頁應用程式實施自動化測試
概述
- 學習所有內容,讓你在這個備受推崇的測試自動化庫中變得超級高效
- 利用一些進階功能,讓自己變成 Capybara 忍者!
- 充滿實用範例和易於遵循的範本標記及測試代碼
詳細內容
每個人都明白實施自動化測試的重要性,但同時開發這些測試可能會耗費成本和時間,測試也可能脆弱且容易出現假陽性。透過使用 Capybara,你可以快速開發穩健的測試,並在多個驅動程式中運行它們,確保更高的重用性;Capybara 的 API 也擴展了由 Cucumber 和 RSpec 等框架所流行的人類可讀風格。
《使用 Capybara 進行應用程式測試》將帶你從安裝 gem 開始,在前兩章中快速上手 Google 搜尋場景。接著,我們將深入探討 API,使用 Rack-Test 測試使用 Rails 或 Sinatra 構建的應用程式,並了解如何測試處理非同步 JavaScript 及“黑箱”元件,如 Flash。最後,我們將考慮一些進階主題,例如尋找 Selenium 的替代方案以及直接訪問原生驅動程式。
本書將帶你從 Capybara 的基本安裝開始,通過其 API 進入進階主題。你將學會如何使用 Capybara 的廣泛 API 與你的應用程式互動,涵蓋導航、填寫表單和查詢頁面以獲取預期內容等主題。除此之外,我們還將考慮為什麼 Capybara 特別適合測試使用 Rails 和 Sinatra 編寫的應用程式。我們將探討如何通過構建可測試的 API 來驗證看似“無法測試”的元件,如 HTML5 或 Flash。最後,我們將通過涵蓋進階主題,如訪問基礎驅動程式中的功能、進階驅動程式配置以及 Selenium 和 Rack-Test 以外的替代驅動程式,將你培養成 Capybara 忍者。
你將從本書中學到什麼
- 安裝和配置 Capybara
- 使用 Capybara 和 Cucumber 測試場景
- 利用 Capybara 的 API 與網頁互動
- 使用 Capybara 測試使用 Rails 或 Sinatra 實現的 Rack 應用程式
- 處理非同步 JavaScript
- 應用 Capybara 測試“黑箱”元件,如 Flash 或 HTML5 Canvas、音頻和視頻
- 在定制框架中在 Cucumber 之外實踐 Capybara
- 與流行的 Ruby 測試框架一起使用 Capybara
- 探索進階驅動程式配置
- 使用替代驅動程式,如 Capybara-Webkit 和 Capybara-Mechanize
方法
立即開始使用 Capybara 進行整合測試。本書將幫助你快速上手,並假設你對這項技術沒有任何知識或經驗。
本書的讀者對象
本書適合對 Ruby 有一定接觸的開發人員和測試人員,但希望了解如何使用 Capybara 及其兼容驅動程式(如 Selenium-Webdriver 和 Rack-Test)來測試他們的應用程式。範例故意保持簡單,並始終包含範例 HTML 標記,以便你可以複製範例在自己的機器上進行練習和實驗。