starweaver-logo
LOG INGET STARTED
LOG INGET STARTED
  • Browse
  • Doing

  • On Air
  • Channels
  • Career Paths
  • LEARNING

  • Courses
  • Certifications
  • Journeys
  • Test Prep
  • CONNECTING

  • How It Works
  • Community
  • Techbytes
  • Podcasts
  • Leaderboards
  • SUPPORT

  • Support & FAQs
  • Starweaver for Business
  • Starweaver for Campus
  • Teach with Starweaver
footer-brand-logo
  • COMPANY
  • About Us
  • Support and Knowledge Base
  • Policies & Terms
  • Contact
  • CONTENT
  • Courses
  • Certifications
  • Journeys
  • Test Prep
  • Meet the Gurus
  • Techbytes
  • FOR ORGANIZATIONS
  • Starweaver for Business
  • Starweaver for Campus
  • Catalogue
  • Pricing
  • Private Classes
  • PARTNER WITH US
  • Instructors & Teachers
  • Books, Writing & Publishing
  • FOLLOW US
    • facebook
    • twitter
    • linkedin
    • pinterest
    • instagram
    • youtube
Our trademarks include Starweaver®, Make genius happen™, Education you can bank on®, People are your most important assets!®, Body of Knowledge™, StarLabs™, LiveLabs™, Journeys™
© Starweaver Group, Inc. All Rights Reserved.
  1. Courses
  2. >
  3. Test Driven Development in .NET Core

Test Driven Development in .NET Core

In this course, you will get Hands-On experience using Unit testing to produce a bulletproof and testable N-Tier .NET Core application. You will have the skills and knowledge of creating a testable and maintainable ASP.NET Core application.

Trevoir Williams
Trevoir Williams
Full Stack | core | 3 hours 30 minutes |   Published: Jun 2022
In partnership with:  Coursera

    Discussions

Overview

1.4KSTUDENTS*
94.1%RECOMMEND*

This course includes:

  • 3.5 hours of on-demand video
  • Certificate of completion
  • Direct access/chat with the instructor
  • 100% self-paced online
This course will help you become a full-stack developer, by adding a popular Javascript browser framework to your skillset. The course teaches the basics of building user interfaces with React, with a very practical, hands-on approach. We cover everything from the basics of creating components, JSX, and Forms through to advanced features such as making REST requests, Redux, routing, testing, and more.   It is a great course for novice and experienced Java developers who want to become full-stack. You’ll learn how to integrate front-ends with Java-based back-end systems (such as Spring Boot). Because it has been created specifically for existing back-end developers, it will be the quickest and easiest way for you to get up to speed with React.  To be a confident, competent React developer, you need a good foundation and this course will give you that – it covers every topic in a thorough way, but at a level that makes it easy to follow and accessible. 

Skills You Will Gain

Application Testing
Integration Testing
Unit Testing

Learning Outcomes (At the end of this program you will be able to)

  • Unit Testing – Testing Core Application Code
  • Moq Framework
  • xUnit Testing Framework
  • Integration Testing – Testing Third Library Interactions (Like EF Core)
  • Application Level Unit Testing – Testing that the MVC Application behaves correctly
  • Test Driven Development – Red-Green-Refactor Cycle
  • Using Facts and Theories to write tests
  • How to write testable code
  • Know about good unit testing patterns and practices
  • Unit testing in N-tier web application projects using xUnit

Prerequisites

  • Basic C# and .NET Knowledge

Who Should Attend

  • Developers at all levels
  • Anyone who wants a better understanding of how unit tests help you to write better code

Curriculum

Instructors

Frequently Asked Questions

How much do the courses at Starweaver cost?

We offer flexible payment options to make learning accessible for everyone. With our Pay-As-You-Go plan, you can pay for each course individually. Alternatively, our Subscription-Based plan provides you with unlimited access to all courses for a monthly or yearly fee.

Do you offer any certifications upon completion of a course at Starweaver?

Yes, we do offer a certification upon completion of our course to showcase your newly acquired skills and expertise.

Does Starweaver offer any free courses or trials?

