Skip to content

ManualTestChecklist

reference
1 min readUpdated

Kind: Constant

Source: Outlook_plugin/src/calendar/comprehensive-test.ts (line 206)

Part of: Calendar

Definition

ts
{
  "Pre-Deployment": [
    "✓ Backup original calendar.service.ts",
    "✓ Review FUNCTIONALITY_CHECKLIST.md",
    "✓ Run dependency-check.ts",
    "✓ Build project without errors"
  ],
  
  "Functional Tests": [
    "☐ Create 3 new calendar events",
    "☐ Update 2 existing calendar events", 
    "☐ Delete 1 calendar event",
    "☐ Sync with 0 events (empty calendar)",
    "☐ Sync with 50+ event…

Value

ts
{
  "Pre-Deployment": [
    "✓ Backup original calendar.service.ts",
    "✓ Review FUNCTIONALITY_CHECKLIST.md",
    "✓ Run dependency-check.ts",
    "✓ Build project without errors"
  ],
  
  "Functional Tests": [
    "☐ Create 3 new calendar events",
    "☐ Update 2 existing calendar events", 
    "☐ Delete 1 calendar event",
    "☐ Sync with 0 events (empty calendar)",
    "☐ Sync with 50+ event…

Was this page helpful?

Download as PDF