Introduction
  • Course Introduction
  • Course Road map
  • Prerequisite for Course
Tools Required
  • Tools Required
  • Setting up the jdk 1.8
  • Setting up the Katalon Studio
  • Setting up the Test Application
  • Setting up Eclipse
  • [Important] Virtual Machine - Environment Setup
Selenium Webdriver
  • Selenium Webdriver Architecture
  • Code to explain Webdriver Architecture
Katalon Studio
  • Introduction to Katalon Studio
  • Creating the first project
  • Record and Playback Mode
  • Manual Mode
  • Script Mode
  • What is a Test Object or Web Element
Web Element locator and Xpath
  • FireBug and Firepath
  • Xpath and their usage
  • Xpath Function,Absolute and Relative Xpaths
  • Xpath finding Links, Buttons, Input box, Radio buttons, Checkbox
  • Css Locator
Relative Xpath using Axes View
  • Descendant Axes View
  • Following Axes View
  • Ancestor Axes View
  • Preceding Axes View
  • Renorex Selocity
Object Spy
  • Spy Web
Handling Browser
  • Browser Function - Manual Mode
  • Browser Function - Script Mode
  • Browser Function using Webdriver Api
Handling Text box
  • Handling Text box - Manual Mode
  • Handling Text box - Script Mode
  • Handling Text box with Webdriver Api
Handling Click Action
  • Click Action - Manual Mode
  • Click Action - Script Mode
  • Click Action using Webdriver Api
Handling Checkbox
  • Handling the Checkbox - Manual Mode
  • Handling the Checkbox - Script Mode
  • Handling the Checkbox using Webdriver api
Handling DropDown/ComboBox
  • Handling DropDown - Manual Mode Part - 1
  • Handling DropDown - Manual Mode Part - 2
  • Handling the DropDown - Script Mode
  • Handling of DropDown using Webdriver api
Taking Screenshot
  • Taking Screenshot - Script Mode
  • Taking Screenshot using Webdriver api
Variable Types
  • Public Variable
  • Global Variable
Waits
  • Wait - Introduction
  • Explicit Wait
  • Explicit Wait - Script Mode
Handling Multiple Browser Window
  • Handling Multiple Browser Window
  • Handling Multiple Window - Script Mode
Handling Frames
  • Handling HTML Frames
  • Handling HTML Frame - Script Mode
  • Configuring the Iframe in Test Object
Handling JavaScript Popup
  • Handling JavaScript Alert
  • Handling JavaScriptAlert - Script Mode
  • Handling Confirmation Popup
  • Handling Confirmation Popup - Script Mode
  • Handling Prompt Popup
  • Handling Prompt Popup - Script Mode
Mouse Actions
  • Mouse Action - Double Click
  • Mouse Actions - Drag and Drop
  • Mouse Action - Focus
  • Mouse Action - Mouse Hover
  • Mouse Action - Right Click
  • Handling Auto Suggest list
KeyBoard Actions
  • KeyBoard Action - SHIFT key Event
  • Keyboard Action - SHIFT Key - Script Mode
  • KeyBoard Action - Auto Suggestion List
Custom Keyword
  • Introduction - Custom Keyword
  • Creating Custom Keyword
  • Custom Keyword - Paramitrized
  • Custom Keyword - Login and Logout Keyword - Part 1
  • Custom Keyword - Login and Logout Keyword - Part 2
  • Creating Runtime Test Object - Part 1
  • Creating Runtime Test Object - Part 2
Runtime Update of TestObject