Selenium资源列表

TIB自动化测试工作室收集的Selenium自动化测试相关资源列表:

Selenium电子书:

Selenium 1.0 Testing Tools Beginners Guide

http://testing_is_believing.download.csdn.net/

Selenium框架-Web Framework For Selenium:

http://www.open2test.com/techdocs.html

Building a flexible and extensible framework around Selenium.pdf

Selenium官方网站:

http://seleniumhq.org/

Selenium是一款开源的Web自动化测试工具,主要由3部分组成:

1、Selenium IDE:Firefox的插件,可用于录制回放脚本

2、Selenium Remote Control(RC)

可以采用各种编程语言编写自动化测试脚本并运行在多种浏览器上。

3、Selenium Grid

可以让Selenium Remote Control的自动化测试脚本并行在多个服务器上执行,节省大量运行测试的时间。

http://selenium-grid.seleniumhq.org/how_it_works.html

Selenium的工作示意图:

http://seleniumhq.org/about/how.html

Selenium支持多款浏览器的各种版本,包括:Firefox 3、Firefox 2、IE8、IE7、Safari 3、Safari 2、Opera 9、Opera 8等。并且支持使用多种编程语言开发脚本,包括:C#、Java、Perl、PHP、Python、Ruby等。

参考:

http://seleniumhq.org/about/platforms.html

selenium在线文档:

http://seleniumhq.org/docs/

WebDriver和Selenium2.0:

http://seleniumhq.org/docs/09_webdriver.html#what-is-webdriver

Selenium2.0目前仍在持续开发和改进中,读者可到google代码开源网站查看其进展情况:

http://code.google.com/p/selenium/wiki/RoadMap

Selenium相关站点:

1.Selenium官网
2.Dashboard
3.Selenium CubicTest
4.Selenium  Bromine
5.selenium code host on google
6.selenium_grid_subversion_and_hudson
7.Selenese Reference
8.XPATH
9.AutoIt
10.Selenium系列介绍
11.selenium 开发文档
12. selenium 中文论坛
13. Richfaces 使用selenium来测试
14 Maven2权威指南中文
15.howto-maven-storytestiq-selenium-rc
16.selenium持续集成
17.Using Hudson as Selenium Grid for Continuous Integration
18. AutoHotKey
19. Selenium locator
20. selenium css locator example   ;
21.Selectors
22. Dom examples
23. Tellurium
24.webdriverfirebug
25.modify headers
26.Jetty
27. Beginner language
28.Advanced Servlet and JSP Tutorials
29.Sauce Labs blog
30.Dive into HTML5,html5doctor,html5

国外Selenium论坛:

http://www.sqaforums.com/postlist.php?Cat=0&Board=Selenium

Selenium RC中的FireFox配置文件: 

The Hidden Firefox Profile in Selenium RC Server

http://testautomationblog.com/2010/05/05/the-hidden-firefox-profile-in-selenium-rc-server/

要不要升级到Selenium RC 1.0.3:

Selenium RC 1.0.3 – To Upgrade Or Not

http://testautomationblog.com/2010/03/16/selenium-rc-1-0-3-to-upgrade-or-no/

XPather:
http://xpath.alephzarro.com/ 

Test Selenium XPath Expressions Directly in Firefox

http://testautomationblog.com/2010/01/17/test-selenium-xpath-expressions-directly-in-firefox/

我喜欢Selenium的5个原因:

Five Reasons Why I Like Selenium 

http://testautomationblog.com/2009/12/25/five-reasons-i-like-selenium/

如何在Selenium中处理弹出的无名窗口:

Selecting Unnamed Pop-up Windows in Selenium

http://testautomationblog.com/2009/10/08/selecting-unnamed-pop-up-windows-in-selenium/

posted on 2010-07-20 09:50  TIB  阅读(3912)  评论(0编辑  收藏  举报

导航