No, we don't offer any free courses, but we do offer 5-day trial only on our subscriptions-based plans.

Are Starweaver's courses designed for beginners or advanced students?

Our course is designed with three levels to cater to your learning needs - Core, Intermediate, and Advanced. You can choose the level that best suits your knowledge and skillset to enhance your learning experience.

What payment options are available for Starweaver courses?

We accept various payment methods such as major credit cards, PayPal, wire transfer, and company purchase orders. For more information related to payments contact customer support.

Do you offer refunds?

Yes, we do offer a 100% refund guarantee for our courses within a specified time frame. If you are not satisfied with the course, contact our customer support team to request a refund with your order details. Some restrictions may apply.

*Where courses have been offered multiple times, the “# Students” includes all students who have enrolled. The “%Recommended” shown is also based on this data.
Trevoir Williams

Trevoir Williams

With a robust background in software engineering and a deep passion for teaching, he brings a wealth of expertise to the field of technology education. His career has been defined by extensive experience in designing and developing innovative systems using .NET, AWS, and Azure technologies. As a seasoned professional, he has successfully collaborated with clients to craft tailored software solutions that enhance organizational efficiency. His commitment to high-quality development is reflected in his use of best practices, including clean coding standards and up-to-date technological tools, ensuring that his solutions are both scalable and secure.

Equally dedicated to educating the next generation of technology professionals, he has mentored students globally through his role as an instructor, sharing his knowledge of Microsoft Azure, SQL Server, .NET development, and cloud computing. His teaching extends beyond the classroom, as he has authored several influential books and developed comprehensive training materials that have empowered thousands of learners. His courses are designed to bridge the gap between theoretical knowledge and practical application, providing students with the skills needed to excel in the rapidly evolving tech landscape.

In addition to his technical and teaching roles, he has contributed to the field through his publications and thought leadership. His work includes authoring detailed guides on microservices and software design patterns, which have been well-received by industry professionals. As someone who stays current with emerging technologies and industry trends, he is dedicated to delivering up-to-date content that aligns with the latest advancements in the field. Whether through hands-on coding sessions or theoretical discussions, he strives to equip his students with the knowledge and skills necessary to thrive in their careers.

VIEW MY CHANNEL
1Module 1 - Introduction
2Module 2 - Getting Started with Test Driven Development
3Module 2 - Unit Testing - Application Core
4Module 3 - Integration Testing - Testing the Data Access Layer
5Module 4 - Application Testing - Unit Testing ASP.NET Core (UI) Application
6Module 5 - Conclusion

Segment - 22 - Understanding Unit Testing .NET Core Applications

Segment - 23 - Setup Sqlite In-Memory Data Store

Segment - 24 - Create Unit Test Scenarios

Segment - 25 - Implement Code For Tests

Segment - 26 - Run and Test ASP.NET Core Application

Segment - 02 - Create Test Project

Segment - 03 - Unit Test: Create Unit Test Based On Requirement

Segment - 04 - Implement: Write Code to Return Correct Data

Segment - 05 - Refactor: Test and Implementation Code

Segment - 27 - Conclusion

Segment - 06 - Review Full Requirement List with GitHub Projects

Segment - 07 - Test and Implement: Throw Exception When Request Is Null

Segment - 08 - Create Booking Services

Segment - 09 - Unit Test: Save a Room Booking

Segment - 10 - Implement: Save a Room Booking

Segment - 11 - Unit Test: Check if Room Is Available

Segment - 12 - Implement: Check if Room Is Available

Segment - 13 - Test and Implement: Add Room Id To Result

Segment - 14 - Test and Implement: Return Successful or Failed Booking Result

Segment - 15 - Test and Implement: Add Booking Id To Result

Segment - 16 - Section Review

Segment - 17 - Refactor Project for Data Access Layer

Segment - 18 - Unit Test: Retrieve Available Rooms

Segment - 19 - Implement: Retrieve Available Rooms

Segment - 20 - Test and Implement: Save a Room Booking

Segment - 21 - Section Review

Segment - 01 - Introduction