# Quick Testing Guide - 2026 Updates

**Date:** 2026-01-07  
**Purpose:** Quick testing checklist for critical tools before deployment

## Critical Tools Testing (5-10 minutes)

### 1. Minijob-Rechner ⚠️ CRITICAL

**URL:** `/tools/minijob-rechner`

**Quick Tests:**

1. **Visual Check:**

   - [ ] H1 shows "Minijob-Rechner 2026"
   - [ ] Page loads without errors
   - [ ] Calculator displays correctly

2. **Default Value Check:**

   - [ ] Default Bruttogehalt shows €603
   - [ ] Input accepts €0-€603
   - [ ] Input rejects >€603 (shows error)

3. **Calculation Check:**

   - [ ] Enter €603, click "Berechnen"
   - [ ] Verify Netto calculation is correct
   - [ ] Verify Arbeitgeberkosten calculation is correct

4. **Export Check:**

   - [ ] Click "PDF exportieren"
   - [ ] Verify PDF shows "2026" and €603

5. **FAQ Check:**
   - [ ] Expand first FAQ
   - [ ] Verify FAQ shows "2026" or €603 values
   - [ ] Verify no "(pending verification)" appears

**Expected Results:**

- ✅ Default: €603
- ✅ Calculations correct
- ✅ PDF shows "2026"
- ✅ FAQs updated

### 2. Midijob-Rechner ⚠️ CRITICAL

**URL:** `/tools/midijob-rechner`

**Quick Tests:**

1. **Visual Check:**

   - [ ] H1 shows "Midijob-Rechner 2026"
   - [ ] Page loads without errors

2. **Default Value Check:**

   - [ ] Default Bruttogehalt shows €603.01
   - [ ] Input accepts €603.01-€2,000
   - [ ] Input rejects <€603.01 (shows error)

3. **Calculation Check:**

   - [ ] Enter €603.01, click "Berechnen"
   - [ ] Verify Gleitzone calculation is correct
   - [ ] Verify Netto calculation is correct

4. **Export Check:**
   - [ ] Click "PDF exportieren"
   - [ ] Verify PDF shows "2026" and €603.01

**Expected Results:**

- ✅ Default: €603.01
- ✅ Gleitzone calculations correct
- ✅ PDF shows "2026"

### 3. Arbeitslosengeld-Rechner ⚠️ CRITICAL

**URL:** `/tools/arbeitslosengeld-rechner`

**Quick Tests:**

1. **Visual Check:**

   - [ ] H1 shows "Arbeitslosengeld-Rechner 2026"
   - [ ] Page loads without errors

2. **Value Check:**

   - [ ] Höchstbeträge show €2,390 (West) / €2,320 (Ost)
   - [ ] No "(pending verification)" appears

3. **Calculation Check:**
   - [ ] Enter Netto €2,000, click "Berechnen"
   - [ ] Verify ALG calculation is correct
   - [ ] Verify calculation uses correct Höchstbeträge

**Expected Results:**

- ✅ Höchstbeträge: €2,390 (West), €2,320 (Ost)
- ✅ Calculations correct
- ✅ No "(pending verification)"

### 4. Stundenlohnrechner ⚠️ CRITICAL

**URL:** `/tools/stundenlohnrechner`

**Quick Tests:**

1. **Visual Check:**

   - [ ] H1 shows "Stundenlohnrechner 2026"
   - [ ] Page loads without errors

2. **Default Value Check:**

   - [ ] Default minimum wage shows €13.90/hour
   - [ ] Input accepts values ≥€13.90

3. **Calculation Check:**
   - [ ] Enter €13.90/hour, 40 hours/week
   - [ ] Verify monthly calculation is correct
   - [ ] Verify tax calculations use correct BBG values

**Expected Results:**

- ✅ Minimum wage: €13.90/hour
- ✅ BBG values: GKV €5,812.50, RV €8,450
- ✅ Calculations correct

### 5. Brutto-Netto-Rechner ⚠️ CRITICAL

**URL:** `/tools/brutto-netto-rechner`

**Quick Tests:**

1. **Visual Check:**

   - [ ] H1 shows "Brutto Netto Rechner 2026"
   - [ ] Page loads without errors

2. **Value Check:**

   - [ ] Tax brackets show 2026 values
   - [ ] BBG values show €5,812.50 (GKV), €8,450 (RV)

