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.
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 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
• Set up a programming project using a language-specific client driver
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 .
Permissions in this forum:
You cannot reply to topics in this forum