Click here to Skip to main content
15,896,557 members
Articles / Test automation

Integration Testing: More Fixtures than AutoFixture

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
13 May 2020CPOL4 min read 9.6K   1  
An explanation of the concept of a Fixture and how it can be used for unit testing and integration testing
The concept of a fixture as used in AutoFixture for unit tests can be used for other kinds of tests too. This article explains how and gives an example for integration tests.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
I am a self-employed software engineer working on .NET Core. I love TDD.

Comments and Discussions