您的位置:首页 > 其它

Selenium 自动化验收测试及下载

2013-09-15 10:14 281 查看
Selenium IDE is an integrated development
environment for Selenium tests. It is
implemented as a Firefox extension, and allows you to record, edit,
and debug tests. Selenium IDE includes the entire Selenium Core,
allowing you to easily and quickly record and play back tests in
the actual environment that they will run.
Selenium IDE is not only recording tool: it is a complete
IDE
. You can choose to use its recording capability, or you may
edit your scripts by hand. With autocomplete support and the
ability to move commands around quickly, Selenium IDE is the ideal
environment for creating Selenium tests no matter what style of
tests you prefer.

Features:

Easy record and playback

Intelligent field selection will use IDs, names, or XPath as
needed

Autocomplete for all common Selenium commands

Walk through tests

Debug and set breakpoints

Save tests as HTML, Ruby scripts, or any other format

Support for Selenium user-extensions.js file

Option to automatically assert the title of every page

下载地址:

http://selenium-ide.openqa.org/download.jsp

Selenium IDE中文参考地址:

http://www-128.ibm.com/developerworks/cn/java/wa-selenium-ajax/

Selenium IDE
一个演示的例子Flash地址:

http://wiki.openqa.org/download/attachments/400/Selenium+IDE.swf?version=1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: