Selenium IDE - Locating, Verifying, and Testing Elements


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Discover how to locate, verify, and test various elements in Selenium IDE. This course covers how to use the Selenium IDE to locate elements by ID, name, Xpath, link text, DOM, and CSS. See how to verify element presence, text presence, and element position. Explore Selenium IDE input controls, list boxes, check boxes, popups, multiple windows, drag and drop, links, alerts, and confirmations. Finally, as a review exercise, you will use the Selenium IDE to check the following: input controls, list boxes, check boxes, popups, multiple windows, drag and drop, links, alerts, and confirmations.

Target Audience
Programmers and testers who want to use Selenium automated web testing with Java, C#, or Python to test web applications

Prerequisites
None

Expected Duration (hours)
0.7

Lesson Objectives

Selenium IDE - Locating, Verifying, and Testing Elements

  • start the course
  • use the ID method as a locating strategy
  • use the name method with and without filters as a locating strategy
  • describe and use the Xpath method as a locating strategy
  • use link text to locate a hyperlink
  • use JavaScript with the document object model as a locating strategy
  • use CSS selectors to identify elements based on HTML tag, id, class, and attributes
  • use the verifyElement commands in Selenium IDE
  • use the verifyText commands in Selenium IDE
  • use the verifyElementPosition commands in Selenium IDE
  • check input controls in Selenium IDE
  • test list box functionality in Selenium IDE
  • work with checkboxes in Selenium IDE
  • check popups in Selenium IDE
  • work with multiple windows in Selenium IDE
  • use drag and drop in Selenium IDE
  • test links in Selenium IDE
  • use the storeAlert command in Selenium IDE
  • use the confirmation popup in Selenium IDE
  • check page elements in Selenium IDE
  • Course Number:
    sd_sele_a03_it_enus

    Expertise Level
    Beginner