Selenium

Selenium Tutorial

WebElement in Selenium

WebElement in Selenium

WebElement in Selenium Forms are the fundamental web elements to receive information from the website visitors. Web forms have different GUI elements like Text boxes, Password fields, Checkboxes, Radio buttons, dropdowns, file inputs, etc. We will see how to access these different form elements using Selenium Web Driver with Java. Selenium encapsulates every form element…

Locators in Selenium

Locators in Selenium

What are Locators? Locator is a command that tells Selenium IDE which GUI elements ( say Text Box, Buttons, Check Boxes etc) its needs to operate on. Identification of correct GUI elements is a prerequisite to creating an automation script. But accurate identification of GUI elements is more difficult than it sounds. Sometimes, you end…

What is Selenium? Introduction Tutorial

What is Selenium? Introduction Tutorial

What is Selenium? 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. Expert Insights “Avoid using…

What is DOM in Selenium WebDriver: Structure, Full Form

What is DOM in Selenium WebDriver?

DOM in Selenium WebDriver is an essential component of web development using HTML5 and JavaScript. The full form of DOM is Document Object Model. DOM is not a computer science concept. It is a simple set of interfaces standardized among web developers to access and manipulate documents in HTML or XML using JavaScript.

Selenium Framework: Data, Keyword & Hybrid Driven

Selenium Framework: Data, Keyword & Hybrid Driven

What is Selenium Framework? The Selenium automation Framework is a code structure that makes code maintenance easy and efficient. Without frameworks, users may place the “code” and “data” at the same location which is neither reusable nor readable. Frameworks produce beneficial outcomes like increased code reusability, higher portability, reduced cost of script maintenance, better code…

End of content

End of content