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

How To Learn Selenium?

Learn Selenium… 1) What is Selenium? 2) Prerequisites for Selenium Testing 3) Select Selenium Tools and Others for Automated Testing 4) Java for Selenium 5) Selenium WebDriver, Selenium Grid 6) TestNG Testing Framework 7) Maven, Jenkins, and Others 8) Selenium Automation Framework ————————————————– 1) What is Selenium? > Selenium is a suite of Software Tools … Read more

Automating a Manual Test Case

Automating a Manual Test Case using Selenium 1) Create a Manual Test Case 2) Automate the Manual Test Case using Selenium 3) Exception Handling for Selenium Test Case —————————— 1) Create a Manual Test Case I am taking a Manual Test Case, that is Generic Test Case, “Verify Gmail Link existence in Google Home Page” … Read more

Selenium WebDriver Quick Tutorial Part 2

Selenium WebDriver Quick Tutorial Part 2 i) Writing Selenium Test Cases ii) Cross Browser Testing iii) Batch Testing iv) Data Driven Testing ———————————- Prerequisites for Writing Selenium WebDriver Test Cases 1) Test Scenario or Manual Test Case 2) Element Locators – To Locate/Indentify/Recognize Elements 3) Selenium WebDriver Commands or Methods – To perform operations on … Read more

Introduction to Selenium WebDriver

Introduction to Selenium WebDriver Introduction to Selenium WebDriver, Advantages of Selenium WebDriver, Drawbacks of Selenium WebDriver, Writing Test Steps in Selenium WebDriver using Element Locators and WebDriver API Commands. Selenium WebDriver Environment Setup and write first Selenium Test Case. i) Introduction to Selenium WebDriver ii) WebDriver Environment Setup iii) Create first Selenium Test Case i) … Read more