Selenium Deep Dive: Component Testing with Selenium Framework


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description

An inline frame is an HTML document that is embedded inside an HTML document and used to insert other content into a web page. Alerts are pop-up windows that appear on screen in response to various user actions. Handling of inline frames, alerts, and pop-up boxes are part of component testing using the Selenium framework. In this course, you'll explore the application architectures and the features of legacy and modern applications that can impact automation of tests. You'll learn how to use the Select, ByValue, and ByVisibleText methods. Next, you'll explore how to work with Selenium WebDriver to manage inline frames. Finally, you'll learn about JavaScript alerts, working with checkboxes, testing confirmation pop-ups, and prompt pop-ups in applications.



Expected Duration (hours)
1.2

Lesson Objectives

Selenium Deep Dive: Component Testing with Selenium Framework

  • discover the key concepts covered in this course
  • recall prominent application architectures and their components
  • recognize the features of legacy and modern applications that can impact test automation using Selenium
  • use the WebDriver Select method and work with the selectByIndex method to perform operations on a Select drop-down
  • manage inline frames while defining test mechanisms using Selenium WebDriver
  • manage JavaScript alerts using the Selenium WebDriver Alerts API
  • use the selectByValue and deselectByValue methods to select and deselect all options that have values matching the specified arguments
  • use the selectByVisibleText and deselectByVisibleText methods to select and deselect all options that display text matching the specified arguments
  • write Selenium scripts to automate operations on a Select drop-down and retrieve the text of the values in the drop-down
  • work with checkboxes in a WebDriver scenario
  • use Selenium to test scenarios using multiple checkboxes and safechecks
  • write Selenium scripts to handle and test confirmation pop-ups in an application
  • write Selenium scripts to handle and test prompt pop-ups in a real-life scenario
  • summarize the key concepts covered in this course
  • Course Number:
    it_atsedddj_05_enus

    Expertise Level
    Intermediate