Introduction
  • Introduction
Basic of C# Programming
  • Creating Console Application
  • DataTypes in C#
  • Conditional & Control Statments
  • Class Object & Methods
  • Static Variables and Methods
  • Inheritance
  • Constructor Chaining & Overloading
  • Method Overloadin and Base Keyword
  • Abstract Class
  • Interface
  • Exception Handling
  • Property
  • Presentation Slide
Visual Studio - MSTest
  • VS2019 - Alert
  • MSTest Attribute Part - 1
  • MSTest Attribute Part - 2
  • Presentation Slide
Web Component locator and Xpath
  • FireBug and Firepath
  • Xpath and their usage
  • Presentation Slide
  • Xpath Function,Absolute and Relative Xpaths
  • Presentation Slide
  • Xpath finding Links, Buttons, Input box, Radio buttons, Checkbox
  • Css Locator
  • Presentation Slide
Relative Xpath using Axes View
  • Descendant Axes View
  • Following Axes View
  • Ancestor Axes View
  • Preceding Axes View
  • Presentation Slide
  • Ranorex Selocity
Selenium Webdriver Concept & Project Setup
  • Setting Up Bugzilla
  • Setting up Selenium Webdriver
  • Framework Types
  • Presentation Slide
  • Framework Structure
  • Reading the Configuration from App.config
  • Setting up the BaseClass
  • Presentation Slide
  • Page Navigation Close & Quit
  • ChromeOptions,InternetExploreOptions and FirefoxProfile Class
  • Presentation Slide
Handling Web Based Component
  • Identifying the Web Element
  • Handling Web Elements Part - 1
  • Handling Web Elements Part - 2
  • Presentation Slide
  • Handling Dropdown List
  • Presentation Slide
  • Taking ScreenShot with Webdriver
  • Headless Browser - PhantomJS
  • PhantomJsOption & PhantomJsDriverService Class
  • Extracting all Web element from Webpage
  • Presentation Slide
Web Driver Waits
  • PageloadTimeout and Implicit Wait
  • Dynamic Waits - WebDriverWait Class
  • Dynamic Waits - Default Wait Class
  • Dynamic Waits - ExpectedConditions Class
  • Presentation Slide
Webdriver Advance Features
  • Browser Actions
  • Handling Multiple Browser Window
  • Handling IFrame
  • Presentation Slide
  • Handling JavaScript Alert
  • Handling Javascript Confirmation & Prompt Popup
  • Presentation Slide
  • Handling Mouse Action
  • Handling Auto Suggest List
  • Handling KeyBoard Actions
  • JavaScriptExecutor
  • Presentation Slide
Page Object Model
  • POM - Introduction
  • POM - PageFactory
  • POM - Framework Design
  • Presentation Slide
DataDriven Framework
  • Introduction
  • TestContext Class
  • Reading the Data from CSV file
  • Reading the Data from XML file
  • Reading the Data from Excel File
  • Presentation Slide
Excel Data Reader
  • ExcelDataReader package
  • Framework for ExcelDataReader
  • Developing the Generic ExcelDataReader
  • Running the Script using DDF
  • Presentation Slide
Keyword Driven Framework
  • Keyword Driven Framework Introduction