Advanced Automation Testing of Modern Apps with C# .NET

Published 2021-12-24
Platform Udemy
Rating 4.26
Number of Reviews 45
Number of Students 244
Price $34.99
Instructors
Karthik KK
Subjects

Go to Udemy

Learn modern ways to automate application with C# .NET using Selenium, XUnit, Dependency Injections, Docker and more !

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

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.


Go to Udemy