-
Testing
Test my destructive actions: deletes, cancels, and data wipes
Verify every destructive action confirms intent, handles authorization, and cleans up related data correctly.
Free Prompt
What This Does / How This Helps
This tests your app's destructive actions: who can trigger them, what they cascade to, whether canceled subscriptions actually stop billing, and whether the app stays coherent afterward. Destructive-action bugs have no undo. A delete that takes out the wrong records, an account deletion that keeps billing the customer, or a cascade that wipes a team's shared data are the kind of bugs that end businesses via chargebacks and screenshots. They're also rarely tested because testing them by hand is nerve-wracking, which is exactly why they belong in an automated suite.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).