Introduction to Selenium 4 & Selenium 4 Web Testing

Leverage Selenium 4 to Analyze Web Applications, Test Web Pages Elements, Unit Testing, WebDriver API and More

TT3610-4

Introductory

3 Days

Course Overview

Selenium 4 is an API that allows the automation of web page interaction through browsers, including locating and interacting with specific features within a web interface. A tool such as Selenium IDE can be used to perform the testing in a relatively manual fashion. Selenium 4 also comes with WebDriver, which provides a programmatic interface (API) for controlling and managing Selenium tests and interactions. WebDriver provides a mechanism for capturing and repeating tests with a web interface.

Introduction to Selenium 4 is a hands-on web testing course containing information on how to use Selenium 4 that is essential for experienced web developers and test engineers who need to verify web applications. This hands-on class focuses on practical skills and best practices to ensure the student learns the ins and outs of web application testing with Selenium and Java. You'll leave this course armed with the skills required to recognize how to test web applications for sufficiency, using Selenium and the WebDriver interface to design and implement tests.  Throughout the course you’ll work with a sample Web Application that requires several testing scenarios. 

Working in a hands-on learning envionment led by our expert team you'll learn to:

  • Understand web page testing needs and how Selenium meets those needs
  • Analyze a web application from a functional and testing perspective
  • Design, code, and run manual tests using Selenium IDE
  • Use Selenium constructs to locate elements on a web page
  • Test web page forms and the elements in those forms
  • Review Java constructs needed to by testers when working with WebDriver
  • Design code and run automated Selenium tests using the Java WebDriver API
  • Use the WebDriver API to test advanced web features such as delayed responses and Ajax
  • Using a combination of JUnit 5 features and WebDriver to consume streams of data for testing
  • Focus on Best Practices for Selenium testing using the Java WebDriver API

Course Objectives

Introduction to Selenium 4 is a hands-on web testing course containing information on how to use Selenium 4 that is essential for experienced web developers and test engineers who need to verify web applications. This hands-on class focuses on practical skills and best practices to ensure the student learns the ins and outs of web application testing with Selenium and Java. You'll leave this course armed with the skills required to recognize how to test web applications for sufficiency, using Selenium and the WebDriver interface to design and implement tests.  Throughout the course you’ll work with a sample Web Application that requires several testing scenarios. 

Working in a hands-on learning envionment led by our expert team you'll learn to:

  • Understand web page testing needs and how Selenium meets those needs
  • Analyze a web application from a functional and testing perspective
  • Design, code, and run manual tests using Selenium IDE
  • Use Selenium constructs to locate elements on a web page
  • Test web page forms and the elements in those forms
  • Review Java constructs needed to by testers when working with WebDriver
  • Design code and run automated Selenium tests using the Java WebDriver API
  • Use the WebDriver API to test advanced web features such as delayed responses and Ajax
  • Using a combination of JUnit 5 features and WebDriver to consume streams of data for testing
  • Focus on Best Practices for Selenium testing using the Java WebDriver API

Need different skills or topics?  If your team requires different topics or tools, additional skills or custom approach, this course may be further adjusted to accommodate.  We offer additional testing, Selenium, Cucumber, Gherkin, Python, TDD, BDD, programming, testing tools, test automation, QA, services, security and other related topics that may be blended with this course for a track that best suits your needs. Our team will collaborate with you to understand your needs and will target the course to focus on your specific learning objectives and goals.

Course Prerequisites

This is an introductory -level Selenium course, designed for experienced web developers that are familiar with Java, who wish to get up and running on testing web applications.  Ideally students should have approximately 6 months to a year of web development working knowledge.

Take Before:  We recommend attendees have the skills in the course listed below, or attend this course as a pre-requisite:

  • TT2190          Basic Java Primer for Non-Developers (QA, testers, etc) – 2 days

Please see the Related Courses tab for Pre-Requisite course specifics and links, links to similar courses you might review as an alternative, as well as suggested Next-Step Follow-On Courses and Learning Path recommendations.

Course Agenda

Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We will work with you to tune this course and level of coverage to target the skills you need most.

Session: Selenium 4 Basics

Lesson: Introduction to Selenium

  • Introduce Selenium 4
  • Selenium concepts and terminology
  • Manual testing using Selenium
  • Automated testing using Selenium WebDriver
  • Tutorial: Selenium Lottery Application
  • Lab: Analyzing the Web Application

Lesson: Using the Selenium IDE

  • Start the Selenium IDE
  • Understand the components of the Selenium IDE
  • Use Web Developer Inspector to inspect elements in a web page

Lesson: Creating and Running a Manual Test

  • Testing planning and test plans
  • Use Selenium IDE to create and run a manual test
  • Understand Selenium IDE components
  • Page transitions and globbing
  • Lab: Creating and Running a Manual Test
  • Lab: Testing Alerts

Session: Testing with Java and Selenium WebDriver

