Selenium 是 thoughtworks公司的一个集成测试的强大工具。Selenium 的文档现存的不少,不过都太简单了。使用Selenium的时候,我更多的是直接去看API文档,好在API不错,官方网站:http://seleniumhq.org/
Selenium is a robust set of tools that supports rapid development of test automation for web-based applications. Selenium provides a rich set of testing functions specifically geared to the needs of testing of a web application. These operations are highly flexible, allowing many options for locating UI elements and comparing expected test results against actual application behavior.
最近Selenium 2 出了“2.0-alpha 2”版本。
其中selenium-rc 是使用HTML的方式来编写测试脚本,当然也可以使用 Selenium-IDE来录制脚本(目前支持的浏览器包括IE、FF、safari、opera、chrome ),Selenium-RC 是 selenium-remote control 缩写,是使用具体的语言来编写测试类,支持的语言非常多
英文好的童鞋可以查看帮助文档:http://seleniumhq.org/docs/05_selenium_rc.html
全部帮组文档:http://seleniumhq.org/doc