Usage of Programming in Selenium Test Environment

Usage of Programming in Selenium Test Environment

Usage of Programming in Selenium Test Environment, Java Programming for Selenium, Data Types  & Variables to handle data, Programming Methods/Functions to create reusable functions for Test cases, Exception handling code to handle run-time errors in Test cases, Selenium Test Environment Setup, and Selenium Automation Framework. Selenium is a functional & regression test tool, other tools … Read more

Selenium Training Videos

Selenium Training Videos

Selenium Training Videos on Selenium Fundamentals, Test Automation Fundamentals, Java Programming for Selenium, and Design & Implement Automation Framework. Selenium, Java, TestNG, and Project Latest Notes Selenium Training Videos Selenium Training Videos, Introduction module,  Selenium Syllabus Selenium WebDriver Fundamentals, Inspecting Elements, Locating Elements, Actions on Web Elements, POM, and Writing Selenium Test Cases. Java for … Read more

Handling Web Elements in Selenium

Handling Web Elements in Selenium

Handling Web Elements in Selenium, Inspect Web/HTML Elements, Locating elements, performing actions on elements, and writing Selenium Test Steps. Handling Web Elements in Selenium, handle browser, edit box, button, link, checkbox, radio button, image, dropdown box, text, popup window, web/HTML table, web frame, etc, Handling Web Elements using Selenium Pre-requisites to create Test cases in … Read more

Selenium WebDriver Methods

Selenium WebDriver Methods

Selenium WebDriver Methods, Actions on web elements, Selenium Brower commands, browser navigation commands, and commands on web elements. Element Locators – Locating/Identifying/Recognizing elements in web pages Selenium WebDriver methods – To perform actions on web elements Note: Using Element Locators and WebDriver methods we create Test steps. Selenium WebDriver API Commands i. Methods on Browser … Read more

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

Guidelines for Writing Test Cases

Software Test Cases

Guidelines for Writing Test Cases, Software Testing Job Responsibilities, Derive Test Scenarios, Document Test Cases, and Collect Test Data. Writing Test Cases is an important task in software testing, software testing job responsibilities are: Understanding & Analyzing software requirements. Derive Positive & Negative test scenarios. Document test cases. Collect test data. Execute test cases. Analyze … Read more

Selenium Features

Advantages and Drawbacks of Selenium

Selenium Features, Selenium is an Open source tool, Selenium is cross-platform, Selenium is portable, and Selenium supports Parallel testing. According to Selenium official web site (selenium.dev) Selenium automates browsers, > Selenium primary purpose is Testing of Web Applications, > Selenium also supports Automating Web-based administration tasks, Features of Selenium 1. Selenium is used for Functional … Read more

Write A Selenium Test Case with Multiple Verification Points

Advantages and Drawbacks of Selenium

Write A Selenium Test Case with Multiple Verification Points Write A Selenium Test Case with multiple verification points, Select Manual test case, Inspect HTML elements, get unique locators for elements, perform actions on the web elements using Selenium WebDriver methods, and enhance the test case using Java programming. Manual Test Case: Verify page redirecting functionality … 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