Lesson: JUnit 5 for Selenium

  • Aspects of JUnit that are relevant for Selenium testing
  • Understand the basics of testing with JUnit constructs
  • Work with Java and JUnit for managing and running tests
  • Tutorial: Setup JUnit 5 Project library in IntelliJ
  • Lab: Demo: JUnit
  • Lab: Reapplying JUnit
  • Lab: Demo JUnit
  • Lab: Reapplying JUnit
  • Lab: Demo: Using the JUnit Framework With Selenium

Lesson: Selenium WebDriver

  • Work with WebDriver in Java
  • Find locations on web pages
  • Work with different browsers
  • Built-In Locators
  • Lab: Simple Maven Setup with Eclipse
  • Tutorial: Setup IntelliJ for Using Maven
  • Lab: Creating and Running a WebDriver Test
  • Lab: Creating and Running a WebDriver Test
  • Lab: Testing With Other Browsers (optional)
  • Lab: Working With WebDriver Locators
  • Lab: Adding WebDriver Tests

Lesson: WebDriver Deep Dive

  • WebDriver commands for working with forms
  • Work with complex form components
  • Take screenshots
  • Work with alerts
  • Lab: Testing Forms With WebDriver
  • Lab: Screenshots

Lesson: Advanced WebDriver

  • Use WebDriver to work with windows, tabs and iframes
  • Utilize Actions class for mouse and keyboard actions
  • Test file uploads and downloads
  • Test AJAX elements
  • Wait for events to happen
  • Feed data sets into a testing sequence
  • Lab: Testing Wait Styles

Session: Selenium Best Practices and Processes

Lesson: Selenium Best Practices

  • Cover the best practices for testing web applications with Selenium
  • Manage Names
  • Multiple Browser Testing
  • High Quality Tests and Test Plans
  • Using Whitespace
  • Efficient Operations
  • Establish Selenium Standards

Lesson: Testing Strategies and Patterns

  • Types of web application tests
  • Strategies for locating elements
  • Wrapping Selenium calls
  • Verifying vs asserting
  • Delayed exception handling
  • Lab: Using Delayed Exceptions
  • Lab: Automated Running of Multiple Test Cases

Session: Next Steps with Selenium

Lesson: Page Object Model (POM)

  • Need for POM
  • What is POM
  • Implementing POM
  • Using Object Repositories
  • Page Factory
  • Lab: Building Page Object Models
  • Lab: Build an Object Repository
  • Lab: Using PageFactory

Bonus Topics: Time Permitting

Lesson: Selenium Locators

 

  • Use Selenium IDE to find a specific spot on the web page
  • Built-In Locators
  • Find by HTML Features
  • Find using CSS
  • Find using XPath and the DOM
  • Lab: Working With Locators

Lesson: Selenese

  • Selenese Overview
  • Selenese Commands
  • Action Commands
  • Accessor Commands
  • Assertion Commands
  • Lab: Working with Selenese

Lesson: Forms

  • Selenese Commands for Working with Forms
  • Form Actions
  • Text Form Actions
  • Keys
  • Button Form Actions
  • Other Actions
  • Lab: Testing Forms Using the Selenium IDE

Course Materials

Student Materials: Each participant will receive a Student Guide with course notes, code samples, software tutorials, step-by-step written lab instructions, diagrams and related reference materials and resource links. Students will also receive the project files (or code, if applicable) and solutions required for the hands-on work. Any courseware of lab materials provided in a cloud (if applicable) will also be made available to you separately.

Hands-On Setup Made Simple! Our dedicated tech team will work with you to ensure our ‘easy-access’ cloud-based course environment, or local installation, is accessible, fully-tested and verified as ready to go well in advance of the course start date, ensuring a smooth start to class and effective learning experience for all participants. We can also help you install this course locally if preferred. Please inquire for details and options.

Every-Course Extras = High-Value & Long-Term Learning Support! All Public Schedule courses include our unique EveryCourse Extras package (Post-Course Resource Site access with Review Labs & Live Instructor Follow-on Support, access to QuickSkills recorded High-Value lessons, Free *Live* Course Refresh Re-Takes, early access to Special Offers, Free Courses & more). Please inquire for details.

Raise the bar for advancing technology skills

Attend a Class!

Live scheduled classes are listed below or browse our full course catalog anytime

Special Offers

We regulary offer discounts for individuals, groups and corporate teams. Contact us

Custom Team Training

Check out custom training solutions planned around your unique needs and skills.

EveryCourse Extras

Exclusive materials, ongoing support and a free live course refresh with every class.

Mix, Match & Master!
2FOR1: Two Courses, One Price!

Enroll in *any* two public courses (for 2023 *OR* 2024 dates!) by December 31, for one price!  Learn something new, or share the promo!

Click for Details & Additional Offers

Learn. Explore. Advance!

Extend your training investment! Recorded sessions, free re-sits and after course support included with Every Course
Trivera MiniCamps
Gain the skills you need with less time in the classroom with our short course, live-online hands-on events
Trivera QuickSkills: Free Courses and Webinars
Training on us! Keep your skills current with free live events, courses & webinars
Trivera AfterCourse: Coaching and Support
Expert level after-training support to help organizations put new training skills into practice on the job

The voices of our customers speak volumes

Special Offers
Limited Offer for most courses.

SAVE 50%

Learn More