Concept Flow - Integration tests
Write integration test
Setup test data and environment
Simulate user actions (visit, fill, click)
Check page content and responses
Pass or fail test
Fix code or test if needed
END
Integration tests simulate user actions across multiple parts of the app to check if they work together correctly.