What you'll learn:
- Understand what Mocking framework is all about
- How to work with Moq
- How to abstract the real implementation with Mock implementation
- How to apply Moq framework in development and Testing
In the course Mocking framework(Moq) we will learn and understand
1. What is Mocking framework all about
2. How to work without Moq and problem while working with real application
3. How to work with Moq
4. How to work and test different components of C# like
a. Methods/Returns values/ Times method called
b. Parameters/Tracking parameters
c. Auto-implemented properties
d. Properties
5. Working with advanced Moq concepts like strict and loose Moq
6. Working with Property stubbing
With this course one will also get benefit of understanding how developers do testing of real application by isolating the non-focused components using Moq objects.