Posts

Showing posts from October, 2022

Selenium Automation

Image
  Selenium Automation Selenium  is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python, etc. to create Selenium Test Scripts. Testing done using the Selenium testing tool is usually referred to as  Selenium Testing .   Selenium Tool Suite Selenium Software is not just a single tool but a suite of software, each piece catering to different Selenium QA testing needs of an organization. Here is the list of tools Selenium Integrated Development Environment (IDE) Selenium Remote Control (RC) WebDriver Selenium Grid Who developed Selenium? Since Selenium is a collection of different tools, it also had different developers. Below are the key persons who made notable contributions to the Selenium Project Primarily, Selenium was  created by Jason Huggins in 2004 . An engineer at ThoughtWorks, he w...