Integration Testing with SQL Server and EF Core (11 of 12) | Automated Software Testing

Опубликовано: 28 Сентябрь 2024
на канале: Microsoft Visual Studio
6,725
105

Welcome to the Automated Software Testing series, where you will learn how to increase the efficiency and ROI of your software testing. Integration testing is testing how systems work together, beyond just a unit of work. In this episode, Phil Japikse discusses using xUnit to create automated integration tests for SQL Server and EF Core.

- Chapters:
0:00 - Introduction
4:45 - Clearing and seeding sample data
6:05 - Initializing sample database
7:25 - Review of database call unit tests
13:25 - Testing concurrency exceptions
17:00 - Review of test helpers
19:10 - Wrapup

- Resources:
https://github.com/skimedic/SoftwareT...

- Episodes in this series:
Why Automated Software Testing Matters:
   • Why Automated Software Testing Matter...  

Testing with the xUnit Framework - Overview:
   • Testing with the xUnit Framework - Ov...  

Testing with the xUnit Framework - Theories and Assertions:
   • Testing with the xUnit Framework - Th...  

Testing with the xUnit Framework - More Assertions:
   • Testing with the xUnit Framework - Mo...  

BDD Style Testing with MSpec:
   • BDD Style Testing with MSpec (5 of 12...  

Mocking Dependencies and Verifying Behavior - Moq Overview:
   • Mocking Dependencies and Verifying Be...  

Mocking Dependencies and Verifying Behavior - Applying Moq:
   • Mocking Dependencies and Verifying Be...  

Mocking Dependencies and Verifying Behavior - Additional Moq Features:
   • Mocking Dependencies & Verifying Beha...  

Running Unit Tests with Azure Pipelines:
   • Running Tests with Azure Pipelines (9...  

Running Unit Tests with GitHub Actions:
   • Running Unit Tests with GitHub Action...  

Integration Testing with SQL Server and EF Core:
   • Integration Testing with SQL Server a...  

Web Application Testing with Microsoft’s Playwright:
   • Web Application Testing with Microsof...