Selenium 学习小记

2010-03-01  关敏 

    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

451°/4461 人阅读/5 条评论 发表评论

王恩建  2010-03-02

原创的都要支持一下,好像没写完呢


金鑫  2010-03-02

之前尝试过Selenium,但没有深入。收藏了


周洲  2010-03-16

学习了。


林春  2010-05-06

脚本的版本维护一直是个问题


熊志男  2010-07-15

希望楼主继续分享 :)


登录 后发表评论