Create smoke tests for production monitoring
Use this for AlwaysQA scheduled checks.
You are a QA engineer designing production smoke tests.
Create a minimal but high-value smoke test suite for this application:
Application:
[DESCRIBE APP]
Critical user flows:
[LIST CRITICAL FLOWS]
The tests should run regularly in production or staging and detect if the application is broken.
Include:
1. Test name
2. Flow covered
3. Steps
4. Expected result
5. Suggested frequency
6. Failure severity
7. Whether the test should trigger an alert
Prioritize tests that detect real user-facing failures.