How should I test my app before going live?
Before sharing your app with real users, it’s important to test it thoroughly. Here’s a checklist: 1. Test all user flows Go through every action a
Before sharing your app with real users, it’s important to test it thoroughly. Here’s a checklist:
1. Test all user flows
- Go through every action a user would take: create a record, edit it, delete it, submit a form, run a workflow.
- Test each user role (Admin, Editor, Viewer) separately to make sure permissions work correctly.
2. Test automations
- Trigger each workflow and confirm the expected actions happen (emails sent, records updated, etc.).
- Check the automation logs if available to see if any steps failed.
3. Test on mobile
- Open your app on a phone and tablet to check that layouts and forms display correctly on smaller screens.
4. Add test data
- Use dummy records to test reports, filters, and dashboards before adding real data.
- Delete test records before going live.
5. Share with a small group first
- Invite 1-2 trusted users to try the app and give feedback before a full rollout.
If you find issues, use the AI editor to fix them. Describe the problem and the AI will suggest or apply a fix.
Was this article helpful?
Related articles
How to properly prompt my app?
To get the best results from Fuzen’s AI when building your app, write clear and specific prompts. Here are a few tips: Be clear about the type of app you
Read articleWhat are best practices for structuring my app's data?
Good data structure makes your app faster, easier to maintain, and easier to expand. Here are the key principles: 1. Separate concerns into distinct collections
Read articleHow can I improve my app's performance?
Here are some tips to keep your Fuzen app fast and responsive: 1. Limit records shown on list pages Don’t load 10,000 records at once. Set a default filte
Read article