Skip to content

Code repository for Dive into Core of Selenium Automation, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Dive-into-Core-of-Selenium-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dive into Core of Selenium Automation [Video]

This is the code repository for Dive into Core of Selenium Automation [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Selenium 3.0, shipped after a gap of 5 years, represents a significant change. It is only a drop-in replacement for WebDriver API users; however, it has removed the major Selenium core implementation. Selenium WebDriver API is fully object oriented compared with the deprecated Selenium RC. The WebDriver API provides multi-language support and runs tests on all the most popular browsers. In this wide and complex World Wide Web era, this video will teach you how to tame it by gaining an in-depth understanding of the Selenium API.

This video starts with how to solve the difficult problems that you will undoubtedly come across as you start using Selenium in an enterprise environment. You'll learn to produce the right feedback when failing and what the common exceptions are, explain them properly (including the root cause), and fix them. You will also see the differences between the three available implicit waits and explicit waits, and learn to work with effective page objects. Moving on, the video shows you how to utilize the advanced user interactions API, how you can run any JavaScript you need through Selenium. Finally, the video discusses hard assertions and soft assertions and how to use them.

What You Will Learn

  • Handle hidden elements
  • Represent browsers through instances of objects in code
  • Work with dynamic test data generation
  • Tackle explicit waits and removing all static pauses
  • Understand the Selenium architectural diagram
  • Discuss the difference between hard assertions and soft assertions and how to use soft assertions

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:

  • A basic understanding of Java programming language
  • Understanding of software quality assurance and the value of software testing
### Technical Requirements
This course has the following software requirements:

Related Products

About

Code repository for Dive into Core of Selenium Automation, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published