Course Outline
Introduction
- Overview of Selenium automated web application testing
- Overview of C# and .NET
Getting Started
- Installing and configuring WebDriver with C#
- Using NuGet, libraries, and extensions
- Preparing Visual Studio
- Identifying UI elements
Using Selenium WebDriver
- Performing user actions in WebDriver
- Capturing and validating data from web page
- Using frames, alerts, and multiple browser windows
Using C#'s Built-in Functions
- Handling exceptions
- Synchronizing
- Working with Page Objects (POM)
- Testing structure
- Using helper libraries
Using C# Selenium Test Automation
- Setting up a project for Selenium automation framework in C#
- Creating a C# Selenium automation framework .NET Core 5.0 from scratch
- Writing a test using Selenium, C#, and Nunit with Visual Studio IDE
- Running a C# Selenium test
- Executing C# Selenium tests on a browser
Troubleshooting
Summary and Next Steps
Requirements
- Working knowledge of C#
- Familiarity with Microsoft Visual Studio
Audience
- Developers
- Testers
Testimonials (5)
The exercises we saw in the course were quite useful and applicable to my activities at work. My questions were answered and the examples shared are quite useful.
jocelin salas - BANXICO
Course - Test Automation with Selenium and Python
Machine Translated
Tailored to our needs
Rafal - Haleon
Course - C#.Net
Everything. Again considering the amount of concepts Fulvio covered, including detailed explanation in three days was really good. I liked that he covered a lot of concepts we as Data Engineers would require.
Florim - Jisc
Course - Programming in C# with Visual Studio
The Dynamics.
Cesar Ortiz Lara - Bienes Programados SA de CV
Course - Selenium WebDriver in C#
Machine Translated
Trainer is nice. His explanation is clear and interesting. He try to make the lessons interesting as possible. I enjoyed the lesson and gained a lot of knowledge. Thank you so much. The most useful technique I learned is the locating elements for different web component like textbox, radio buttons and buttons. Sometimes, the element ID is not capture correctly. We learned a different way of locating elements by using CSS selectors, XPath, Name and ID. I like the explanation. Thanks