Selenium Contents


Post#1.Automation Introduction
Post#2.Different Automation Testing Tools
Post#3.Selenium Introduction
Post#4.Different Components in Selenium
Post#5.Selenium WebDriver Interface Hierarchy
Post#6.Install Eclipse
Post#7.Install Selenium
Post#8.Open Browser
Post#9.Open Browser with WebDriverManager
Post#10.Close Browser
Post#11.Open Webpage
Post#12.Work Offline
Post#13.WebDriver Methods
Post#14.Inspect Webpage
Post#15.Locators Part-1 (ID,Name,Class,TagName,LinkText,Partial LinkText)
Post#16.Locators Part-2 (ByChained,ByIdOrName,ByAll)
Post#17.Locators Part-3 (XPath)
Post#18.Locators Part-4 (CSS Selectors)
Post#19.Locators Part-5 (Custom Locators)
Post#20.Chrome Firefox Options-SetBinary
Post#21.Handle SSL Certificate issue
Post#22.Handle PROXY in Selenium Webdriver
Post#23.Handle Browser notification, infobars
Post#24.Handle the unhandled alerts
Post#25.Page Load Strategy
Post#26.Custom Firefox Profile
Post#27.Actions on WebElements
Post#28.Handle Basic Authentication Pop Up
Post#29.Handling Links Part-1 (link text and partial link text)
Post#30.Handling Links Part-2 (Finding All links on a web page)
Post#31.Handling Links Part-3 (Finding All links of Header section only)
Post#32.Handling Links Part-4 (visible and invisible links)
Post#33.Handling Links Part-5 (Clicking on each link of a web page)
Post#34.Handling Links Part-6 (Finding broken links)
Post#35.Capturing Screenshot Part-1 (Capture Web page Screenshot)
Post#36.Capturing Screenshot Part-2 (Capture Screenshot of Web Element)
Post#37.Capturing Screenshot Part-3 (Highlight the Element in screenshot)
Post#38.Capturing Screenshot Part-4 (Compare two Screenshots)
Post#39.Capturing Screenshot Part-5 (Take Multiple Screenshot)
Post#40.Capturing Screenshot Part-6 (Add Screenshot to PDF File)
Post#41.Capturing Screenshot Part-7 (Converting to image from different OutputType)
Post#42.Waits in Selenium
Post#43.Timeouts Interface in Selenium
Post#44.Implicit Wait in Selenium
Post#45.Fluent Wait in Selenium
Post#46.Webdriver Wait (Explicit wait) in selenium
Post#47.Handling Alerts in Selenium
Post#48.Handling DatePicker in Selenium
Post#49.Handling Web Table in Selenium
Post#50.Handling Dropdown Part-1 (Single Dropdown)
Post#51.Handling Dropdown Part-2 (Multi Value Dropdown)
Post#52.Check whether a dropdown is Single value dropdown or Multi Value dropdown ?
Post#53.Get All Options Present in Dropdown
Post#54.Different ways to select dropdown option
Post#55.Verify Particular Option is present in dropdown or not ? (For dropdown with select tag)
Post#56.Verify Particular Option is present in dropdown or not? (dropdown without select tag)
Post#57.Different ways to check whether Option is selected or not in Dropdown with Selenium WebDriver
Post#58.Handling Frame Or iFrame in Selenium
Post#59.Handling Window or Tab in Selenium
Post#60.Actions Class in Webdriver
Post#61.Mouse Hover in Selenium
Post#62.DoubleClick in Selenium
Post#63.ContextClick in Selenium
Post#64.Drag and Drop (moveToElement) in Selenium
Post#65.Drag and Drop (moveByOffset) in Selenium
Post#66.Selectable Items Handling in Selenium
Post#67.How to interact with sliders in Selenium WebDriver
Post#68.How to interact with Resizable Element in Selenium WebDriver
Post#69.Zoom In And Zoom Out page in Selenium
Post#70.Automation Test Life Cycle
Post#71.JavascriptExecutor in Selenium
Post#72.Code Review-Coding Standard-SonarLint
Post#73.Selenium Grid
Post#74.Log4j with Selenium
Post#75.Extent Report version 3
Post#76.Maven setup in Eclipse for Selenium Tests
Post#77.Maven setup to execute from command prompt
Post#78.Maven Overview - Core Concepts
Post#79.Maven POM Files
Post#80.Maven Settings File
Post#81.Maven Build Life Cycles, Phases and Goals
Post#82.Maven Build Profiles and Plugins
Post#83.Running Maven
Post#84.Maven Directory Structure
Post#85.Project Dependencies
Post#86.Maven Repositories
Post#87.Create and Build Your First Maven Project
Post#88.Maven Commands
Post#89.Maven-Java Compiler Version
Post#90.Maven Archetypes
Post#91.Maven Unit Test Report
Post#92.Convert Java project to Maven Project
Post#93.Create Maven Project from Command Prompt
Post#94.GitHub with Eclipse
Post#95.Jenkins Introduction & Installation
Post#96.Creating and executing Jenkins Job
Post#97.Generate TestNG Report in Jenkins
Post#98.How to execute Build at scheduled time in Jenkins
Post#99.GIT integration with Jenkins
Post#100.How to Configure Email Notification in Jenkins?
Post#101.What is CI CD Pipeline?
Post#102.Setup Pipeline in Jenkins

Post#103.Introduction to TestNG
Post#104.Install TestNG In Eclipse From Eclipse Marketplace
Post#105.Installing TestNG Plugin In Eclipse Using The “Install New Software…” Feature
Post#106.Install TestNG In Eclipse IDE Via Offline Jar Files
Post#107.TestNG Annotations for Selenium WebDriver
Post#108.Create First TestNG Script And execute
Post#109.TestNG Reporting
Post#110.How to configure testng.xml File with TestNG
Post#111.How to execute Multiple Classes and Multiple Test using testng.xml File
Post#112.How to Execute Multiple Classes From Different Packages Using testng.xml File
Post#113.How to execute All Or Specific Packages Using testng.xml File
Post#114.How to Include-Exclude Selected Test Methods Using testng.xml File
Post#115.How to Include-Exclude Selected Test package Using testng.xml File
Post#116.Using Regular Expression To Include-Exclude Test Method From Execution
Post#117.How to Skip Exception Test in TestNG
Post#118.TestNG Test Case Priority
Post#119.Preserve Order in Testng
Post#120.Timeout Test in TestNG
Post#121.Class level annotations in TestNG
Post#122.Groups in TestNG
Post#123.TestNG Assertions
Post#124.Optional annotation in TestNG
Post#125.Exception Test in TestNG
Post#126.Parallel Execution of test methods in TestNG
Post#127.Parallel Execution of test In multiple browsers using testNG
Post#128.Data driven Testing using TestNG
Post#129.Dependency Test in TestNG

No comments:

Post a Comment