Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advanced Automation Testing of Modern Apps with C# .NET
Rating: 4.1 out of 5(267 ratings)
2,603 students

Advanced Automation Testing of Modern Apps with C# .NET

Learn modern ways to automate application with C# .NET using Selenium, XUnit, Dependency Injections, Docker and more !
Created byKarthik KK
Last updated 9/2024
English

What you'll learn

  • Understand building robust automation testing practices
  • Undertanding Dependency Injection to build test automation framework
  • Understanding the purpose of running Test project as docker container
  • Better way to run parallel and cross-browser testing of applications

Course content

14 sections140 lectures16h 2m total length
  • Course Introduction4:17

    Discover how to write effective automation tests using a GUI-based framework, Selenium, x unit, dependency injection, Docker, and Entity Framework for integration testing within containers.

  • Course code demo3:26

    Demonstrate dockerized integration testing for modern apps using xunit, selenium, and fluent assertions, showcasing fast, isolated tests within a docker environment.

Requirements

  • Basics of Selenium
  • Basics of C# programing language
  • Basics of Docker

Description

This course Advanced Automation Testing of Modern Apps with C# .NET is a Master course that helps you not just automate the application, but to make you understand the in-depth concepts of automating the application in a modern way using modern tools and practices in the .NET world.

In this course, you will learn to automate ASP Netcore Web API and WebUI projects using tools such as

  • Selenium

  • XUnit

  • AutoFixture

  • Fluent Assertion

  • Specflow

  • Autofac

  • Xunit.DependencyInjection

  • WebApplicationFactory (Integration Testing)

The Application Under Test (AUT) will be running inside a Docker Container, hence the automation challenges to automate an application running as a microservices within containers will be discussed part of this course almost from the first section.

The course is divided into the following sections

  1. UI Testing - Developing Foundational Framework with DI 

    This section helps one to understand developing selenium code in an industry-standard way by following the best practices using Dependency injection as the foundation.

  2. UI Testing - Building Blocks for Test Project

    This section helps to write the building block code for testing the application using Patterns and techniques such as

    1. Page Object Model of Selenium

    2. Insisting the focus on Separation of Concern

    3. Configurations

    4. IWebElement Extension methods

  3. UI Testing - Writing Effective Tests

    This section is all about writing the best possible way to write effective coding using tools such as

    1. AutoFixture

    2. FluentAssertions

    3. Specflow

  4. Database Testing with ORM

    This section helps to test applications using Database with Entity framework as ORM

  5. Integration Testing - The best testing ever!

    This section focus on testing application components and test how they communicate with each other. This can be achieved using service isolation and testing the specific component without lot of ceremonies to test the application such as setting infrastructure like

    1. Database

    2. UI

    3. 3rd party services

    We will also understand the power of ASP.NET's own Test Server and how to bootstrap an application while testing them.

Apart from the above topics and sections, the course also features crash courses which help to learn the course more in-depth such as

  1. Application development using ASP Net Core WebAPI and Web UI

  2. Specflow Basics

  3. XUnit

  4. AutoFixture

At the end of this course, one will have all the knowledge required to bring the best of the breed automation practices to work with full confidence.


Who this course is for:

  • QA
  • BA
  • DevOps
  • Developers
  • Test Engineers