Concept Flow - Fixture and factory usage
Start Test Setup
Load Fixture Data
Use Fixture in Test
Run Test Assertions
End Test
Start Test Setup
Call Factory to Build Object
Use Factory Object in Test
Run Test Assertions
End Test
Tests start by either loading fixture data or calling a factory to create objects, then use these objects in tests before running assertions and ending.