Selenium IDE
|
Selenium RC
|
Selenium
Web-driver
|
|
Works on almost
all browsers.
Does not work on latest version of Firefox/IE. |
Works on latest
versionsofalmost all browsers-Fire fox,IE(6,7,8), Opera,Chrome. |
|
No Record and
run.
|
No Record and
run.
|
|
Server is
required to start.
|
No server
required
to start. |
|
Core engine is
JavaScript based.
|
Interacts
natively
with browser app -lication. |
knowledge on java script
which
makes the
work a little bit tough.
|
Its a simple and
small API.
|
Complex and a
bit
large API as compa- red to RC. |
|
Less Object
oriented API.
|
Purely Object oriented API. |
|
Can move
mouse with it.
|
Can move mouse
- cursor |
|
Full xpaths have
to be
appended with 'xapth=\\' syntax. |
No need to
append
'xpath=\\' |
|
No Listeners.
|
Implementation of Listeners is provided. |
|
CannottestiPhone/Android applications.
|
Can test
iPhone/
Android - applications. |
Thursday, 4 September 2014
Difference between Selenium IDE Vs SeleniumRC Vs Selenium Webdriver
Subscribe to:
Post Comments (Atom)
Abhishek using Selenium IDE and Selenium RC we can use mouse move too
ReplyDeleteLast two line are duplicate make it unique.
Thank Q mukesh did it.
Delete