Contents:
讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項目有:申請域名、雅安服務(wù)器托管、營銷軟件、網(wǎng)站建設(shè)、剛察網(wǎng)站維護、網(wǎng)站推廣。Note to the Reader - Docs Being Revised for Selenium 2.0!
Introduction 介紹
Test Automation for Web Applications Web應(yīng)用測試自動化
To Automate or Not to Automate? 到底要不要做自動化
Introducing Selenium Selenium介紹
Brief History of The Selenium Project Selenium的簡短歷史
Selenium’s Tool Suite Selenium的工具套件
Choosing Your Selenium Tool 選擇你的 Selenium工具
Supported Browsers and Platforms 支持的瀏覽器和平臺
Flexibility and Extensibility 靈活性和可擴展性
What’s in this Book? 這本書的內(nèi)容
The Documentation Team–Authors Past and Present Team-Authors文檔的過去和現(xiàn)在
Selenium-IDE
Introduction 介紹
Installing the IDE 安裝IDE
Opening the IDE 打開IDE
IDE Features IDE的特性
Building Test Cases 構(gòu)建測試用例
Running Test Cases 運行測試用例
Using Base URL to Run Test Cases in Different Domains 在不同的環(huán)境中通過Base URL運行測試用例
Selenium Commands – “Selenese” Selenium命令--Selenese
Script Syntax 腳本語法
Test Suites 測試套件
Commonly Used Selenium Commands 通用的Selenium命令
Verifying Page Elements 驗證頁面元素
Assertion or Verification? 斷言和確認
Locating Elements 定位元素
Matching Text Patterns 匹配文本模式
The “AndWait” Commands AndWait 命令
The waitFor Commands in AJAX applications AJAX應(yīng)用中waitFor命令的使用
Sequence of Evaluation and Flow Control 評估序列和流的控制
Store Commands and Selenium Variables 存儲命令和Selenium的變量
JavaScript and Selenese Parameters JS和Selenese的參數(shù)化
echo - The Selenese Print Command echo- Selenese的打印命令
Alerts, Popups, and Multiple Windows 警報、彈窗和多窗口
Debugging 調(diào)試
Writing a Test Suite 編寫一個測試套件
User Extensions 用戶擴展
Format 格式化
Executing Selenium-IDE Tests on Different Browsers 在不同瀏覽器上在執(zhí)行Selenium IDE的測試
Troubleshooting 故障排除
Selenium WebDriver
Introducing WebDriver WebDriver的介紹
How Does WebDriver ‘Drive’ the Browser Compared to Selenium-RC? WebDriver是如何驅(qū)動瀏覽器對比Selenium-RC的?
WebDriver and the Selenium-Server WebDriver和Selenium服務(wù)器
Setting Up a Selenium-WebDriver Project 設(shè)置一個Selenium-WebDriver項目
Migrating from Selenium 1.0 從Selenium1.0的遷移
Introducing the Selenium-WebDriver API by Example 用一個例子來介紹Selenium-WebDriver的API
Selenium-WebDriver API Commands and Operations Selenium-WebDriver API命令和操作
Driver Specifics and Tradeoffs 驅(qū)動器的細節(jié)和權(quán)衡
Selenium-WebDriver’s Drivers Selenium-WebDriver的驅(qū)動
Alternative Back-Ends: Mixing WebDriver and RC Technologies 后端選擇:WebDriver與RC技術(shù)的混合
Running Standalone Selenium Server for use with RemoteDrivers 使用RemoteDrivers運行Selenium服務(wù)器
Additional Resources 附屬資源
Next Steps 下一步
WebDriver: Advanced Usage WebDriver的高級用法
Explicit and Implicit Waits 顯式和隱式等待
RemoteWebDriver 遠程WebDriver
AdvancedUserInteractions 高級用戶交互
Browser Startup Manipulation 瀏覽器啟動操作
HTML5
Parallelizing Your Test Runs 并行測試運行
Selenium 1 (Selenium RC)
Introduction 介紹
How Selenium RC Works Selenium RC是如何工作的
Installation 安裝
From Selenese to a Program 從Selenese到Program
Programming Your Test 編寫你的測試
Learning the API 學(xué)習(xí)API
Reporting Results 結(jié)果報告
Adding Some Spice to Your Tests 在你的測試中添加些有用的小提示
Server Options 服務(wù)器選項
Specifying the Path to a Specific Browser 給特定的瀏覽器指定路徑
Selenium RC Architecture Selenium RC的結(jié)構(gòu)
Handling HTTPS and Security Popups 處理HTTPS和安全彈出窗口
Supporting Additional Browsers and Browser Configurations支持其他瀏覽器和瀏覽器配置
Troubleshooting Common Problems 故障排除之常見問題
Test Design Considerations 測試設(shè)計注意事項
Introducing Test Design 測試設(shè)計介紹
Types of Tests 測試類型
Validating Results 驗證結(jié)果
Location Strategies 定位策略
Wrapping Selenium Calls Selenium包裝調(diào)用
UI Mapping UI映射
Page Object Design Pattern 頁面對象設(shè)計模式
Data Driven Testing 數(shù)據(jù)驅(qū)動測試
Database Validation 數(shù)據(jù)庫驗證
Selenium-Grid Selenium網(wǎng)格
Quick Start 快速開始
What is Selenium-Grid? 什么是Selenium 網(wǎng)格
When to Use It 何時使用網(wǎng)格
Selenium-Grid 2.0 Selenium-Grid2.0
How Selenium-Grid Works–With a Hub and Nodes Selenium網(wǎng)格是如何使用集線器與節(jié)點工作的
Installation 安裝
Starting Selenium-Grid 開始Selenium-Grid
Configuring Selenium-Grid 配置Selenium網(wǎng)格
Hub Configuration 集線器配置
Node Configuration 節(jié)點配置
Timing Parameters 時間參數(shù)
Customizing the Grid 自定義網(wǎng)格
Getting Command-Line Help 獲取命令行的幫助
Common Errors 常見錯誤
Troubleshooting 故障排除
User-Extensions 用戶-擴展
Introduction 介紹
Actions 開始操作
Accessors/Assertions 訪問器/斷言
Locator Strategies 定位策略
Using User-Extensions With Selenium-IDE 使用Selenium-IDE的用戶擴展
Using User-Extensions With Selenium RC 使用SeleniumRC的用戶擴展
Appendixes: 附錄
.NET client driver configuration .NET客戶端驅(qū)動配置
Importing Sel2.0 Project into Eclipse using Maven 使用Maven導(dǎo)入Selenium2.0項目到Eclipse
Importing Sel2.0 Project into IntelliJ Using Maven 使用Maven導(dǎo)入Selenium2.0項目到IntelliJ
Migrating From Selenium RC to Selenium WebDriver 從Selenium RC到Selenium WebDriver的遷移
How to Migrate to Selenium WebDriver 如何遷移到Selenium WebDriver
Why Migrate to WebDriver 為什么要遷移到WebDriver
Before Starting 開始前
Getting Started 開始
Next Steps 下一步
Common Problems 常見問題
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
網(wǎng)頁題目:Selenium官文翻譯--(一)目錄-創(chuàng)新互聯(lián)
文章URL:http://www.rwnh.cn/article18/ddspgp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開發(fā)、網(wǎng)站排名、虛擬主機、建站公司、ChatGPT、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容