1、selenium 是模仿浏览器的行为的,当运行测试类的时候,selenium 会打开一个
浏览器,然后浏览器执行你的操作。
2、Why Selenium RC?
You’ll want to use Selenium-RC whenever your test requires logic not supported by Selenium-IDE. What logic could this be? For example, Selenium-IDE does not directly support:
* condition statements
* iteration
* logging and reporting of test results
* error handling, particularly unexpected errors
* database testing
* test case grouping
* re-execution of failed tests
* test case dependency
* screenshot capture of test failures
浏览器,然后浏览器执行你的操作。
2、Why Selenium RC?
You’ll want to use Selenium-RC whenever your test requires logic not supported by Selenium-IDE. What logic could this be? For example, Selenium-IDE does not directly support:
* condition statements
* iteration
* logging and reporting of test results
* error handling, particularly unexpected errors
* database testing
* test case grouping
* re-execution of failed tests
* test case dependency
* screenshot capture of test failures
本文介绍了 Selenium RC 的特点及使用场景,包括条件语句、迭代、测试结果记录等功能,对比了 Selenium IDE 的局限性,并列举了如数据库测试、错误处理等高级特性。
1040

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