3. **Calculation Check:**
   - [ ] Enter €3,000 Brutto, click "Berechnen"
   - [ ] Verify Netto calculation is correct
   - [ ] Verify tax calculations use correct brackets

**Expected Results:**

- ✅ Tax brackets: 2026 values
- ✅ BBG values: Correct
- ✅ Calculations correct

## Browser Testing (Quick Check)

### Desktop Browsers (5 minutes each)

**Chrome:**

- [ ] Test all 5 critical tools
- [ ] Verify no console errors
- [ ] Verify calculations work

**Firefox:**

- [ ] Test Minijob-Rechner
- [ ] Test Midijob-Rechner
- [ ] Verify no console errors

**Safari:**

- [ ] Test Minijob-Rechner
- [ ] Test Midijob-Rechner
- [ ] Verify no console errors

### Mobile Browsers (5 minutes each)

**Chrome Mobile:**

- [ ] Test Minijob-Rechner
- [ ] Test Midijob-Rechner
- [ ] Verify responsive design works
- [ ] Verify calculator inputs work

**Safari Mobile:**

- [ ] Test Minijob-Rechner
- [ ] Test Midijob-Rechner
- [ ] Verify responsive design works

## Schema Validation (Post-Deployment)

### Google Rich Results Test

**URL:** https://search.google.com/test/rich-results

**Test Each Tool:**

1. Enter tool URL (e.g., `https://www.ordio.com/tools/minijob-rechner`)
2. Click "Test URL"
3. Verify:
   - [ ] No errors (red)
   - [ ] FAQs appear in preview
   - [ ] Values match HTML content

**Critical Tools:**

- [ ] Minijob-Rechner
- [ ] Midijob-Rechner
- [ ] Arbeitslosengeld-Rechner
- [ ] Stundenlohnrechner
- [ ] Brutto-Netto-Rechner

## Common Issues to Watch For

### JavaScript Errors

- Calculator not loading
- Calculations not working
- Console errors

### Visual Issues

- Wrong year displayed (2025 instead of 2026)
- Wrong values displayed (€556 instead of €603)
- "(pending verification)" appears

### Calculation Issues

- Wrong default values
- Incorrect calculations
- Wrong BBG limits

### Export Issues

- PDF not generating
- PDF shows wrong values
- PDF shows wrong year

## Quick Fixes

### If Calculator Not Loading:

1. Check browser console for errors
2. Verify JavaScript files loaded
3. Check network tab for failed requests

### If Wrong Values Displayed:

1. Hard refresh (Ctrl+Shift+R / Cmd+Shift+R)
2. Clear browser cache
3. Verify minified files are updated

### If Schema Validation Fails:

1. Check schema markup in page source
2. Verify JSON-LD syntax is valid
3. Compare schema answers with HTML FAQs

## Testing Time Estimates

- **Critical Tools (5 tools):** 10-15 minutes
- **All Tools (17 tools):** 30-45 minutes
- **Full Browser Testing:** 2-3 hours
- **Schema Validation:** 30-45 minutes

## Success Criteria

### Minimum (Before Deployment):

- ✅ All 5 critical tools work in Chrome
- ✅ No JavaScript errors
- ✅ Calculations are correct
- ✅ Default values are correct

### Recommended (Before Deployment):

- ✅ All 17 tools work in Chrome
- ✅ All 5 critical tools work in Firefox, Safari
- ✅ Mobile testing complete
- ✅ No critical bugs

### Post-Deployment:

- ✅ All schemas validate
- ✅ FAQs display correctly
- ✅ No user-reported issues

## Related Cursor Rules

When working with quick testing for tools pages, the following Cursor rules apply:

- **[tools-pages-reference.mdc](../../../.cursor/rules/tools-pages-reference.mdc)** - Testing patterns and troubleshooting
- **[tools-pages-core-validation.mdc](../../../.cursor/rules/tools-pages-core-validation.mdc)** - Validation patterns
- **[tools-pages-documentation.mdc](../../../.cursor/rules/tools-pages-documentation.mdc)** - Documentation maintenance patterns

## Related Documentation

- [Browser Testing Guide](BROWSER_TESTING_GUIDE_2026.md)
- [Tools Pages Documentation](README.md)

---

**Last Updated:** 2026-01-07  
**Purpose:** Quick testing guide for critical tools
