1.

How are Selenium IDE, WebDriver and Selenium RC different from each other?

Answer»
Selenium IDESelenium RCWebDriver
Only supports FIREFOXSupports a RANGE of browsers like Firefox, Chrome, IE, and OperaSupports Firefox, Chrome, IE, Opera, and HtmlUnitDriver.
Supports playback and record featuresDoes not SUPPORT record and playbackDoes not support record and playback
Does not require server before executing test scriptsNeeds server before executing test scriptsDoes not require server before executing test scripts
Javascript-based frameworkJavaScript-based frameworkUses browser's NATIVE compatibility for automation
Not object-orientedSemi object-orientedCompletely object-oriented

 

You are expected to KNOW this information during Selenium Interview Questions With Answers.



Discussion

No Comment Found