Test an App Before You Rely on It

Before you rely on a new App (or a freshly edited one), do a short “sanity check.” The goal is simple: enter a few realistic examples, confirm the results match what you meant, and make small adjustments in Forge if anything feels off.

This page focuses on quick testing. For deeper fixes (like changing layout, fields, or behaviors), see the other pages about creating and improving Apps.

What a good sanity check looks like

  • Realistic: You test with examples you’d actually enter in daily life.
  • Small: 3–7 entries is usually enough to spot issues.
  • Targeted: You test the most important outcomes (what gets saved, what shows up, and how it’s organized).

5-minute sanity-check checklist

Run your App and add three entries that look like your normal use. If you can, include:

  • One “typical” entry
  • One slightly messy entry (typos, extra words, or shorthand)
  • One edge-case entry (unusual value, missing detail, or an uncommon category)

After each entry, check the results:

  • Did it save? (The entry appears where you expect it.)
  • Is anything missing? (A key detail didn’t get recorded.)
  • Is anything wrong? (Wrong category, wrong total, wrong date, wrong label.)
  • Is it readable? (The entry looks clean enough that “future you” will understand it.)

Add one entry that’s a little harder than usual, such as:

  • A longer note (“Bought chicken, rice, and salad stuff for dinner — keep under $35”).
  • A value that often causes confusion (decimals, time ranges, multiple items).
  • A situation you care about getting right (a refund, a cancellation, a symptom flare-up).

If your App handles this well, it’s usually ready for real use.

If anything feels off, don’t keep fighting the App—adjust the App description in Forge. The best fixes are usually small:

  • Tweak: clarify what should be captured, renamed, or grouped.
  • Simplify: remove a field or step that you keep skipping.
  • Add guidance: tell the App what to do when information is missing.

After Forge updates the App, enter the same test examples again. This is the fastest way to confirm the change actually fixed the issue (and didn’t break something else).

Use “copy-paste tests.” Keep 3–5 sample entries in your notes app. When you edit your App later, paste those exact entries to confirm it still behaves the way you want.

Common problems (and what to say to Forge)

What you’ll notice: You enter something like “Coffee $4.75, work meeting” and only the amount or only the item gets saved.

Ask Forge:

  • “When I enter an item, always capture item name, amount, and note. Don’t drop details.”
  • “Add a field for notes and show it on each entry.”

What you’ll notice: Groceries show up under “Dining,” or workouts are labeled incorrectly.

Ask Forge:

  • “Use these categories: Groceries, Dining, Household, Other. If unsure, set category to Other.”
  • “Add a simple category picker so I can choose instead of guessing.”

What you’ll notice: Entries are cramped, too many fields show at once, or the most important info is buried.

Ask Forge:

  • “Make the main list show only title and date. Put everything else inside the entry details.”
  • “Rename fields so they match my words (e.g., ‘Cost’ instead of ‘Amount’).”

What you’ll notice: You feel like you have to fill out a form perfectly, or it doesn’t accept quick, messy inputs.

Ask Forge:

  • “Let me add an entry with a quick sentence. If a detail is missing, leave it blank and don’t block me.”
  • “Make notes optional. The only required field should be title.”

What you’ll notice: Similar entries end up looking different each time, making your list messy.

Ask Forge:

  • “Standardize entries: always format titles as Item — Amount.”
  • “Always use the same units (minutes for time, dollars for cost).”

A simple template for a great Forge fix request

When something feels off, describe it in a way Forge can act on immediately:

In my App, when I enter: “{example entry}”
I expected: “{expected result}”
But I got: “{what actually happened}”
Please change the App so that: “{clear rule for next time}”
If your App is for anything safety-critical (health decisions, medication timing, legal or financial decisions), treat it as a helper—not an authority. Sanity-check results and use your best judgment.

When you’re done testing

  • Ready to use: Your 3–7 test entries look right, and the stress test behaves sensibly.
  • Needs a tweak: One or two recurring issues show up (missing info, wrong grouping, confusing display).
  • Needs simplification: You keep avoiding certain fields or steps—ask Forge to remove or make them optional.
Small, specific changes usually work better than asking for a complete rebuild. If the App is close, ask Forge for one improvement at a time and re-test your sample entries.