Selenium Data Driven Testing

Selenium Data Driven Testing

Selenium Data Driven Testing, Read Test Data from an external file (excel/text), Create Selenium Test case and connect Test data to the Test case. Selenium Data-Driven Testing Write Selenium Data-Driven Test Case, Inspect HTML Elements, Identify unique locators for Web elements, and perform actions on the web elements using Selenium Webdriver methods. Prerequisites for Writing … Read more

Page Object Model in Selenium

Page Object Model in Selenium

Page Object Model in Selenium, Create Object Repositories in Selenium, Advantages of Page Object Model, and reuse elements in Selenium Test Cases. Page Object is a Design Pattern that has become popular in test automation for enhancing test maintenance and reducing code duplication. A page object is an object-oriented class that serves as an interface … Read more

Learn Selenium in a Structured Way

Advantages and Drawbacks of Selenium

Learn Selenium in a Structured Way, Select Selenium Tool/s and other plugins & frameworks, Selenium Test Environment, Locate HTML /Web Elements and perform actions on the elements using Selenium WebDriver methods. Enhance Test Cases using programming concepts, Testing framework annotations, and Selenium Automation Framework implementation. Learn Selenium in a Structured Way: First  select Selenium Tool/s and … Read more

Writing a Selenium Test Case

Advantages and Drawbacks of Selenium

Writing a Selenium Test Case with Exception Handling Code Writing a Selenium Test Case, Inspect HTML elements, locate elements in Selenium, perform actions on the elements using Selenium WebDriver methods. Manual Test Case:  Test Case Name: Verify Admin Login in gcrShop admin interface login page Test Case ID: GC_Adm_TC001 Test Steps:  i. Launch Browser ii. … Read more

Important things in Selenium

selenium tutorial

Important things in Selenium Important things in Selenium, Web Elements or HTML Elements, Actions on the web elements, inspecting elements, locating elements, and Selenium WebDriver methods. Handling Elements in Selenium i. Web Elements and actions on the Elements ii. Inspect Elements and get Element Locators iii. Selenium WebDriver Methods iv. Programming concepts i. Web Elements … Read more

How does Selenium testing tool work?

selenium tutorial

How does Selenium testing tool work? How does Selenium testing tool work?, Selenium test environment setup, Inspecting elements, Locating elements in Selenium, Selenium WebDriver methods, and writing Selenium Test Cases. Selenium automates browsers, primarily it is for automating web applications for testing purposes, and Boring web-based administration tasks can also be automated as well. > … Read more

Selenium Step by Step Tutorial for Beginners

selenium tutorial

Selenium Step by Step Tutorial for Beginners Selenium Step by Step Tutorial for Beginners, Selenium WebDriver Tutorial, Java Programming for Selenium, TestNG Testing Framework for Selenium, Selenium Automation Framework, and Selenium Live Project. I. Selenium WebDriver: Three important topics of Selenium WebDriver 1) Install Selenium (Selenium Test Environment Setup) 2) Locating Elements (using element locators) … Read more