sequenceDiagram
Local ->> Test: Feature is Complete and ready for integration in Full Environment
Test ->> Local: Bug was found in feature in full environment
Test ->> QA: Feature passed integration test is ready for QA Testing
QA ->> Local: Bug was found in QA Testing
QA ->> UAT: QA Testing passed ready for Business Users and BA's to Test
UAT ->> Local: Bug was found by Business Users
UAT ->> Staging: Application passed on UAT tests and is ready to smoke tested in production like env
Staging ->> Local: Issue found in Production Tests
Staging ->> Production: Swap and Ready for Production
Production ->> Staging: Issues Discovered ready for rollback