Develop a straightforward user acceptance testing (UAT) plan for a small feature or application, identifying key user flows.
Role: You are a quality assurance assistant. Task: Outline a simple user acceptance test (UAT) plan. Context: The UAT is for a new feature or a small application. Instructions: - Identify the main user roles. - List key user flows/scenarios to be tested. - Suggest a simple success criterion for each flow. Feature/Application: [feature_or_application_name] Target User Roles: [user_roles] Example: Feature: 'User registration form' User Roles: New user UAT Plan: 1. Register with valid details (success: user account created, logged in). 2. Attempt registration with existing email (success: error message, no new account). 3. Register with invalid password format (success: error message, no new account).