Selenium Introduction
  • ***Course FAQ's-*** (Must Watch Lecture)
  • Social proof for BEST SELLER in Selenium Category?**(Must Watch)**
  • How to reach Trainer for Queries?
  • Selenium syllabus walkthrough(**Must watch)
  • Selenium Features- What you need to know
  • Selenium WebDriver Architecture Simplified
  • Selenium Introductory Notes download
Complete Installation Guide for java and Selenium Learning
  • Java Installation
  • How to Set JAVAHOME path in MAC
  • Video Player Setting tips for Best Experience in viewing course
  • Eclipse Installation ,confiugaration
  • Selenium Project creation with Class files
  • Notes download
  • Downloading and configuring Selenium
  • Important Note on OS compatibility
Brush up Java Concepts for Selenium Automation
  • How to run tests in Google Chrome
  • Setting Chrome driver path in MAC ( for MAC Users only)
  • How to run tests in Firefox and IE
  • Troubleshooting errors on browser invocation code
  • Brush up basic java concepts -1
  • Brush up basic Java concepts -2
  • Brush up basic java concepts -3
CORE JAVA In depth for Manual testers and Beginners
  • 7 hours Indepth Java learning with Interview Ques
Configuring Selenium and Running Tests on All Browsers
  • Basic Methods of Webdriver
  • Webdriver browser methods - 2
  • Webdriver Java concepts Notes
  • Quiz - Check Your Knowledge
Locator Techniques& Tools used to identify Objects
  • Importance of Locator Identifiers in Selenium
  • Identifying locators(id,name,linkText) with developer tools -1
  • Identifying locators(className) with developer tools -2
  • Identifying xpath in chrome and firefox Browsers
  • Identifying CSS locators with chrome and firefox Addons
  • Validating the accuracy of xpath and Css from browser addons
  • Practise exercises on locators learnt from the previous lectures
  • Generating customized xpath from html attributes
  • Generating customized CSS from html attributes
  • Practise exercises with Xpath and CSS with regular expressions
  • Web applications to Practise Selenium Automation
  • Cheat sheet
***15 Popular Interview Questions on Selenium Basics****
  • Identify Xpath with Parent Child Traverse relationship
  • Surprise!! Use chropath plugin to get Xpath and CSS
  • Difference between Relative and absolute xpath?
  • How to identify siblings and traverse back to parent nodes with xpath?
  • Identifying objects with Text using xpath locators
  • Sample code for download explaining xpath text/siblings/parent
  • Css Selectors locators
  • Tricks and tips in identifying objects -INTERVIEW preparation
  • Quiz - Check Your Knowledge
Selenium Webdriver->Techniques to automate Web elements
  • Important Note
  • Handling Static dropdowns with Select webdriver API
  • Updated lecture on latest Dropdown looping UI
  • Code Snippet download
  • Handle Dynamic dropdowns with Webdriver API
  • Parent-Child relationship locator to Identify the objects Uniquely
  • Code Snippet download
  • Handling AutoSuggestive dropdowns using Selenium
  • AutoSuggestive code download
  • Handling Checkbox and getting the size of them with Selenium
  • Importance of Assertions in Automation testing and how to use them
  • Code Snippet download
  • Checkboxes exercise
  • Handling Calendar UI in travel websites using Selenium
  • Validating if UI Elements are disabled or enabled with Attributes
  • Code Snippet download
  • End to End Automation using all UI Elements with selenium
  • Exercise code download
  • Handling Java Alerts using Selenium Webdriver
  • Alerts code download
  • UI(Dropdowns,EditBoxes,Error Valdiation) Assignment
  • Quiz - Check Your Knowledge
Deep Dive into Functional testing with Selenium
  • Code formatting and Debugging
  • Problem - Adding Items into Cart for Ecommerce App
  • Sending Array of Products to Cart for checkout
  • Building Programming Logic to process items in array for Cart
  • Debugging the code to understand how flow is being built
  • Fixing the problem of inconsistent locators and making tests clean
  • code download
Synchronization usage in Selenium webdriver
  • What is Implicit wait? Explain with real time scenario
  • What is explicit wait? Explain with real time scenario
  • Scenario to automate and necessity of waits in the example
  • Practical examples on Implicit wait
  • Practical examples on explicit waits
  • code download
  • Synchronization with Explicit wait - Assignment
  • What is Fluent wait? Its advantages
  • Building Customized methods using FLuent wait
  • Practise example on Fluent wait
  • Quiz - Check Your Knowledge
Techniques to automate Ajax calls,Child Windows and IFrames
  • Handling Ajax/Mouse Interactions