Selenium introduction and its components:     Selenium was created by Jason Huggins in 2004. An engineer at ThoughtWorks, he was working on a web application that required frequent testing. First tool was named as “JavaScriptTestRunner” later named as “Selenium Core”     Selenium is a functional automation tool for web applications  Selenium is an open-source  Selenium can support multiple languages like HTML, java, python, ruby, Perl, PHP and C#  Can support multiple browsers like IE, Google Chrome, Mozilla Firefox, Safari and Opera  Supports the Operating systems like Windows, Linux, and Mac.                 Selenium is mainly built-in 4 Components      Selenium IDE (Integrated Development Environment)  Selenium RC (Remote Control)  Selenium WebDriver  Selenium Grid                          Selenium IDE (Integrated Development Environment):       Selenium IDE is a simple record and playback tool which comes as an add-on for Mozilla Firefox only.  Test cases written in IDE can b...
 
 
Comments
Post a Comment