120 likes | 175 Views
Radiant IT online training is providing Testing tools online training, QA online training, we are expertise in automation tools training like selenium and QTP with live projects
E N D
online Reach Us: Radiantits.com Contact Us: +12105037100
Introduction of SELENIUM Selenium is an automation tool, designed for software testing, it suites for web applications across different platforms and browsers. It is an open source platform. It only focuses on automating web-based applications. Reach Us: Radiantits.com Contact Us: +12105037100
COMPONENTS OF SELENIUM • Selenium has Four components, each performs different actions in testing an application or form for an organization. • The following are the components of selenium • Selenium Integrated Development Environment(IDE) • Selenium Remote Control (RC) • Web Driver • Selenium Grid Reach Us: Radiantits.com Contact Us: +12105037100
Suit of SELENIUM Reach Us: Radiantits.com Contact Us: +12105037100
Development of SELENIUM As we discussed previous, selenium is a merge of different tools, and it had developed by different developers. In 2004 Jason Huggins was created primarily. Selenium core was developed for controlling the action of repetitious manual testing of an application. And after that selenium RC and Selenium Grid and IDE was developed by different persons. Reach Us: Radiantits.com Contact Us: +12105037100
Selenium Integrated Development Environment (IDE) Is the simplest framework in the Selenium suite and is the easiest one to learn. It is a Firefox plug-in that you can install as easily as you can with other plugging. However, because of its simplicity, Selenium IDE should only be used as a prototyping tool. If you want to create more advanced test cases, you will need to use either Selenium RC or Web Driver. Reach Us: Radiantits.com Contact Us: +12105037100
Selenium Remote Control It was the flagship testing framework of the whole Selenium project for a long time. This is the first automated web testing tool that allowed users to use a programming language they prefer. Reach Us: Radiantits.com Contact Us: +12105037100
Selenium supporting programming languages • Java • C# • PHP • Python • Perl • Ruby Reach Us: Radiantits.com Contact Us: +12105037100
SELENIUM WEB DRIVER The Web Driver proves itself to be better than both Selenium IDE and Selenium RC in many aspects. It implements a more modern and stable approach in automating the browser's actions. Web Driver, unlike Selenium RC, does not rely on JavaScript for Automation. It controls the browser by directly communicating with it. Reach Us: Radiantits.com Contact Us: +12105037100
Selenium Grid Selenium Grid is a tool used together with Selenium RC to run parallel tests across different machines and different browsers all at the same time. Parallel execution means running multiple tests at once. Reach Us: Radiantits.com Contact Us: +12105037100
Grid Features: • Enables simultaneous running of tests in multiple browsers and environments. • Saves time enormously. • Utilizes the hub-and-nodes concept. The hub acts as a central source of Selenium commands to each node connected to it. Reach Us: Radiantits.com Contact Us: +12105037100
Reach Us: Radiantits.com Contact Us: +12105037100