Framework is an important part in testing that helps in typing less code. It maintains stability of testing
Since other tools require license and are not free
Selenium is an open source tool that automates web browser. It lets you write down the script and execute it
Web driver | RC |
---|---|
It is object oriented API | It is less object oriented API |
Webdriver is faster because it commnuites with browser directly without using any proxy server | Webdriver is slower because it commnuites with browser directly by using any proxy server |