Wednesday, April 11, 2012

Difference between Selenium IDE, RC and Web Driver

Untitled 1 eSportsonline - Discount Team Gear for Every Sport + Free Shipping   
NO Selenium IDE Selenium RC WebDriver
1 Works only on Mozilla Firefox Works on all browsers. Works on latest versions of all browsers - Firefox, IE, Opera, Chrome
2 It is Record and run tool No Record and run No Record and run
3 No server required to start Server required to start No server required to start
4 Full xpaths have to be appended with 'xapth=\\' syntax Full xpaths have to be appended with 'xapth=\\' syntax No need to be append
5 Not at all object oriented Object oriented Object oriented
6 Core engine is JavaScript based Core engine is JavaScript based Interacts natively with browser application
7 It is GUI Plug-in  It is standalone java program which allow you to run Html test suite It is actual core API which has binding in a range of languages

No comments:

Post a Comment