Struggling with Testing in Bubble.io? Seeking Advice and Best Practices!

Hi guys,

I’m frustrated that every time I update plugins or release new features, I check that all the functionality still works correctly.

I have different user paths created and I test it manually to see that everything is ok.

How do you test before deploying to live to make sure everything is working correctly?

Thanks for your help

1 Like

You cannot totally test everything (This is also why Bubble release can create issue for some apps).
A) You can have conflict with another plugin
B) There’s so many possible settings in Bubble (mostly related to layout) that could affect element plugins
C) Common error: plugin element is hidden and the user run an action while the plugin is not ready. You can catch this error by checking if the element ID is on the page or not
D) Are you sure this is an error and not an incorrect configuration from user? Better documentation on how to use plugin will help

Which error/bug did you get after release?