Tips and tricks:
Anti-Bug Testing
Imagine: You have been working on a gorgeous new functionality in Salesforce. Of course, you are proud of yourself. You expect the compliments flowing towards you after the deployment of the functionality.
But unfortunately, you only receive feedback about bugs: We can’t find the ‘new’ button anymore, customers are getting a wrong price, or customers can see othes customers cases.
Well, let’s do something about it.

Easiest, fastest, cheapest?
As shown in the table below, the earlier you start testing in the process, the easier, cheaper and faster it will be to solve bugs. The testing process always starts with unit testing. Afterwards, API tests can be used for functional tests. Last in the process are user interface tests. Once in production, chances are low for new bugs to appear. So you can focus on solving more interesting problems.
# | Testing Process | Time & money needed to solve bugs |
1 | Unit tests | Easy peasy lemon squeezy 🍋 |
2 | API tests | Piece of cake 🍰 |
3 | UI tests | No rocket science 🚀 |
4 | In production | Costs an arm and a leg 💸 |