Welcome to SSR Software Testing Training

Introduction of Automation Testing

  1. Webelement
  2. Types of Webelements
  3. Operations of Webelement
  4. HTML for Webelements
  5. Locators for Webelement
  6. Add-ons a)Chropath b)Xpath c) Developer tools
  7. Introduction of Selenium and components
  8. a)Selenium IDE- Chrome&Firefox Browser add-on Functional Testing Tool
  9. a1.Commands / Verification and Assertions
  10. a2.Test Suite: set of test case scripts
  11. a3.Automation scripts for test cases
  12. b)Selenium RC-Server based Functional Testing Tool for webbased application
  13. c)Selenium WebDriver-Standalone Functional Testing Tool for webbased application
  14. d)Selenium Grid-Non functional Testing tool for Performance Testing

Selenium WebDriver

  1. Introduction of Selenium Webdriver including advantages and disadvantages
  2. Inspecting Webelement
  3. Add on tools to inspect Webelement :1.ChroPath 2.TruePath 3.SelectorsHub
  4. Locators types for Webelement:1.id 2.name 3.xpath 4.csselector 5.linktext 6.partiallinktext 7.tagname 8.classname
  5. Xpath:1.Relative xpath 2.Absolute xpath
  6. Browser Commands-commands to handle browser and Navigation commands
  7. Webelement Access commands- findelement() and findelements() to access webelement
  8. Webelement commands-Operation on webelement
  9. Window handle commands- handling popup ,frames and windows
  10. Action commands-Keyboard, Mouse and cursor related commands and Drag and Drop
  11. Synchronization commands-Slowly running script to execute commands
  12. Handling drop- down fields
  13. Use of JavascriptExecutor interface and executeScript() method
  14. Important exceptions in Selenium Webdriver
  15. Framework a)Sequential framework b))Modular framework c)Data driven framework d)Keyword driven framework e)Hybrid framework
  16. Script for different browsers to execute
  17. Functional test case Scripts for valid&Invalid Test cases
  18. Test Suite Run and Batch Run of test case scripts
  19. Running script for Regression testing and Cross browser testing with framework concept
  20. Excel Read&Write by Java with apache POI jars
  21. Running script for DataDriven testing
Back