Testing and pushing your bot live
Once your app is published and your bot is designed to your standards, the next step is to publish your work for your Slack world to see, right? Seemingly, yes, this would be the proper next step. But, as we've learned in previous chapters, there are many instances in which your bot may not have been coded or built properly, especially when being built from scratch, and could not function as it's supposed to.
Everybody makes mistakes, and that's why we want to prep for these mistakes in advance so that they don't have a negative effect on work happening in real time in our workspaces. We do this through testing.
Testing
Slack recommends that you always test out your app before putting it into action. From Chapter 9, Slack API, Webhooks, Block Kit, and Sandbox, we know that a sandbox is the ultimate one-stop shop for testing out your apps and bots. A sandbox works effectively for big organizations as a workspace to see how...