Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
azharuddin
azharuddin
Active particpant
Active particpant
Posts : 13
Join date : 2017-02-03
Age : 31
Location : Hyderabad
https://jovisoftsolutions.com

What is the use of Selenium Remote Control - SELENIUM Empty What is the use of Selenium Remote Control - SELENIUM

Tue Sep 25, 2018 12:50 pm

[size=30]What is Selenium Remote Control[/size]

Selenium Remote Control (RC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.

  • Selenium-RC allows the test automation developer to use programming language for maximum flexibility and extensibility in developing test logic.

  • For instance, if the application under test returns a result set, and if the automated test program needs to run tests on each element in the result set, the programming language’s iteration support can be used to iterate through the result set, calling Selenium commands to run tests on each item.

  • Selenium-RC provides an API (Application Programming Interface) and library for each of its supported languages: HTML, Java, C#, Perl, PHP, Python, and Ruby.


For an in-depth understanding and practical experience, Explore Selenium Online Training.

Selenium RC

Selenium RC Including support for several languages (Java, Javascript, PRuby, HP, Python, Perl and C#) and support for almost every browser.
What is the use of Selenium Remote Control - SELENIUM Selenium-rc-working

Selenium RC working:

Selenium RC components:

  • Selenium Server : acts as an HTTP proxy for browser requests.

  • Client libraries : for various programming languages, each of which instructs the Selenium Server in how to test the AUT by passing it your test script’s Selenium commands.


The Selenium Server, which launches and kills browsers.
Client libraries which provide the interface between each programming language and the Selenium RC Server.
Client libraries communicate with the Server passing each Selenium command for execution. Then the server passes the Selenium command to the browser using Selenium-Core JavaScript commands. The browser, using its JavaScript interpreter, executes the Selenium command. This runs the Selenese action or verification you specified in your test script.

Selenium RC Installation

• Install the Selenium RC Server.
• Set up a programming project using a language-specific client driver
avatar
sona456
Posts : 7
Join date : 2018-12-20
https://crbtech.in/programmes/software-testing-training-programm

What is the use of Selenium Remote Control - SELENIUM Empty Re: What is the use of Selenium Remote Control - SELENIUM

Mon Feb 11, 2019 2:27 pm
@page { margin: 2cm } p { margin-bottom: 0.25cm; line-height: 120% } a:link { so-language: zxx }
Selenium Remote Control(RC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.

  • Selenium-RC allows the test automation developer to use programming language for maximum flexibility and extensibility in developing test logic.
  • For instance, if the application under test returns a result set, and if the automated test program needs to run tests on each element in the result set, the programming language’s iteration support can be used to iterate through the result set, calling Selenium commands to run tests on each item.
  • Selenium-RC provides an API (Application Programming Interface) and library for each of its supported languages: HTML, Java, C#, Perl, PHP,Python,and Ruby .
Back to top
Permissions in this forum:
You cannot reply to topics in this forum