selenium - PowerPoint PPT Presentation

About This Presentation
Title:

selenium

Description:

selenium remote control – PowerPoint PPT presentation

Number of Views:18
Slides: 6
Provided by: sasitamilselvan
Tags: selenium

less

Transcript and Presenter's Notes

Title: selenium


1
 Selenium Remote Control
  • https//www.besanttechnologies.com/training-course
    s/software-testing-training/selenium-training-inst
    itute-in-chennai

2
 Selenium Remote Control
  • Selenium Remote Control (RC) is a test tool that
    allows you to record automated UI tests of the
    web application in any programming language on
    any HTTP website using any browser compatible
    with conventional JavaScript.
  • Selenium RC does not call browsers directly,
    instead, it uses Selenium Server to communicate
    with test browsers on the same machine or on a
    different machine.
  • The Selenium RC works in the same way for each
    supported browser, injecting the JavaScript
    functions in the browser using the Selenium
    Server when the browser is loaded and also drives
    the application in test in the browser using the
    Selenium Server (Selenium Server uses the Java
    Script to run the test application in the
    browser)

3
 Selenium Remote Control
  • Seleno RC comes in two parts. A server that
    starts automatically and kills browsers and acts
    as an HTTP proxy for web requests from
    them.Client libraries to your favorite computer
    language.
  • Selenium Remote Control is optimal for testing
    complex Web user interfaces based on AJAX under a
    continuous integration system.
  • It is also an ideal solution for Selenium IDE
    users who want to write tests in a more
    expressive programming language than the HTML
    Selenese table format.
  • Selenium RC or Remote Control allows you to
    rotate the HTML test suites in a variety of
    different browsers such as IE, Mozilla, Chrome,
    Opera and Safari with the use of a server

4
 Selenium Remote Control
  • Selenium RC supports several languages such as
    Java, Ruby, C , Perl, Python, etc. It is
    independent of the platform, so the same code
    will work in the Windows operating system, Linux,
    Mac and Solaris.
  • The Selenium RC requires that you manually start
    / stop the server to run the test scripts. The
    Selenium RC code looks different from the
    Selenium WebDriver code (the Selenium RC uses
    different commands to perform operations compared
    to the Selenium Web Driver).
  • The RC server groups the Selenium Core and
    injects it automatically into the browser. ...
    The server receives Selenese commands from its
    test program using simple HTTP GET / POST
    requests.

5
 Selenium Remote Control
  • Functional automation for flash-based
    applications is not as straightforward as the
    traditional web application. Appropriate APIs and
    jaws must be addressed to and also the code needs
    to be updated accordingly.Steps to configure the
    Selenium RC (JAVA) using Eclipse to automate the
    flash application
  • Start Eclipse exe, go to File gtgt Alternate
    Workplace gtgt Other, then the user you will see
    the following screen, type the location of your
    desktop and click OK
  • Go to File gtgt New gtgt Java Project you will see
    the following screen appears Provide the name
    of your project, select JDK in the option "Use a
    specific JRE project "(JRE6 selected in this
    example)gt click Next and Finish
  • Right-click on the src folder and click on Newgt
    Folder, name this folder with and end
Write a Comment
User Comments (0)
About PowerShow.com