Selenium RC Architecture and Selenium WebDriver Architecture Differences

Hi, I need the differences between RC Selenium and webDriver architectures. I read a lot of functional differences, but did not find anything for differences in architecture.

If someone can send / send differences links that will truly be appriciate.

Thanks in advance

+3
source share
3 answers

The difference is quite substantial.

Selenium RC JavaScript . , , , Javascript . - , " " JavaScript.

http://seleniumhq.org/docs/05_selenium_rc.html#how-selenium-rc-works

WebDriver API . , , , - ( , IE, js ), . , - js.

http://seleniumhq.org/docs/03_webdriver.html#how-does-webdriver-drive-the-browser-compared-to-selenium-rc

, Selenium RC , WebDriver , - . , WebDriver, , Selenium RC. . .

+4

Project Project, :

  • .

  • . , .

  • .

  • . , . . , , .

  • [DRY] .

  • , .

  • . , , .

, :

  • .

  • And this abstraction leads to some chaos in the page class file. Thus, you need to implement something like a keyword cast over the page object model to take full advantage.

0
source

All Articles