📋 QA Checklists

Interactive and realistic checklists for Sanity, Regression, and Smoke testing on Web & Mobile projects. Expand cards to see steps, expected results, and actual results.

🟢 Sanity / Pre-release Checklist
  1. Login/Logout: Tested on Web Chrome & Mobile Android ✅ Passed
  2. Dashboard: Widgets load correctly, filters applied ✅ Passed
  3. API Endpoints: GET /products < 2s, POST /orders success ✅ Passed
  4. Forms Validation: Empty email triggers error, password strength validated ✅ Passed
  5. UI Quick Check: Buttons and icons render correctly ✅ Passed
  6. Cross-browser Check: Chrome ✅ Passed, Firefox ✅ Passed, Edge ❌ Minor layout glitch

Reported By: Marco Lo Bianco

🟠 Regression Suite Checklist
  1. Login/Logout flows: Web & Mobile, token persistence ✅ Passed
  2. User Management: Create, edit, delete users ✅ Passed
  3. Dashboard & Widgets: Filtering and sorting correct ✅ Passed
  4. API CRUD operations: Products, orders, auth endpoints ✅ Passed
  5. Mobile App Tests: Swipe, rotation, notifications ✅ Passed
  6. Cross-browser & cross-device: UI/UX consistent ✅ Passed
  7. Security checks: Token validation, session handling ✅ Passed

Reported By: Marco Lo Bianco

🔵 Smoke Tests Checklist
  1. Login with valid credentials: Dashboard loads correctly ✅ Passed
  2. Basic Navigation: Main menu links clickable ✅ Passed
  3. Critical API Endpoints: GET /products, POST /orders ✅ Passed
  4. UI Controls: Buttons and forms respond ✅ Passed
  5. Error Handling: Invalid inputs show messages ❌ Minor validation bug

Reported By: Marco Lo Bianco

⬅ Back to Home