S.N. | Selenium RC | Webdriver |
1 | It doesn’t supports Record and playback | It doesn’t supports Record and playback |
2 | Core engine is Javascript based and interacts browser with remotely. | Interacts natively with browser application |
3 | It is easy and small API | As compared to RC, it is bit complex and large API. |
4 | Its API’s are less Object oriented | Its API’s are entirely Object oriented |
5 | Need to start server before executing the test script | No need to start server. |
6 | It does not support headless htmlunit browser. | It support headless htmlunit browser. Which is fater in execution |
7 | It doesn’t supports of moving mouse cursors. | It supports of moving mouse cursors. |
8 | It does not supports listeners | It supports the implementation of listeners |
9 | It does not support to test iphone/Android applications | It support to test iphone/Android applications |
10 | Selenium RC is slower than Webdriver | It is faster than selenium RC |
11 | Selenium RC has automatically generate Report in Html build report | Webdriver has no command which automatically generate report |
Difference between Selenium RC and Webdriver
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Leave your comments, queries, suggestion I will try to provide solution