Monday, January 7, 2019



BETWEEN SELENIUM RC AND SELENIUM WEBDRIVER?



Selenium RC
Selenium WebDriver
Required to start server before executing the test script.
Doesn’t required to start server before executing the test script.
It is standalone java program which allow you to run Html test suites.
It actual core API which has binding in a range of languages.
Core engine is Javascript based
Interacts natively with browser application
It is easy and small API
As compared to RC, it is bit complex and large API.
API’s are less Object oriented
API’s are entirely Object oriented
It doesn’t supports of moving mousecursors.
It supports of moving mouse cursors.
Need to append full xpath with ‘xpath=\\’ syntax
No need to append full xpath with ‘xpath=\\’ syntax
It does not supports listeners
It supports the implementation of listeners
It does not support to test iphone/Android applications
It support to test iphone/Android applications

Related Posts:

  • How to pass the Parameter in BDD cucumber? How to pass the Parameter?Passing parameter by using “” (double quotes) OR <> signFrom feature file, we can pass a single parameter by using “” in the step.Example is given below.Step in Feature file Given user lo… Read More
  • Test Runner class in BDD Test Runner classTest runner class is the starting point in BDD from where the script get executed with the help of junit annotation. Test runner class use junit class annotation which is @Runwith(). This gets exec… Read More
  • What Is Hooks In Cucumber? What Is Hooks In Cucumber?Hooks is nothing but the script which run before or after each scenarios. There are some annotation which are used to execute script before or after each scenarioes.Below are the lists of cucum… Read More
  • What is BDD in selenium? What is BDD in selenium?BDD (Behavior Driven Development) is software development approach that allows developer or tester to create the script base on the behavior or functionality of the application.The steps of behav… Read More
  • Regular expression in step definition in cucumber Regular expression in step definitionBelow are some lists of special character that can be used while writing step definition.1. .(dot)-We can use any character in place of "." In below example, single step definit… Read More

0 comments:

Post a Comment

Blog Archive

Translate

Popular Posts

Total Pageviews

150,613

Blog Archive