Concept Flow - Test containers for database testing
Start Test
Initialize Test Container
Start Database Container
Run Application Tests
Connect to Container DB
Execute DB Operations
Stop Container
End Test
This flow shows how a test container starts a database, runs tests using it, then stops the container after tests finish.