Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Introduction to Selenium | Selenium Web Testing

Price
2,100 USD
3 Days
EJCJ-565
Classroom Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 27-May-2024 to 29-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,100 USD
  • Date: 8-Jul-2024 to 10-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,100 USD
View Global Schedule

Course Description

Overview

Selenium provides mechanisms for interacting with web pages 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 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 is a hands-on web testing course, 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.

To participate in the hands-on labs, incoming students should have familiarity with basic Java syntax. Students without basic Java background are welcome to follow along with the labs and cut and paste code or lab solutions as needed.

Students who attend Introduction to Selenium will leave the course armed with the skills required to recognize how to test web applications for sufficiency. This course uses Selenium and the WebDriver interface to design and implement tests. The student will work with a sample Web Application that requires several testing scenarios.
 

Objectives

After completing this course, students will be able 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 the 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 in 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

Audience

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.
 

Prerequisites

    Ideally students should have approximately 6 months to a year of web development working knowledge. 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)
     

Topics

Selenium Basics Introduction to Selenium
  • Introduce Selenium
  • Selenium Concepts and Terminology
  • Manual Testing using Selenium
  • Automated Testing using Selenium WebDriver
  • Tutorial: Selenium Lottery Application
  • Lab: Analyzing the Web Application
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
Creating and Running a Manual Test
  • Testing planning and Test Plans
  • Use Selenium IDE to create and run a manual test
  • Understand the Selenium IDE components
  • Page Transitions and Globbing
  • Lab: Creating and Running a Manual Test
  • Lab: Testing Alerts
Testing with Java and Selenium WebDriver JUnit 5 for Selenium
  • Aspects of JUnit that are relevant for Selenium testing
  • Understand the basics of testing with JUnit constructs
  • Working with Java and JUnit for managing and running tests
  • Lab: Demo: JUnit
  • Lab: Reapplying JUnit
  • Lab: Demo: Using the JUnit Framework With Selenium
Selenium WebDriver
  • Working with WebDriver in Java
  • Finding Spots on Web Pages
  • Working with different browsers
  • Built-In Locators
  • Lab: Simple Maven Setup with Eclipse
  • Lab: Creating and Running a WebDriver Test
  • Lab: Testing With Other Browsers (optional)
  • Lab: Working With WebDriver Locators
  • Lab: Adding WebDriver Tests
WebDriver Deep Dive
  • WebDriver Commands for working with forms
  • Working with complex form components
  • Taking screenshots
  • Working with alerts
  • Lab: Testing Forms With WebDriver
  • Lab: Screenshots
Advanced WebDriver
  • Use WebDriver to work with windows, tabs and iframes
  • Utilize Actions class for mouse and keyboard actions
  • Testing file uploads and downloads
  • Testing AJAX elements
  • Waiting for events to happen
  • Feeding data sets into a testing sequence
  • Lab: Testing Wait Styles
Selenium Best Practices and Processes Selenium Best Practices
  • Cover the best practices for testing web applications with Selenium
  • Preparation Managing Names
  • Multiple Browser Testing
  • High Quality Tests and Test Plans
  • Using Whitespace
  • Efficient Operations
  • Establish Selenium Standards
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
Next Steps with Selenium 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 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
Selenese
  • Selenese Overview
  • Selenese Commands
  • Action Commands
  • Accessor Commands
  • Assertion Commands
  • Lab: Working with Selenese
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
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.