COURSE DESCRIPTION
We assume that students have no experience in automation / coding and start every topic from scratch and basics. In this course, Automated Web Testing with Selenium and WebDriver Using Java, you’ll learn the skills you need to test web applications using both a record-and-playback approach, as well as a programmatic style. When you’re finished with this course, you’ll have a foundational understanding of not only how to do automated testing, but how to create your own QA framework.
Course Curriculum
- Different locators
- Locating strategies By ID
- Locating strategies By Name
- Locating strategies By class Name
- Locating strategies By tagname
- Locating strategies By Link Text
- Locating strategies By partial Link Text
- Locating strategies By CSS
- Locating strategies By Xpath
- Locating strategies to with findElements method
Introduction to Selenium
This session brings you the basic idea and architecture of selenium
Selenium IDE
This sessions brings you the idea about basics of selenium IDE and its working
Selenium webdriver Introduction
This session gives you the idea about the introductory part of selenium webdriver
Browser commands
This session gives you idea about browser commands in webdriver
Locating strategies of webdriver
This session describes about the locators in webdriver
Navigation Methods
This session provides ideas about navigation method which supports to move forward, backward, move to a particular page and refresh a webpage in the browser history.
Wait Methods
This session gives you the knowledge about how to use the wait commands and the importance of wait commands in automation testing
Switch methods
This session describes you about how to use switch method