Posts

Showing posts from 2022
  EXCEL Issue : In excel, date field is coming as numeric value when changing in to text format. For this do the below steps: 1) change the date column field in to text format. 2) Now it becomes numeric values. 3) Delete the field data (numeric values) 4) Copy the actual required date format (2009-02-25) in to notepad 5) Copy it again and past it in the excel where numeric fields were deleted. 6) Now date will be in text format and un editable.

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...