Companies Home Search Profile

ASP.NET Core Integration Testing with CI/CD Pipeline

Focused View

Kaushik Roy Chowdhury

8:55:14

21 View
  • 1.1 Introduction to TDD.pdf
  • 1. What is Test Driven Development.mp4
    10:33
  • 2.1 Unit Testing Vs Integration Testing.pdf
  • 2.2 UnitvsIntegrationTesting.docx
  • 2. Unit Testing versus Integration Testing.mp4
    12:07
  • 3.1 Introduction.pdf
  • 3. Introduction to Integration Testing.mp4
    05:16
  • 4.1 Benefits Of Integration Testing.pdf
  • 4. Benefits of Integration Testing.mp4
    05:43
  • 5.1 Types Of Integration Testing.docx
  • 5.2 Types Of Integration Testing.pdf
  • 5. Types of Integration Testing.mp4
    04:05
  • 6.1 Integration Tests with ASPNet.pdf
  • 6. Integration Testing with ASP.NET Core.mp4
    06:13
  • 7. Integration Testing Concepts.html
  • 8. Integration Testing Benefits and Approaches.html
  • 1.1 .NET 7 SDK(Software Development Kit).html
  • 1.2 Install Prerequisites.pdf
  • 1.3 Visual Studio 2022 Download Site.html
  • 1. Installing the Pre-requisites.mp4
    03:44
  • 2. Creating the SUT (ASP.NET 7 Web API) project.mp4
    04:51
  • 3. Install the NuGet Packages.mp4
    05:47
  • 4. Why Did We Use SQLite In-memory Database For the SUT.mp4
    03:18
  • 5. Create the Entity Model.mp4
    01:52
  • 6. Create the Database Context Class.mp4
    04:34
  • 7. Seed the Database.mp4
    06:16
  • 8. Create the Model Controller.mp4
    10:37
  • 9. Edit the Program Class.mp4
    16:56
  • 10.1 Source Code.html
  • 10. Commit the SUT Project to GitHub.mp4
    03:08
  • 11. System Under Test.html
  • 1.1 Introduction to Fluent Assertions.pdf
  • 1. Introduction to Fluent Assertions.mp4
    01:29
  • 2. Setting Up Fluent Assertions.mp4
    06:38
  • 3. Basic Assertions with Fluent Assertions.mp4
    11:03
  • 4. Advanced Assertions with Fluent Assertions.mp4
    08:11
  • 5. Create Custom Person Assertions with Fluent Assertions.mp4
    19:25
  • 6. Test the Person Assertions.mp4
    06:17
  • 7. Best Practices For Fluent Assertions.mp4
    20:40
  • 8. Testing Fluent Assertions Skills.html
  • 1.1 Introduction to integration testing in the database layer.pdf
  • 1. Introduction to Integration Testing in the Database Layer.mp4
    03:27
  • 2. Get the Todo Api Starter Code from GitHub to Work.mp4
    03:40
  • 3. Create a xUnit Test Project.mp4
    08:01
  • 4. Integration Test to return a list of Todo Items.mp4
    17:53
  • 5. Integration Test to Return a Todo item with a particular Id and a Success Code.mp4
    09:28
  • 6. Integration Test to Return a Todo Item with an Id Results in Not Found Status.mp4
    06:03
  • 7. Integration Test to Create a Todo Item Should Create a New Todo Item.mp4
    15:32
  • 8. Integration Test to Put a Todo Item Should Update the Existing Todo Item.mp4
    15:43
  • 9. Integration Test to Delete a Todo Item Deletes an Existing Todo Item.mp4
    10:53
  • 10. What type of tests will you classify the ones covered in this section .mp4
    03:12
  • 11. How do we explain the use of database in tests that don't use dbContext .mp4
    03:10
  • 12. Integration Testing with Mock Repository in ASP.NET Core Web API.html
  • 1. Create the ITodoItemRepository Interface.mp4
    06:51
  • 2. Create the MockTodoItemRepository Class.mp4
    21:36
  • 3. Create Test Class with Infrastructure to Test MockTodoItemRepository.mp4
    14:02
  • 4. Integration Test For Verifying Todo Item Retrieval by its ID.mp4
    08:15
  • 5. Integration Test For Verifying Todo Item Creation in the Database.mp4
    03:21
  • 6. Integration Test For Verifying an Update on a Todo Item to the Database.mp4
    07:10
  • 7. Integration Test to Verify the Deletion of a Todo Item.mp4
    14:54
  • 8. Testing Your Skills on Data Access Testing.html
  • 1.1 Targeting Specific Functionalities.pdf
  • 1. Targeting Specific Functionalities and Edge Cases.mp4
    04:42
  • 2. Get Request to Invalid Id Returns Not Found Status Code.mp4
    06:53
  • 3. Posting Invalid Input Returns Bad Request.mp4
    13:56
  • 4. Updating a request to an Invalid Id Returns Not Found Status Code.mp4
    09:06
  • 5.1 Download Apache JMeter.html
  • 5.2 JDK Download Site.html
  • 5. Installing the Pre-requisites for JMeter.mp4
    03:54
  • 6.1 Apache JMeter User Manual.html
  • 6. Concurrency Testing Edge Case GET Request Performance with JMeter.mp4
    11:10
  • 7. Adding an Assertion to GET Request.mp4
    07:39
  • 8. POST Request Performance With JMeter.mp4
    06:10
  • 9. PUT Request Performance With JMeter.mp4
    04:34
  • 10. DELETE Request Performance With JMeter.mp4
    03:26
  • 11. Testing High Server Load Demands With JMeter.mp4
    07:41
  • 12. Edge Cases Assignment.html
  • 1. Introduction to CICD.mp4
    02:33
  • 2.1 Completed Repository.html
  • 2.2 Docker Website.html
  • 2.3 Git.html
  • 2.4 github.html
  • 2.5 Install Docker Desktop for Windows.html
  • 2.6 Install Docker Desktop on Linux.html
  • 2.7 Install Docker Desktop on Mac.html
  • 2.8 Prerequisites For CI-CD Pipelines.pdf
  • 2. Setting Up the Development Environment for CI and CD.mp4
    11:42
  • 3.1 Exploring GitHub Actions Hands-On.pdf
  • 3. Exploring GitHub Actions Hands-On.mp4
    09:26
  • 4.1 Workflow Overview.pdf
  • 4. Understanding the .NET GitHub Actions Workflow.mp4
    05:10
  • 5.1 Containerization with Docker.pdf
  • 5. Containerization with Docker.mp4
    14:42
  • 6. Understanding the Dockerfile.mp4
    04:15
  • 7.1 Todo Api Container Integration.pdf
  • 7. Docker Hub Integration.mp4
    07:46
  • 8.1 Creating the Continuous Integration Pipeline.pdf
  • 8. Creating the Continuous Integration Pipeline for the Todo Api Application.mp4
    16:52
  • 9. Workflow Setup for Todo API Project.html
  • 10.1 Deploying the Todo Api Application.pdf
  • 10. Deploying to Azure Web Apps and Testing Continuous Deployment.mp4
    14:47
  • 11.1 Understanding the Azure Deployment Workflow.pdf
  • 11. Understanding the Azure Deployment Workflow.mp4
    03:50
  • 12. Testing the Complete CICD pipeline.mp4
    13:06
  • 13. CICD Quiz.html
  • 14.1 IntegrationTesting Course Slideshow.pptx
  • 14. Course Presentation Slide Show.html
  • 1. Comprehensive ASP.NET Core Integration Testing and CICD Pipeline Test.html
  • Description


    Learn Performance Testing with JMeter and Complete CI/CD Pipeline with GitHub Actions Workflow and Azure Web Apps

    What You'll Learn?


    • An overview of Integration Testing. Learners will gain a solid understanding of what integration testing is, its importance in software development.
    • Develop proficiency in designing and implementing integration tests: Learners will learn various strategies for designing effective integration tests.
    • How to create integration tests using Microsoft ASPNET Core? Learners will delve into the process of setting up test environments and configuring test data .
    • Usage of XUnit Test framework for integration tests. Learners will learn how to leverage XUnit's features, such as test fixtures, test runners, assertions.
    • Understand the concept of Mock Repositories. Learners will grasp the concept of simulating data access behavior in tests, isolated and controlled testing
    • Learn how to use In-Memory Databases for Testing. Learn to employ lightweight, transient databases for efficient and isolated testing.
    • Develop a robust testing strategy for data access code. Create robust tests for data access code: comprehensive coverage, handle edge cases, data integrity
    • Gain hands-on experience in conducting integration tests: Through practical exercises, learners will gain hands-on experience in conducting integration tests.

    Who is this for?


  • This course is designed for software developers and engineers who want to enhance their skills in integration testing of data access code.
  • It is particularly beneficial for those working on web application development using frameworks such as ASPNET
  • The course is suitable for learners with a basic understanding of programming concepts and experience with a programming language like C#, C++, Java, or Python
  • Whether you are a beginner seeking to expand your testing knowledge or an experienced developer looking to improve your testing strategy, this course provides valuable insights and practical guidance to help you effectively test data access code in your projects.
  • What You Need to Know?


  • To take this course, learners should have the following: Basic understanding of programming concepts and object-oriented principles.
  • Familiarity with a programming language such as C#, Java, C++ or Python.
  • Experience with Web development frameworks (e.g., ASPNET, Django, Spring) is beneficial but not mandatory.
  • Access to a computer with an internet connection to install necessary software and tools.
  • Integrated Development Environment (IDE) such as Visual Studio, Visual Studio Code
  • Familiarity with version control systems (e.g., Git) is recommended but not required.
  • More details


    Description

    Welcome to "ASP.NET Core Integration Testing with CI/CD Pipeline" a comprehensive course designed to take your software testing and development skills to the next level. Whether you're a novice or an experienced developer, this course is your gateway to mastering integration testing in ASP.NET Core, including advanced topics like performance testing with JMeter and implementing a robust CI/CD pipeline using GitHub Actions Workflow and Azure Web Apps.

    In this hands-on course, you'll start with the fundamentals of integration testing, understanding its significance in building robust, reliable, and high-performance web applications. You'll dive deep into ASP.NET Core, exploring how to write, run, and automate integration tests effectively.

    As you progress, you'll learn to leverage JMeter, a powerful performance testing tool, to analyze and optimize your application's speed, scalability, and reliability. You'll gain valuable insights into performance bottlenecks and learn to implement optimizations.

    One of the course highlights is mastering CI/CD using GitHub Actions Workflow and Azure Web Apps. You'll discover how to automate your entire development and deployment process, ensuring continuous integration, automated testing, and seamless deployment to the Azure cloud.

    By the end of this course, you'll have a strong grasp of ASP.NET Core integration testing, performance testing with JMeter, and the ability to create a complete CI/CD pipeline using GitHub Actions and Azure Web Apps. This expertise will empower you to deliver high-quality web applications efficiently and with confidence.

    Whether you're a developer looking to enhance your testing skills or an aspiring DevOps engineer seeking to streamline the deployment process, this course provides you with the knowledge and practical experience needed to excel in the world of ASP.NET Core integration testing and CI/CD automation. Join us today and embark on your journey from a beginner to an advanced integration testing professional.

    Learning Objectives:

    • Understand the fundamentals of integration testing and its significance.

    • Explore ASP.NET Core for effective integration testing.

    • Learn performance testing using JMeter for application optimization.

    • Implement a complete CI/CD pipeline using GitHub Actions and Azure Web Apps.

    • Gain insights into performance bottlenecks and optimizations.

    Target Audience:

    • Developers aiming to enhance their testing skills.

    • Aspiring DevOps engineers seeking to streamline deployment processes.

    Requirements:
    Basic understanding of ASP.NET Core with C# (at least 6 months) and familiarity with version control (GitHub).

    Course Format:

    • Lectures, hands-on coding exercises, and real-world applications.

    • Duration: Self-paced with approximately [X] hours of content.

    • Additional materials provided for practical implementation.

    Instructor:
    Hi, I'm Kaushik Roy Chowdhury, a Microsoft Certified Professional with over 20 years of commercial experience in the .NET stack of products. I hold a master's degree in computer science from Auckland University of Technology, Auckland, New Zealand and have worked for multinational companies such as Sungard and Trimble Navigation. My passion lies in software education, and I've extensively taught programming languages like C#, Java, and C in tertiary institutions in New Zealand.

    Finally, here are some of my earlier reviews from courses on Udemy: •

    "Kaushik's courses are my main reference for anything C# - I find his explanations full of detail which helps to solidify a full understanding of even the most complex aspects of C# programming." - Martin Catherall (Microsoft MVP) - Master Collection Classes in C# Using Visual Studio •

    "An elaborate and detailed description for a beginner. The author has put a lot of effort into structuring the content. Certainly proved useful to me as a starter." - Sudeep Ghatak (ASP.NET Core 3 with MVC and MongoDB) •

    "Great material. Learned a lot." - John Taylor (Master Collection Classes in C# Using Visual Studio) •

    "Well explained in detail." - Fred Handal (Build and Learn ASP.NET Core 3.1 Blazor Hands-On •

    "It's a nice introduction into Blazor server side where you got a good understanding of Blazor fundamentals" - Seb Lowe (Build and Learn ASP.NET Core 3.1 Blazor Hands-On) •

    "One of the best Blazor course" - Mohamed Cisse (Build and Learn ASP.NET Core 3.1 Blazor Hands-On) •

    "If you're like me and were struggling to setup/use Apigee X because the Google docs were lacking the depth to understand the step you were taking and what to do next, this course is for you! Great beginner Apigee X course, I'm really looking forward to the Intermediate/Advanced course to come" -

    Garrick Brown (Google Cloud Apigee X API Management - Hands-On Training )"


    Who this course is for:

    • This course is designed for software developers and engineers who want to enhance their skills in integration testing of data access code.
    • It is particularly beneficial for those working on web application development using frameworks such as ASPNET
    • The course is suitable for learners with a basic understanding of programming concepts and experience with a programming language like C#, C++, Java, or Python
    • Whether you are a beginner seeking to expand your testing knowledge or an experienced developer looking to improve your testing strategy, this course provides valuable insights and practical guidance to help you effectively test data access code in your projects.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Kaushik Roy Chowdhury
    Kaushik Roy Chowdhury
    Instructor's Courses
    I am Kaushik Roy Chowdhury from Auckland, New Zealand (God’s own country) whose main passion in life is all about software education, teaching and mentoring. I am a Microsoft Certified Professional (MCP). I have a Master's degree in Computer Science (from AUT University, Auckland) which is accompanied by more than 15 years of commercial experience working in several assignments for companies in New Zealand. Some of the multi-national companies that I have worked as Senior developer are Sungard, Trimble Navigation etc. I have also taught extensively in tertiary institutions in programming languages such as C#, Java, C. My vision statement is Software consultation, mentoring, learning and teaching new technologies. Every day I do what I love most: Learning new technologies and tools related to software development and translate this knowledge for creating useful and engaging e-learning materials for willing learners. I have been to mentor and train young and intelligent minds with the cutting edge technologies that will enable them to enjoy a great career path and settle in the pursuit of a great profession.  I have extensive teaching experience at tertiary institutes and universities in New Zealnd e.g: CPIT (now Ara Institute Of Canterbury), University of Canterbury, AUT University in programming subjects: C#, Java (Object Oriented) and C. I am also a member of the .NET foundation, which is a Microsoft organization to support and foster the Microsoft open-source ecosystem.Finally, here are some of my earlier reviews from courses on Udemy:"Kaushik's courses are my main reference for anything C# - I find his explanations full of detail which helps to solidify a full understanding of even the most complex aspects of C# programming." - Martin Catherall (Microsoft MVP) - Master Collection Classes in C# Using Visual Studio"An elaborate and detailed description for a beginner. The author has put a lot of effort into structuring the content. Certainly proved useful to me as a starter." - Sudeep Ghatak (ASP.NET Core 3 with MVC and MongoDB)"Great material. Learned a lot."  - John Taylor (Master Collection Classes in C# Using Visual Studio)"Well explained in detail." - Fred Handal (Build and Learn ASP.NET Core 3.1 Blazor Hands-On"It's a nice introduction into Blazor server side where you got a good understanding of Blazor fundamentals" - Seb Lowe (Build and Learn ASP.NET Core 3.1 Blazor Hands-On)"One of the best Blazor course" -  Mohamed Cisse (Build and Learn ASP.NET Core 3.1 Blazor Hands-On)"If you're like me and were struggling to setup/use Apigee X because the Google docs were lacking the depth to understand the step you were taking and what to do next, this course is for you! Great beginner Apigee X course, I'm really looking forward to the Intermediate/Advanced course to come" - Garrick Brown (Google Cloud Apigee X API Management - Hands-On Training )
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 63
    • duration 8:55:14
    • Release Date 2023/12/05