- Course Introduction
- Course Road map
- Prerequisite for Course
- 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 Architecture
- Code to explain Webdriver Architecture
- Introduction to Katalon Studio
- Creating the first project
- Record and Playback Mode
- Manual Mode
- Script Mode
- What is a Test Object or Web Element
- FireBug and Firepath
- Xpath and their usage
- Xpath Function,Absolute and Relative Xpaths
- Xpath finding Links, Buttons, Input box, Radio buttons, Checkbox
- Css Locator
- Descendant Axes View
- Following Axes View
- Ancestor Axes View
- Preceding Axes View
- Renorex Selocity
- Spy Web
- Browser Function - Manual Mode
- Browser Function - Script Mode
- Browser Function using Webdriver Api
- Handling Text box - Manual Mode
- Handling Text box - Script Mode
- Handling Text box with Webdriver Api
- Click Action - Manual Mode
- Click Action - Script Mode
- Click Action using Webdriver Api
- Handling the Checkbox - Manual Mode
- Handling the Checkbox - Script Mode
- Handling the Checkbox using Webdriver api
- 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 - Script Mode
- Taking Screenshot using Webdriver api
- Public Variable
- Global Variable
- Wait - Introduction
- Explicit Wait
- Explicit Wait - Script Mode
- Handling Multiple Browser Window
- Handling Multiple Window - Script Mode
- Handling HTML Frames
- Handling HTML Frame - Script Mode
- Configuring the Iframe in Test Object
- Handling JavaScript Alert
- Handling JavaScriptAlert - Script Mode
- Handling Confirmation Popup
- Handling Confirmation Popup - Script Mode
- Handling Prompt Popup
- Handling Prompt Popup - Script Mode
- 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 Action - SHIFT key Event
- Keyboard Action - SHIFT Key - Script Mode
- KeyBoard Action - Auto Suggestion List
- 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