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
Selenium IDE是一款集成开发环境,作为Firefox扩展实现,支持记录、编辑和调试Selenium测试。它包含完整的Selenium Core,便于在实际运行环境中快速录制和回放测试。除了录制功能外,用户还可以手动编辑脚本,并利用自动完成等功能提高效率。
2148

被折叠的 条评论
为什么被折叠?



